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


Public Member Functions | |
| TYResizeRectAction (LPTYRectangle pRect, const float &newSizeX, const float &newSizeY, TYModelerFrame *pModeler, const QString &actionName) | |
| virtual | ~TYResizeRectAction () |
| 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 | |
| LPTYRectangle | _pRect |
| float | _oldSize [2] |
| float | _newSize [2] |
Protected Attributes inherited from TYModelerAction | |
| TYRenderWindowInteractor * | _pInteractor |
| TYModelerFrame * | _pModeler |
Action de redimensionnement d'un rectangle.
Definition at line 461 of file TYActions.h.
| TYResizeRectAction::TYResizeRectAction | ( | LPTYRectangle | pRect, |
| const float & | newSizeX, | ||
| const float & | newSizeY, | ||
| TYModelerFrame * | pModeler, | ||
| const QString & | actionName | ||
| ) |
Constructeur.
Definition at line 807 of file TYActions.cpp.

|
virtual |
Destructeur.
Definition at line 817 of file TYActions.cpp.
|
virtual |
Effectue a nouveau la derniere action annulee.
Implements TYModelerAction.
Definition at line 827 of file TYActions.cpp.

|
virtual |
Annule la derniere action.
Implements TYModelerAction.
Definition at line 819 of file TYActions.cpp.

|
protected |
Definition at line 480 of file TYActions.h.
|
protected |
Definition at line 479 of file TYActions.h.
|
protected |
Definition at line 478 of file TYActions.h.