edbee - Qt Editor Library
Public Member Functions | List of all members
edbee::RedoCommand Class Reference

#include <redocommand.h>

+ Inheritance diagram for edbee::RedoCommand:
+ Collaboration diagram for edbee::RedoCommand:

Public Member Functions

 RedoCommand (bool soft=false)
 
virtual int commandId ()
 This method should return the command identifier. More...
 
virtual void execute (TextEditorController *controller)
 This method should execute the given command. More...
 
virtual QString toString ()
 should return the description of the command More...
 
- Public Member Functions inherited from edbee::TextEditorCommand
 TextEditorCommand ()
 The default constructor. More...
 
virtual ~TextEditorCommand ()
 A blank virtual destructor. More...
 

Constructor & Destructor Documentation

◆ RedoCommand()

edbee::RedoCommand::RedoCommand ( bool  soft = false)

Member Function Documentation

◆ commandId()

virtual int edbee::RedoCommand::commandId ( )
inlinevirtual

This method should return the command identifier.

◆ execute()

void edbee::RedoCommand::execute ( TextEditorController controller)
virtual

This method should execute the given command.

Implements edbee::TextEditorCommand.

◆ toString()

QString edbee::RedoCommand::toString ( )
virtual

should return the description of the command

Implements edbee::TextEditorCommand.


The documentation for this class was generated from the following files: