
Public Member Functions | |
| ~Subject () | |
| void | addObserver (Observer< S, ARG > *pObserver) |
| Add an observer to this subject. | |
| void | delObserver (Observer< S, ARG > *pObserver) |
| Remove an observer from this subject. | |
| void | notify (ARG *arg) |
| Notify the observers when the status has changed. | |
| void | notify () |
| Notify without any argument. | |
Protected Member Functions | |
| Subject () | |
| void Subject< S, ARG >::addObserver | ( | Observer< S, ARG > * | pObserver | ) | [inline] |
Add an observer to this subject.
Ignore NULL observers. Note: adding the same observer twice is not harmful.
Referenced by CtrlCheckbox::CtrlCheckbox(), CtrlGeneric::CtrlGeneric(), CtrlImage::CtrlImage(), CtrlList::CtrlList(), CtrlRadialSlider::CtrlRadialSlider(), CtrlSliderBg::CtrlSliderBg(), CtrlSliderCursor::CtrlSliderCursor(), CtrlText::CtrlText(), CtrlTree::CtrlTree(), CtrlVideo::CtrlVideo(), EqualizerBands::EqualizerBands(), GenericWindow::GenericWindow(), VarText::set(), CtrlVideo::setLayout(), CtrlButton::setLayout(), Tooltip::Tooltip(), VarBoolAndBool::VarBoolAndBool(), VarBoolOrBool::VarBoolOrBool(), and VarNotBool::VarNotBool().
| void Subject< S, ARG >::delObserver | ( | Observer< S, ARG > * | pObserver | ) | [inline] |
Remove an observer from this subject.
Ignore NULL observers. Note: removing the same observer twice is not harmful.
Referenced by CtrlVideo::unsetLayout(), CtrlButton::unsetLayout(), CtrlCheckbox::~CtrlCheckbox(), CtrlGeneric::~CtrlGeneric(), CtrlImage::~CtrlImage(), CtrlList::~CtrlList(), CtrlRadialSlider::~CtrlRadialSlider(), CtrlSliderBg::~CtrlSliderBg(), CtrlSliderCursor::~CtrlSliderCursor(), CtrlText::~CtrlText(), CtrlTree::~CtrlTree(), CtrlVideo::~CtrlVideo(), GenericWindow::~GenericWindow(), Tooltip::~Tooltip(), VarBoolAndBool::~VarBoolAndBool(), VarBoolOrBool::~VarBoolOrBool(), and VarNotBool::~VarNotBool().
| void Subject< S, ARG >::notify | ( | ARG * | arg | ) | [inline] |
Notify the observers when the status has changed.
| void Subject< S, ARG >::notify | ( | ) | [inline] |
1.5.6