#include <kcommand.h>#include <QList>#include <QMap>#include <QPointF>#include "KoPathShape.h"Graphe des dépendances par inclusion de KoPathCommand.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :
Aller au code source de ce fichier.
Classes | |
| class | KoPathBaseCommand |
| the base command for commands altering a path shape Plus de détails... | |
| class | KoPointMoveCommand |
| The undo / redo command for path point moving. Plus de détails... | |
| class | KoControlPointMoveCommand |
| The undo / redo command for path point moving. Plus de détails... | |
| class | KoPointPropertyCommand |
| The undo / redo command for changing the path point type. Plus de détails... | |
| class | KoPointRemoveCommand |
| The undo / redo command for removing path points. Plus de détails... | |
| struct | KoPointRemoveCommand::KoPointRemoveData |
| class | KoSegmentSplitCommand |
| The undo / redo command for splitting a path segment. Plus de détails... | |
| class | KoPointJoinCommand |
| The undo / redo command for joining two start/end path points. Plus de détails... | |
| class | KoSubpathBreakCommand |
| The undo / redo command for breaking a subpath. Plus de détails... | |
| class | KoSegmentTypeCommand |
| The undo / redo command for changing a segments type (curve/line). Plus de détails... | |
| class | KoPathCombineCommand |
| The undo / redo command for combining two or more paths into one. Plus de détails... | |
| class | KoParameterChangeCommand |
| The undo / redo command for changing a parameter. Plus de détails... | |
| class | KoParameterToPathCommand |
| The undo / redo command for changing a KoParameterShape into a KoPathShape. Plus de détails... | |
| class | KoPathSeparateCommand |
| The undo / redo command for separating subpaths into different paths. Plus de détails... | |
1.5.1-p1