|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
Action de deplacement d'un point de controle. More...
#include <TYActions.h>


Public Member Functions | |
| TYMovePointControlAction (LPTYPointControl pPointControl, const TYPoint &oldPos, const TYPoint &newPos, TYModelerFrame *pModeler, const QString &actionName) | |
| virtual | ~TYMovePointControlAction () |
| void | setNewPos (const TYPoint &newPos) |
| virtual void | undo () |
| virtual void | redo () |
Public Member Functions inherited from TYModelerAction | |
| TYModelerAction (TYModelerFrame *pModeler, const QString &actionName) | |
| Constructeur. More... | |
| virtual | ~TYModelerAction () |
| Destructeur. More... | |
Public Member Functions inherited from TYAction | |
| TYAction (const QString &actionName) | |
| virtual | ~TYAction () |
| QString | getName () const |
Protected Attributes | |
| LPTYPointControl | _pPointControl |
| TYPoint | _oldPos |
| TYPoint | _newPos |
Protected Attributes inherited from TYModelerAction | |
| TYRenderWindowInteractor * | _pInteractor |
| TYModelerFrame * | _pModeler |
Action de deplacement d'un point de controle.
Definition at line 734 of file TYActions.h.
| TYMovePointControlAction::TYMovePointControlAction | ( | LPTYPointControl | pPointControl, |
| const TYPoint & | oldPos, | ||
| const TYPoint & | newPos, | ||
| TYModelerFrame * | pModeler, | ||
| const QString & | actionName | ||
| ) |
Constructeur.
Definition at line 1089 of file TYActions.cpp.
|
virtual |
Destructeur.
Definition at line 1096 of file TYActions.cpp.
|
virtual |
Effectue a nouveau la derniere action annulee.
Implements TYModelerAction.
Definition at line 1107 of file TYActions.cpp.

|
inline |
Definition at line 747 of file TYActions.h.
|
virtual |
Annule la derniere action.
Implements TYModelerAction.
Definition at line 1098 of file TYActions.cpp.

|
protected |
Definition at line 758 of file TYActions.h.
|
protected |
Definition at line 757 of file TYActions.h.
|
protected |
Definition at line 756 of file TYActions.h.