Référence de la classe KoParameterChangeCommand

The undo / redo command for changing a parameter. Plus de détails...

#include <KoPathCommand.h>

Graphe de collaboration de KoParameterChangeCommand:

[légende]
Liste de tous les membres

Fonctions membres publiques

 KoParameterChangeCommand (KoParameterShape *shape, int handleId, const QPointF &startPoint, const QPointF &endPoint)
virtual ~KoParameterChangeCommand ()
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

KoParameterShapem_shape
int m_handleId
QPointF m_startPoint
QPointF m_endPoint

Description détaillée

The undo / redo command for changing a parameter.

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


Documentation des contructeurs et destructeur

KoParameterChangeCommand::KoParameterChangeCommand ( KoParameterShape shape,
int  handleId,
const QPointF &  startPoint,
const QPointF &  endPoint 
)

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

KoParameterChangeCommand::~KoParameterChangeCommand (  )  [virtual]

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


Documentation des fonctions membres

void KoParameterChangeCommand::execute (  ) 

execute the command

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

Références m_endPoint, m_handleId, m_shape, KoParameterShape::moveHandle(), et KoShape::repaint().

Voici le graphe d'appel pour cette fonction :

void KoParameterChangeCommand::unexecute (  ) 

revert the actions done in execute

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

Références m_handleId, m_shape, m_startPoint, KoParameterShape::moveHandle(), et KoShape::repaint().

Voici le graphe d'appel pour cette fonction :

QString KoParameterChangeCommand::name (  )  const

return the name of this command

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


Documentation des données membres

KoParameterShape* KoParameterChangeCommand::m_shape [private]

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

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

int KoParameterChangeCommand::m_handleId [private]

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

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

QPointF KoParameterChangeCommand::m_startPoint [private]

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

Référencé par unexecute().

QPointF KoParameterChangeCommand::m_endPoint [private]

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

Référencé par execute().


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