35 #ifndef ANA_GRAPH_QGRAPHPROPERTIES_H
36 #define ANA_GRAPH_QGRAPHPROPERTIES_H
56 QWidget* parent = 0 );
void labelPropertyChanged(int)
QGraphProperties(const std::set< anatomist::AObject * > &obj, QWidget *parent=0)
virtual ~QGraphProperties()
virtual void updateObjPal()
virtual void unregisterObservable(anatomist::Observable *)
Called when an observable is destroyed, only called by Observable: don't use this function directly.
virtual void updateObjects()
void propertyChanged(const QString &)
void vertexMaskChanged(bool)
virtual void update(const anatomist::Observable *obs, void *arg)
This method is called whenever the observed object is changed.
static void openProperties(const std::set< anatomist::AObject * > &)
void modeChanged(const QString &)
void propertyChanged(int)
void edgeMaskChanged(bool)
void objectsChosen(const std::set< anatomist::AObject * > &)
This class can be subclassed to represent an object that the programmer wants to have observed.
A class can implement the Observer interface when it wants to be informed of changes in observable ob...