SymbolEditor
1.3.0
|
#include "Commands.h"
#include <QPainterPath>
#include <QMimeData>
#include <KLocale>
#include "Editor.h"
#include "SymbolLibrary.h"
Go to the source code of this file.
Enumerations | |
enum | IDs { MoveTo, LineTo, CubicTo, Rectangle, Ellipse, MovePoint, UpdateSymbol, ImportLibrary, RotateLeft, RotateRight, FlipHorizontal, FlipVertical, ChangeFilled, ChangeFillRule, ChangeCapStyle, ChangeJoinStyle, DeleteSymbol, IncreaseLineWidth, DecreaseLineWidth, DragAndDrop } |
Implement the various QUndoCommand based commands that modify the editor or the symbol library.
Definition in file Commands.cpp.
enum IDs |
Definition at line 42 of file Commands.cpp.