Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb::TBValueGroupListener Class Referenceabstract

Listener that will be notified when any of the values in a TBValueGroup is changed. More...

#include <tb_widget_value.h>

Inheritance diagram for tb::TBValueGroupListener:
tb::TBLinkOf< TBValueGroupListener > tb::TBLink

Public Member Functions

virtual void OnValueChanged (const TBValueGroup *group, const TBWidgetValue *value)=0
 Called when a value has changed and all widgets connected to it has been updated. More...
 

Additional Inherited Members

Detailed Description

Listener that will be notified when any of the values in a TBValueGroup is changed.

Member Function Documentation

virtual void tb::TBValueGroupListener::OnValueChanged ( const TBValueGroup group,
const TBWidgetValue value 
)
pure virtual

Called when a value has changed and all widgets connected to it has been updated.


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