![]() |
Iridescence 1.00
Embedded Graphic Framework
|
StateObserver is a pure virtual class implementing the interface for notifying state observers of changes in the visibility of a DsView object. More...
#include <ds_view.h>
Public Member Functions | |
virtual void | onViewStateChange (DsView *view, bool isVisible)=0 |
Called when the visibility of the DsView changes. | |
StateObserver is a pure virtual class implementing the interface for notifying state observers of changes in the visibility of a DsView object.
|
pure virtual |