Image Component Library (ICL)
Public Member Functions | List of all members
icl::qt::ICLDrawWidget3D::GLCallback Class Reference

internally used callback class type More...

#include <DrawWidget3D.h>

Public Member Functions

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

Detailed Description

internally used callback class type

Constructor & Destructor Documentation

◆ ~GLCallback()

virtual icl::qt::ICLDrawWidget3D::GLCallback::~GLCallback ( )
inlinevirtual

empty destructor (doing nothing)

Member Function Documentation

◆ draw()

virtual void icl::qt::ICLDrawWidget3D::GLCallback::draw ( ICLDrawWidget3D widget)
inlinevirtual

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

◆ link()

virtual void icl::qt::ICLDrawWidget3D::GLCallback::link ( ICLDrawWidget3D widget)
inlinevirtual

custom code to link the visualization to the widget

◆ unlink()

virtual void icl::qt::ICLDrawWidget3D::GLCallback::unlink ( ICLDrawWidget3D widget)
inlinevirtual

custom code to un-link the visualization from the widget


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