35 #ifndef ANATOMIST_INTERFACE_QWSURFMATCH_H    36 #define ANATOMIST_INTERFACE_QWSURFMATCH_H    42 #include <qlineedit.h>    63   void changeParam( 
const std::string & attrib, 
const QString & val );
    66   void invertDirection();
    70   void processStepFinished();
    72   void paramChanged( 
const std::string & attrib, 
const QString & val );
    73   void addPointByClickOrg();
    74   void addPointByClickDst();
    75   void addPointByNumOrg();
    76   void addPointByNumDst();
    77   void deletePointOrg();
    78   void deletePointDst();
    83   friend class ASThread;
    86   void fillDirectionLabel();
    87   QWidget* paramWidget( QWidget* parent );
    88   QWidget* ctrlPointsWidget( QWidget* parent );
    89   void fillCtrlPoints();
    92   QString strAttribute( 
const std::string & attr,
    95   bool event( QEvent * e );
   114   void textChanged( 
const std::string &, 
const QString & );
   117   void textChangedSlot();
   120   virtual void leaveEvent( QEvent* ev );
   121   virtual void focusOutEvent( QFocusEvent* ev );
 anatomist::ASurfMatcher * _obj
 
A class can implement the Observer interface when it wants to be informed of changes in observable ob...
 
This class can be subclassed to represent an object that the programmer wants to have observed...
 
std::map< std::string, Syntax > SyntaxSet
 
Fusion object to match 2 surfaces. 
 
Surface matcher control window.