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

Handle class for image components. More...

#include <PlotHandle.h>

Inheritance diagram for icl::qt::PlotHandle:
icl::qt::GUIHandle< PlotWidget > icl::qt::GUIHandleBase

List of all members.

Public Member Functions

 PlotHandle ()
 Create an empty handle.
 PlotHandle (PlotWidget *w, GUIWidget *guiw)
 create a new ImageHandel
void render ()
 re-renders the widget
virtual void registerCallback (const GUI::Callback &cb, const std::string &events="all")
 callback registration is not supported for this compoment
virtual void registerCallback (const 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.

icl::qt::PlotHandle::PlotHandle ( PlotWidget w,
GUIWidget guiw 
) [inline]

create a new ImageHandel


Member Function Documentation

virtual void icl::qt::PlotHandle::registerCallback ( const 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::qt::PlotHandle::registerCallback ( const 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