SymbolEditor
1.3.0
|
Add a fonted character as a symbol. More...
#include <Commands.h>
Public Member Functions | |
AddCharacterCommand (Editor *editor, const QPainterPath &path) | |
virtual void | redo () |
virtual void | undo () |
Private Attributes | |
Editor * | m_editor |
QPainterPath | m_path |
Add a fonted character as a symbol.
Allows a character to be added after selection from the KCharSelect dialog.
Definition at line 535 of file Commands.h.
AddCharacterCommand::AddCharacterCommand | ( | Editor * | editor, |
const QPainterPath & | path | ||
) |
Constructor.
editor | a pointer to the editor |
path | the QPainterPath representing the character glyph |
Definition at line 1048 of file Commands.cpp.
|
virtual |
|
virtual |
|
private |
Definition at line 544 of file Commands.h.
|
private |
Definition at line 545 of file Commands.h.