Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
BIAS::ParamCallbackInterface Class Reference

This class provides an interface to be called if parameter changes occured. More...

#include <Utils/Param.hh>

+ Inheritance diagram for BIAS::ParamCallbackInterface:

Public Member Functions

 ParamCallbackInterface ()
 
virtual void ParameterChanged (const std::string &paramname, const void *data)
 
virtual ~ParamCallbackInterface ()
 

Detailed Description

This class provides an interface to be called if parameter changes occured.

If an application makes use of ParamGui and has to react on parameter changes, it should be derived from this class and could register a callback for each instance to this method.

Examples:
ParamGUISample1.cpp, and ParamGUISample3.cpp.

Definition at line 74 of file Param.hh.

Constructor & Destructor Documentation

ParamCallbackInterface::~ParamCallbackInterface ( )
virtual

Definition at line 61 of file Param.cpp.

ParamCallbackInterface::ParamCallbackInterface ( )

Definition at line 64 of file Param.cpp.

Member Function Documentation

void ParamCallbackInterface::ParameterChanged ( const std::string &  paramname,
const void *  data 
)
virtual

Reimplemented in BIASOpenGLViewerFrame.

Definition at line 68 of file Param.cpp.

Referenced by BIAS::ParamGUIPanel::OnChoice().


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