#include <anatomist/window3D/transformer.h>
|  | 
|  | Transformer () | 
|  | 
|  | Transformer (const Transformer &a) | 
|  | 
| virtual | ~Transformer () | 
|  | 
| virtual std::string | name () const | 
|  | 
| virtual void | beginTrackball (int x, int y, int globalX, int globalY) | 
|  | 
| virtual void | moveTrackball (int x, int y, int globalX, int globalY) | 
|  | 
| virtual void | endTrackball (int x, int y, int globalX, int globalY) | 
|  | 
| virtual aims::Quaternion | rotation (int x, int y) | 
|  | 
| virtual aims::Quaternion | initialQuaternion () | 
|  | 
| virtual void | showGraphicsView () | 
|  | 
| virtual void | clearGraphicsView () | 
|  | 
| void | toggleDisplayInfo () | 
|  | 
| virtual View * | tadView () | 
|  | 
| Private * | data () | 
|  | 
|  | 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... 
 | 
|  | 
|  | Trackball () | 
|  | 
|  | Trackball (const Trackball &a) | 
|  | 
| virtual | ~Trackball () | 
|  | 
| QWidget * | actionView (QWidget *) | 
|  | 
| bool | viewableAction () const | 
|  | 
| virtual bool | moveTrackballInternal (int x, int y) | 
|  | Performs trackball calculations, but doesn't update view.  More... 
 | 
|  | 
| void | setCenter () | 
|  | 
| void | showRotationCenter () | 
|  | 
|  | Action () | 
|  | 
| virtual | ~Action () | 
|  | 
| void | setView (View *view) | 
|  | 
| virtual bool | isSingleton () | 
|  | 
| View * | view () | 
|  | 
Definition at line 138 of file transformer.h.
 
◆ Transformer() [1/2]
      
        
          | anatomist::Transformer::Transformer | ( |  | ) |  | 
      
 
 
◆ Transformer() [2/2]
      
        
          | anatomist::Transformer::Transformer | ( | const Transformer & | a | ) |  | 
      
 
 
◆ ~Transformer()
  
  | 
        
          | virtual anatomist::Transformer::~Transformer | ( |  | ) |  |  | virtual | 
 
 
◆ axisCellChanged
  
  | 
        
          | virtual void anatomist::Transformer::axisCellChanged | ( | int | row, |  
          |  |  | int | col |  
          |  | ) |  |  |  | virtualslot | 
 
 
◆ beginTrackball()
  
  | 
        
          | virtual void anatomist::Transformer::beginTrackball | ( | int | x, |  
          |  |  | int | y, |  
          |  |  | int | globalX, |  
          |  |  | int | globalY |  
          |  | ) |  |  |  | virtual | 
 
 
◆ centerCellChanged
  
  | 
        
          | virtual void anatomist::Transformer::centerCellChanged | ( | int | row, |  
          |  |  | int | col |  
          |  | ) |  |  |  | virtualslot | 
 
 
◆ clearGraphicsView()
  
  | 
        
          | virtual void anatomist::Transformer::clearGraphicsView | ( |  | ) |  |  | virtual | 
 
 
◆ creator()
  
  | 
        
          | static Action* anatomist::Transformer::creator | ( |  | ) |  |  | static | 
 
 
◆ data()
      
        
          | Private* anatomist::Transformer::data | ( |  | ) |  | 
      
 
 
◆ endTrackball()
  
  | 
        
          | virtual void anatomist::Transformer::endTrackball | ( | int | x, |  
          |  |  | int | y, |  
          |  |  | int | globalX, |  
          |  |  | int | globalY |  
          |  | ) |  |  |  | virtual | 
 
 
◆ initialQuaternion()
◆ matrixCellChanged
  
  | 
        
          | virtual void anatomist::Transformer::matrixCellChanged | ( | int | row, |  
          |  |  | int | col |  
          |  | ) |  |  |  | virtualslot | 
 
 
◆ moveTrackball()
  
  | 
        
          | virtual void anatomist::Transformer::moveTrackball | ( | int | x, |  
          |  |  | int | y, |  
          |  |  | int | globalX, |  
          |  |  | int | globalY |  
          |  | ) |  |  |  | virtual | 
 
 
◆ name()
  
  | 
        
          | virtual std::string anatomist::Transformer::name | ( |  | ) | const |  | virtual | 
 
 
◆ rotation()
◆ rotationAngleChanged
  
  | 
        
          | virtual void anatomist::Transformer::rotationAngleChanged | ( |  | ) |  |  | virtualslot | 
 
 
◆ rotationScaleChanged
  
  | 
        
          | virtual void anatomist::Transformer::rotationScaleChanged | ( |  | ) |  |  | virtualslot | 
 
 
◆ showGraphicsView()
  
  | 
        
          | virtual void anatomist::Transformer::showGraphicsView | ( |  | ) |  |  | virtual | 
 
 
◆ tadView()
  
  | 
        
          | virtual View* anatomist::Transformer::tadView | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ toggleDisplayInfo()
      
        
          | void anatomist::Transformer::toggleDisplayInfo | ( |  | ) |  | 
      
 
 
◆ updateGVInfo()
◆ updateTemporaryObjects()
  
  | 
        
          | virtual void anatomist::Transformer::updateTemporaryObjects | ( | const aims::Quaternion & | rotation | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | Private* anatomist::Transformer::d |  | protected | 
 
 
The documentation for this class was generated from the following file: