57 " Callbacks to this component");
63 "GUI::ComplexCallback instances to an image GUI component");
undocument this line if you encounter any issues!
Definition: Any.h:37
virtual void registerCallback(const GUI::ComplexCallback &, const std::string &)
complex callbacks are not allowed for image-components (this method will throw an exception)
Definition: PlotHandle.h:61
PlotHandle(PlotWidget *w, GUIWidget *guiw)
create a new ImageHandel
Definition: PlotHandle.h:47
PlotHandle()
Create an empty handle.
Definition: PlotHandle.h:44
Handle class for image components.
Definition: PlotHandle.h:41
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
#define ICLQt_API
Definition: CompatMacros.h:178
virtual void registerCallback(const GUI::Callback &cb, const std::string &events="all")
callback registration is not supported for this compoment
Definition: PlotHandle.h:55
Base class for Exception handling in the ICL.
Definition: Exception.h:42