#include <KoPathCommand.h>
Graphe d'héritage de KoPathBaseCommand:
Fonctions membres publiques | |
| KoPathBaseCommand (KoPathShape *shape) | |
| initialize the base command with the shape | |
Fonctions membres protégées | |
| void | repaint (const QRectF &oldControlPointRect) |
Attributs protégés | |
| KoPathShape * | m_shape |
| the shape the command operates on | |
Définition à la ligne 33 du fichier KoPathCommand.h.
| KoPathBaseCommand::KoPathBaseCommand | ( | KoPathShape * | shape | ) |
| void KoPathBaseCommand::repaint | ( | const QRectF & | oldControlPointRect | ) | [protected] |
Call this to repaint the shape after altering.
| oldControlPointRect | the control point rect of the shape before altering |
Définition à la ligne 33 du fichier KoPathCommand.cpp.
Références m_shape, KoPathShape::normalize(), KoPathShape::outline(), et KoShape::repaint().
Référencé par KoSegmentTypeCommand::execute(), KoSegmentSplitCommand::execute(), KoPointPropertyCommand::execute(), KoSegmentTypeCommand::unexecute(), KoSegmentSplitCommand::unexecute(), et KoPointPropertyCommand::unexecute().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoPathShape* KoPathBaseCommand::m_shape [protected] |
the shape the command operates on
Définition à la ligne 43 du fichier KoPathCommand.h.
Référencé par KoSegmentTypeCommand::execute(), KoSubpathBreakCommand::execute(), KoPointJoinCommand::execute(), KoSegmentSplitCommand::execute(), KoPointPropertyCommand::execute(), KoSubpathBreakCommand::KoSubpathBreakCommand(), repaint(), KoSegmentTypeCommand::unexecute(), KoSubpathBreakCommand::unexecute(), KoPointJoinCommand::unexecute(), KoSegmentSplitCommand::unexecute(), et KoPointPropertyCommand::unexecute().
1.5.1-p1