#include <anatomist/window3D/transformer.h>
|
| ResizerAction () |
|
| ResizerAction (const ResizerAction &a) |
|
virtual | ~ResizerAction () |
|
virtual std::string | name () const |
|
virtual void | begin (int x, int y, int globalX, int globalY) |
|
virtual void | move (int x, int y, int globalX, int globalY) |
|
| TranslaterAction () |
|
| TranslaterAction (const TranslaterAction &a) |
|
virtual | ~TranslaterAction () |
|
virtual void | end (int x, int y, int globalX, int globalY) |
|
virtual View * | tadView () |
|
virtual aims::Quaternion | initialQuaternion () |
|
| TransformerActionData () |
|
| TransformerActionData (const TransformerActionData &) |
|
virtual | ~TransformerActionData () |
|
Transformation * | mainTransformation () const |
|
void | selectTransformations (AWindow *) |
|
void | setMainTransformation (Transformation *t) |
|
bool | isMainTransDirect () const |
|
Referential * | mainSourceRef () const |
|
Referential * | mainDestRef () const |
|
void | setTransformData (const Transformation &t, bool absolute=false, bool addToHistory=false) |
|
void | clearEditionFlags () |
|
bool | getCurrentMotion (Motion &) |
| Gets the current motion. More...
|
|
void | emitTransformationChanged () |
| Emits the transformationChanged Qt signal. More...
|
|
void | undo () |
| Undoes last motion. More...
|
|
void | redo () |
| Redoes last motion. More...
|
|
bool | undoable () |
| Returns true if the transformation is undoable and false otherwise. More...
|
|
bool | redoable () |
| Returns true if the transformation is redoable and false otherwise. More...
|
|
| Action () |
|
virtual | ~Action () |
|
void | setView (View *view) |
|
virtual QWidget * | actionView (QWidget *) |
|
virtual bool | viewableAction () const |
|
virtual bool | isSingleton () |
|
View * | view () |
|
Definition at line 235 of file transformer.h.
◆ ResizerAction() [1/2]
anatomist::ResizerAction::ResizerAction |
( |
| ) |
|
◆ ResizerAction() [2/2]
anatomist::ResizerAction::ResizerAction |
( |
const ResizerAction & |
a | ) |
|
◆ ~ResizerAction()
virtual anatomist::ResizerAction::~ResizerAction |
( |
| ) |
|
|
virtual |
◆ begin()
virtual void anatomist::ResizerAction::begin |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
globalX, |
|
|
int |
globalY |
|
) |
| |
|
virtual |
◆ creator()
static Action* anatomist::ResizerAction::creator |
( |
| ) |
|
|
static |
◆ move()
virtual void anatomist::ResizerAction::move |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
globalX, |
|
|
int |
globalY |
|
) |
| |
|
virtual |
◆ name()
virtual std::string anatomist::ResizerAction::name |
( |
| ) |
const |
|
virtual |
◆ updateTemporaryObjects() [1/2]
virtual void anatomist::TranslaterAction::updateTemporaryObjects |
|
protected |
◆ updateTemporaryObjects() [2/2]
virtual void anatomist::ResizerAction::updateTemporaryObjects |
( |
float |
zoom | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following file: