60 " Callbacks to this component");
66 "GUI::ComplexCallback instances to a plot3D GUI component");
void render()
re-renders the widget
Definition: PlotHandle3D.h:51
virtual void registerCallback(const qt::GUI::Callback &cb, const std::string &events="all")
callback registration is not supported for this compoment
Definition: PlotHandle3D.h:58
undocument this line if you encounter any issues!
Definition: Any.h:37
#define ICLGeom_API
Definition: CompatMacros.h:179
PlotHandle3D(PlotWidget3D *w, qt::GUIWidget *guiw)
create a new ImageHandel
Definition: PlotHandle3D.h:48
PlotHandle3D()
Create an empty handle.
Definition: PlotHandle3D.h:45
Abstract base class for Handle classes.
Definition: GUIHandle.h:40
Base class for Exception handling in the ICL.
Definition: Exception.h:42
Handle class for image components.
Definition: PlotHandle3D.h:42
virtual void registerCallback(const qt::GUI::ComplexCallback &, const std::string &)
complex callbacks are not allowed for image-components (this method will throw an exception)
Definition: PlotHandle3D.h:64