edbee - Qt Editor Library v0.11.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
edbee::MoveLineCommand Class Reference

moves More...

#include <movelinecommand.h>

+ Inheritance diagram for edbee::MoveLineCommand:
+ Collaboration diagram for edbee::MoveLineCommand:

Public Member Functions

 MoveLineCommand (int direction)
 
virtual ~MoveLineCommand ()
 
virtual void execute (TextEditorController *controller) override
 This method should execute the given command.
 
virtual QString toString () override
 should return the description of the command
 
- Public Member Functions inherited from edbee::TextEditorCommand
 TextEditorCommand ()
 The default constructor.
 
virtual ~TextEditorCommand ()
 A blank virtual destructor.
 
virtual bool readonly ()
 Tis method should return true if it's executable in readonly mode.
 

Detailed Description

moves

Constructor & Destructor Documentation

◆ MoveLineCommand()

edbee::MoveLineCommand::MoveLineCommand ( int direction)

◆ ~MoveLineCommand()

edbee::MoveLineCommand::~MoveLineCommand ( )
virtual

Member Function Documentation

◆ execute()

void edbee::MoveLineCommand::execute ( TextEditorController * controller)
overridevirtual

This method should execute the given command.

Implements edbee::TextEditorCommand.

◆ toString()

QString edbee::MoveLineCommand::toString ( )
overridevirtual

should return the description of the command

Implements edbee::TextEditorCommand.


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