#include <KoPathCommand.h>
Fonctions membres publiques | |
| KoPointRemoveCommand (const KoPathShapePointMap &pointMap) | |
| Command to remove a points from path shapes. | |
| void | execute () |
| execute the command | |
| void | unexecute () |
| revert the actions done in execute | |
| QString | name () const |
| return the name of this command | |
Attributs privés | |
| KoPathShapePointMap | m_pointMap |
| QList< KoPointRemoveData > | m_data |
Classes | |
| struct | KoPointRemoveData |
Définition à la ligne 117 du fichier KoPathCommand.h.
| KoPointRemoveCommand::KoPointRemoveCommand | ( | const KoPathShapePointMap & | pointMap | ) |
Command to remove a points from path shapes.
| pointMap | map of the path points to remove |
Définition à la ligne 233 du fichier KoPathCommand.cpp.
| void KoPointRemoveCommand::execute | ( | ) |
execute the command
Définition à la ligne 238 du fichier KoPathCommand.cpp.
Références m_data, m_pointMap, et KoPathPoint::map().
Voici le graphe d'appel pour cette fonction :
| void KoPointRemoveCommand::unexecute | ( | ) |
revert the actions done in execute
Définition à la ligne 266 du fichier KoPathCommand.cpp.
Références KoPathShape::insertPoint(), m_data, KoPathShape::normalize(), KoShape::parent(), et KoShape::repaint().
Voici le graphe d'appel pour cette fonction :
| QString KoPointRemoveCommand::name | ( | ) | const |
QList<KoPointRemoveData> KoPointRemoveCommand::m_data [private] |
1.5.1-p1