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

Handle class for image components. More...

#include <PlotHandle3D.h>

Inheritance diagram for icl::geom::PlotHandle3D:
icl::qt::GUIHandle< PlotWidget3D > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 PlotHandle3D ()
 Create an empty handle.
 PlotHandle3D (PlotWidget3D *w, qt::GUIWidget *guiw)
 create a new ImageHandel
void render ()
 re-renders the widget
virtual void registerCallback (const qt::GUI::Callback &cb, const std::string &events="all")
 callback registration is not supported for this compoment
virtual void registerCallback (const qt::GUI::ComplexCallback &, const std::string &)
 complex callbacks are not allowed for image-components (this method will throw an exception)

Detailed Description

Handle class for image components.


Constructor & Destructor Documentation

Create an empty handle.

create a new ImageHandel


Member Function Documentation

virtual void icl::geom::PlotHandle3D::registerCallback ( const qt::GUI::Callback cb,
const std::string &  events = "all" 
) [inline, virtual]

callback registration is not supported for this compoment

Reimplemented from icl::qt::GUIHandleBase.

virtual void icl::geom::PlotHandle3D::registerCallback ( const qt::GUI::ComplexCallback ,
const std::string &   
) [inline, virtual]

complex callbacks are not allowed for image-components (this method will throw an exception)

Reimplemented from icl::qt::GUIHandleBase.

re-renders the widget


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