#ifndef ICLQT_H #define ICLQT_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /** \defgroup COMMON "Most common classes" \defgroup HANDLES "GUI Component Handle classes" \defgroup UNCOMMON "Uncommon classes (internally used)" \mainpage ICLQt Package for embedding image visualization Wigets into QWidgets This package provides some Widget classes, which allow to visualize ICL images in Qt based applications.\n In addition, the new ICL GUI Framework can be used to create GUI based applications quickly and conveniently. \section CF Core Features - Hardware acceleration using OpenGL - X11 fallback implementation - "Self organizing" and "low cost" On Screen Display (OSD) for all visualization components - PaintEngine interface for abstracting from the underlying draw engine (OpenGL / X11) - Mouse interaction interface for design of custom interactive applications - ICL GUI API to create GUI applications \section MOD Modules \ref COMMON - ICLWidget basic Widget component - ICLDrawWidget generalized drawing widget providing a high performance drawing state machine to annotate images in real time applications - PaintEngine Paint Engine class interface - MouseInteractionReceiver interface class for receiving mouse interaction events - QImageConverter Class for converting QImages to ICL images and back with optimized conversion routines and memory handling. - GUI basic GUI class - ChromaGUI dedicated GUI component to ajust cromaticity-space segmentation parameters \ref HANDLES - GUIHandle Abstract base template class for all other Handle classes. - BorderHandle Handle for a container widget with a titled border. The handle can be used to set the border title. - BoxHandle Handle for container components providing access to the underlying widget and its layout - ButtonGroupHandle Handle that wraps a QButtonGroup and which provides some direct access function to This group - ButtonHandle Handle which wraps a QPushButton. In addition it provides an interface to register callbacks. - ComboHandle Handle which wraps a QComboBox. - DispHandle Handle providing a convenient access to a matrix of LabelHandles - DrawHandle Handle wrapping an embedded ICLDrawWidget - FloatHandle Handle wrapping a QLineEdit which accepts only float values - FSliderHandle Handle wrapping a QSlider which values are translated into float values - ImageHandle Handle wrapping an embedded ICLWidget component - IntHandle Handle wrapping a QLineEdit which accepts only integer values - LabelHandle Handle wrapping a QLable to display integers, floats and strings - SliderHandle Handle wrapping a QSlider component - SpinnerHandle Handle wrapping a QSpinner component - StringHandle Handle wrapping a QLineEdit which accepts any input For developers: \ref UNCOMMON */ #endif