Classes | |
class | camitk::AbortException |
Exception class to handle abortion in component instantiation. Particularly useful to handle constructor's abortion. More... | |
class | camitk::CamiTKLogger |
This is the default logger for CamiTK. More... | |
class | camitk::ConsoleStream |
Provides a console windows, within the CamiTK application. More... | |
class | camitk::InterfaceLogger |
The CamiTK logger interface provides a flexible tracing system to CamiTK applications. Messages can logged on the standard output or on a file (or both) and can also show QMessageBox dialog. More... | |
class | camitk::Log |
This class is a log utility. More... | |
class | camitk::ObjectController |
The object controller class. More... | |
class | camitk::PlaneC |
This class allows you to transform a plane(translation,rotation around an axis) and visualize it. More... | |
class | camitk::Property |
This class describes a property that can be used in components and actions or any class that needs to be passed to ObjectControler. A property has a type, a description (to be displayed for example as a tooltip, can be rich-text, see http://qt-project.org/doc/qt-4.8/richtext-html-subset.html for supported html tags), a value, a unit of measurement (SI unit if possible), and some specific attributes (that depends on the type, e.g. minimal and maximal values, single steps, number of decimals, regular expression...). An enum type can also be used for properties. More... | |
class | camitk::PropertyObject |
This class describes a property object. More... | |
class | camitk::SliderSpinBoxWidget |
A utility class to have QSpinBox and QSlider synchronized. see for example InteractiveViewer (when it is used as 2D viewer) More... | |
class | camitk::SliderTextWidget |
This widget allows you to use a slider with a lineedit in a Dialog Box. The [min,max] interval is divided by 100 line steps (10 page steps), the slider controling the variation in percentage. More... | |
Some useful tools of CamiTK. Utils contains useful tools provided with the CamiTK architecture, such as the Log, the nice Property handling and so more.