#include <KoPathCommand.h>
Graphe de collaboration de KoParameterToPathCommand:
Fonctions membres publiques | |
KoParameterToPathCommand (KoParameterShape *shape) | |
virtual | ~KoParameterToPathCommand () |
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 |
Définition à la ligne 322 du fichier KoPathCommand.h.
KoParameterToPathCommand::KoParameterToPathCommand | ( | KoParameterShape * | shape | ) |
Définition à la ligne 697 du fichier KoPathCommand.cpp.
KoParameterToPathCommand::~KoParameterToPathCommand | ( | ) | [virtual] |
Définition à la ligne 702 du fichier KoPathCommand.cpp.
void KoParameterToPathCommand::execute | ( | ) |
execute the command
Définition à la ligne 706 du fichier KoPathCommand.cpp.
Références m_shape, et KoParameterShape::setModified().
Voici le graphe d'appel pour cette fonction :
void KoParameterToPathCommand::unexecute | ( | ) |
revert the actions done in execute
Définition à la ligne 711 du fichier KoPathCommand.cpp.
Références m_shape, et KoParameterShape::setModified().
Voici le graphe d'appel pour cette fonction :
QString KoParameterToPathCommand::name | ( | ) | const |