35 #ifndef ANAQT_COLOR_QWOBJPALETTE_H 36 #define ANAQT_COLOR_QWOBJPALETTE_H 56 QWidget* parent = 0 );
61 static void openProperties(
const std::set<anatomist::AObject *> & );
64 void modeChanged(
const QString & );
65 void modeChanged(
int );
66 void propertyChanged(
const QString & );
67 void propertyChanged(
int );
68 void objectsChosen(
const std::set<anatomist::AObject *> & );
70 void vertexMaskChanged(
bool );
71 void edgeMaskChanged(
bool );
72 void labelPropertyChanged(
int );
75 void updateInterface();
79 virtual void updateObjects();
80 virtual void updateObjPal();
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...