Quark
0.1
|
A base class for objects that can emit a signal when their internal state changes in some way. More...
#include <MutableObject.h++>
Signals | |
void | objectChanged () |
Emitted when the object has changed in some way. More... | |
Public Member Functions | |
MutableObject (QObject *parent=NULL) | |
Constructor. More... | |
virtual | ~MutableObject () |
Destructor. More... | |
void | notifyChanged () |
Emits the objectChanged() signal. More... | |
A base class for objects that can emit a signal when their internal state changes in some way.
MutableObject | ( | QObject * | parent = NULL | ) |
Constructor.
|
virtual |
Destructor.
void notifyChanged | ( | ) |
Emits the objectChanged() signal.
|
signal |
Emitted when the object has changed in some way.