Référence de la classe KoPointRemoveCommand

The undo / redo command for removing path points. Plus de détails...

#include <KoPathCommand.h>

Liste de tous les membres

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< KoPointRemoveDatam_data

Classes

struct  KoPointRemoveData


Description détaillée

The undo / redo command for removing path points.

Définition à la ligne 117 du fichier KoPathCommand.h.


Documentation des contructeurs et destructeur

KoPointRemoveCommand::KoPointRemoveCommand ( const KoPathShapePointMap pointMap  ) 

Command to remove a points from path shapes.

Paramètres:
pointMap map of the path points to remove

Définition à la ligne 233 du fichier KoPathCommand.cpp.


Documentation des fonctions membres

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

return the name of this command

Définition à la ligne 288 du fichier KoPathCommand.cpp.


Documentation des données membres

KoPathShapePointMap KoPointRemoveCommand::m_pointMap [private]

Définition à la ligne 142 du fichier KoPathCommand.h.

Référencé par execute().

QList<KoPointRemoveData> KoPointRemoveCommand::m_data [private]

Définition à la ligne 143 du fichier KoPathCommand.h.

Référencé par execute(), et unexecute().


La documentation de cette classe a été générée à partir des fichiers suivants :
Généré le Wed Nov 22 23:48:30 2006 pour KPlato par  doxygen 1.5.1-p1