![]() |
OpenWalnut
1.5.0dev
|
The class managing the widget that wants to receive updates whenever a change occurrs. More...
#include <WTransferFunctionWidget.h>
Inheritance diagram for WTransferFunctionGuiNotificationClass:Public Member Functions | |
| virtual | ~WTransferFunctionGuiNotificationClass () |
| default destructor More... | |
| virtual void | guiUpdate (const WTransferFunction &tf)=0 |
| update the gui More... | |
The class managing the widget that wants to receive updates whenever a change occurrs.
This is only here to provide an interface and a better separation between gui code and the transfer function code
Definition at line 46 of file WTransferFunctionWidget.h.
|
inlinevirtual |
default destructor
Definition at line 51 of file WTransferFunctionWidget.h.
|
pure virtual |
update the gui
| tf | the new transfer function |
Implemented in WPropertyTransferFunctionWidget.
Referenced by WTransferFunctionWidget::updateTransferFunction().
Here is the caller graph for this function: