libs/flake
KoPathBreakAtPointCommand Class Reference
Command to break a subpath at points. More...
#include <KoPathBreakAtPointCommand.h>
Inheritance diagram for KoPathBreakAtPointCommand:

Public Member Functions | |
| KoPathBreakAtPointCommand (const QList< KoPathPointData > &pointDataList, QUndoCommand *parent=0) | |
| ~KoPathBreakAtPointCommand () | |
| void | redo () |
| void | undo () |
Detailed Description
Command to break a subpath at points.
Definition at line 30 of file KoPathBreakAtPointCommand.h.
Constructor & Destructor Documentation
| KoPathBreakAtPointCommand::KoPathBreakAtPointCommand | ( | const QList< KoPathPointData > & | pointDataList, | |
| QUndoCommand * | parent = 0 | |||
| ) | [explicit] |
Command to break a subpath at points.
The pathes are broken at the given points. New points will be inserted after the given points and then the pathes will be split after the given points.
- Parameters:
-
pointDataList List of point data where the path should be split. parent the parent command used for macro commands
Definition at line 32 of file KoPathBreakAtPointCommand.cpp.
| KoPathBreakAtPointCommand::~KoPathBreakAtPointCommand | ( | ) |
Definition at line 75 of file KoPathBreakAtPointCommand.cpp.
Member Function Documentation
| void KoPathBreakAtPointCommand::redo | ( | ) |
redo the command
Reimplemented from QUndoCommand.
Definition at line 82 of file KoPathBreakAtPointCommand.cpp.
| void KoPathBreakAtPointCommand::undo | ( | ) |
revert the actions done in redo
Reimplemented from QUndoCommand.
Definition at line 125 of file KoPathBreakAtPointCommand.cpp.
The documentation for this class was generated from the following files:
