OpenWalnut  1.5.0dev
Public Member Functions | List of all members
WTransferFunctionGuiNotificationClass Struct Referenceabstract

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ~WTransferFunctionGuiNotificationClass()

virtual WTransferFunctionGuiNotificationClass::~WTransferFunctionGuiNotificationClass ( )
inlinevirtual

default destructor

Definition at line 51 of file WTransferFunctionWidget.h.

Member Function Documentation

◆ guiUpdate()

virtual void WTransferFunctionGuiNotificationClass::guiUpdate ( const WTransferFunction tf)
pure virtual

update the gui

Parameters
tfthe new transfer function

Implemented in WPropertyTransferFunctionWidget.

Referenced by WTransferFunctionWidget::updateTransferFunction().

+ Here is the caller graph for this function:

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