#include <KoPathCommand.h>
Graphe de collaboration de KoParameterChangeCommand:
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 | |
KoParameterShape * | m_shape |
int | m_handleId |
QPointF | m_startPoint |
QPointF | m_endPoint |
Définition à la ligne 302 du fichier KoPathCommand.h.
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.
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 |
int KoParameterChangeCommand::m_handleId [private] |
QPointF KoParameterChangeCommand::m_startPoint [private] |
QPointF KoParameterChangeCommand::m_endPoint [private] |