edbee - Qt Editor Library
edbee
commands
duplicatecommand.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#include "
edbee/texteditorcommand.h
"
9
10
11
namespace
edbee
{
12
16
class
DuplicateCommand
:
public
TextEditorCommand
17
{
18
public
:
19
virtual
void
execute
(
TextEditorController
* controller );
20
virtual
QString
toString
();
21
};
22
23
}
// edbee
edbee::DuplicateCommand::execute
virtual void execute(TextEditorController *controller)
Executes the duplication command.
Definition:
duplicatecommand.cpp:21
edbee::DuplicateCommand::toString
virtual QString toString()
Returns the textual representation of this command.
Definition:
duplicatecommand.cpp:68
texteditorcommand.h
edbee::TextEditorCommand
This is the abstract base class for a textcommand.
Definition:
texteditorcommand.h:49
edbee::DuplicateCommand
The Duplicate command. Duplicates the selected line or text.
Definition:
duplicatecommand.h:16
edbee
Copyright 2011-2013 - Reliable Bits Software by Blommers IT.
Definition:
commentcommand.cpp:22
edbee::TextEditorController
The texteditor works via the controller. The controller is the central point/mediater which maps/cont...
Definition:
texteditorcontroller.h:37
Generated on Tue Jun 13 2017 08:45:59 for edbee - Qt Editor Library by
1.8.13