Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
icl::qt::ICLDrawWidget3D::GLCallback Class Reference

internally used callback class type More...

#include <DrawWidget3D.h>

List of all members.

Public Member Functions

virtual ~GLCallback ()
 empty destructor (doing nothing)
virtual void draw (ICLDrawWidget3D *widget)
 2nd draw functions that can access the parent draw-widget
virtual void link (ICLDrawWidget3D *widget)
 custom code to link the visualization to the widget
virtual void unlink (ICLDrawWidget3D *widget)
 custom code to un-link the visualization from the widget

Detailed Description

internally used callback class type


Constructor & Destructor Documentation

empty destructor (doing nothing)


Member Function Documentation

virtual void icl::qt::ICLDrawWidget3D::GLCallback::draw ( ICLDrawWidget3D widget) [inline, virtual]

2nd draw functions that can access the parent draw-widget

virtual void icl::qt::ICLDrawWidget3D::GLCallback::link ( ICLDrawWidget3D widget) [inline, virtual]

custom code to link the visualization to the widget

virtual void icl::qt::ICLDrawWidget3D::GLCallback::unlink ( ICLDrawWidget3D widget) [inline, virtual]

custom code to un-link the visualization from the widget


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines