SymbolEditor  1.3.0
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Commands.h File Reference
#include <QUndoCommand>
#include <QWidget>
#include "SymbolLibrary.h"
Include dependency graph for Commands.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MoveToCommand
 Move to command class. More...
 
class  LineToCommand
 Line to command class. More...
 
class  CubicToCommand
 Cubic to command class. More...
 
class  RectangleCommand
 Rectangle command class. More...
 
class  EllipseCommand
 Ellipse command class. More...
 
class  MovePointCommand
 Move point command class. More...
 
class  UpdateSymbolCommand
 Update symbol command class;. More...
 
class  ImportLibraryCommand
 Import library command class. More...
 
class  RotateLeftCommand
 Rotate left command class. More...
 
class  RotateRightCommand
 Rotate right command class. More...
 
class  FlipHorizontalCommand
 Flip horizontal command class. More...
 
class  FlipVerticalCommand
 Flip vertical command class. More...
 
class  ScalePreferredCommand
 Scale to preferred size class. More...
 
class  ChangeFilledCommand
 Change the fill state command class. More...
 
class  ChangeFillRuleCommand
 Change the fill rule command class. More...
 
class  ChangeCapStyleCommand
 Change the pen cap style command. More...
 
class  ChangeJoinStyleCommand
 Change the pen join style command. More...
 
class  DeleteSymbolCommand
 Delete a symbol from the library command. More...
 
class  IncreaseLineWidthCommand
 Increase the line width of the path. More...
 
class  DecreaseLineWidthCommand
 Decrease the line width of the path. More...
 
class  DragAndDropCommand
 Add new symbols dragged from another instance of the SymbolEditor. More...
 
class  AddCharacterCommand
 Add a fonted character as a symbol. More...
 

Detailed Description

Header file for the QUndoCommand derived classes.

Definition in file Commands.h.