Iridescence 1.00
Embedded Graphic Framework
Loading...
Searching...
No Matches
DsView::StateObserver Class Referenceabstract

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>

Inheritance diagram for DsView::StateObserver:
[legend]

Public Member Functions

virtual void onViewStateChange (DsView *view, bool isVisible)=0
 Called when the visibility of the DsView changes.
 

Detailed Description

StateObserver is a pure virtual class implementing the interface for notifying state observers of changes in the visibility of a DsView object.

Member Function Documentation

◆ onViewStateChange()

virtual void DsView::StateObserver::onViewStateChange ( DsView view,
bool  isVisible 
)
pure virtual

Called when the visibility of the DsView changes.

Parameters
viewThe DsView object that changed
isVisibleThe new visibility state

The documentation for this class was generated from the following file: