Référence de la classe KoPointMoveCommand

The undo / redo command for path point moving. Plus de détails...

#include <KoPathCommand.h>

Liste de tous les membres

Fonctions membres publiques

 KoPointMoveCommand (const KoPathShapePointMap &pointMap, const QPointF &offset)
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
QPointF m_offset


Description détaillée

The undo / redo command for path point moving.

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


Documentation des contructeurs et destructeur

KoPointMoveCommand::KoPointMoveCommand ( const KoPathShapePointMap pointMap,
const QPointF &  offset 
)

Command to move path point.

Paramètres:
pointMap map of the path point to move
offset the offset by which the point is moved in document coordinates

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


Documentation des fonctions membres

void KoPointMoveCommand::execute (  ) 

execute the command

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

Références m_offset, m_pointMap, et KoPathPoint::map().

Référencé par unexecute().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

void KoPointMoveCommand::unexecute (  ) 

revert the actions done in execute

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

Références execute(), et m_offset.

Voici le graphe d'appel pour cette fonction :

QString KoPointMoveCommand::name (  )  const

return the name of this command

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


Documentation des données membres

KoPathShapePointMap KoPointMoveCommand::m_pointMap [private]

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

Référencé par execute().

QPointF KoPointMoveCommand::m_offset [private]

Définition à la ligne 65 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:29 2006 pour KPlato par  doxygen 1.5.1-p1