|
Mcalc
0.1
a machinist's calculator
|
#include <interface.hpp>

Public Member Functions | |
| Subscriber () | |
| virtual | ~Subscriber () |
| virtual void | notify (Event *e)=0 |
The subscriber interface that needs to be implemented in order to listen for broadcaster events.
|
inline |
The constructor.
|
inlinevirtual |
The virtual destructor.
|
pure virtual |
Update the Subscriber about change events. Used by broadcaster.
| e | The event object |
Implemented in mc::DummyInterface, mc::Settings, mc::Slider, mc::ComboBoxText, mc::FileChooserButton, mc::Output, and mc::Spinner.
1.8.11