Cito::AbstractAddInConfigDialogPrivate | |
Cito::AbstractAddInDockWidgetPrivate | |
Cito::AbstractApiWidgetPrivate | |
Cito::AbstractFigurePrivate | |
►Cito::AbstractNode | Every plot designer plugin in itom, that should be able to open dependent sub-plots (e.g. a 1d line cut is a subplot of its 2d parent plot), must be inherited from this class AbstractNode. However, AbstractNode is no widget class of Qt. Therefore it is also possible to create non-visible classes derived from AbstractNode. This allows creating a directed net of nodes where changes of some input parameters are propagated through all relevant sub-nodes |
►Cito::AbstractFigure | |
Cito::AbstractDObjFigure | |
Cito::AbstractDObjPclFigure | |
Cito::AbstractNodePrivate | |
Cito::AbstractParamPropertyManagerPrivate | |
Cito::AddInActuatorPrivate | |
Cito::AddInAlgoPrivate | |
Cito::AddInBasePrivate | |
Cito::AddInDataIOPrivate | |
Cito::AddInGrabberPrivate | |
Cito::AddInInterfaceBasePrivate | |
Cito::AddInBase::AddInRef | |
Cito::AlgoInterfaceValidatorPrivate::AlgoInterface | |
Cito::AlgoInterfaceValidatorPrivate | |
Cito::AddInAlgo::AlgoWidgetDef | Container for publishing widgets provided by any plugin |
Cito::TextBlockUserData::AnsiTextCharFormat | |
Cito::ApiFunctions | |
Cito::apiFunctionsGraph | |
Cito::AppManagement | < AppManagement (in order to provide access to basic organizers, managers and other main components to every instance |
Cito::PyDocstringGeneratorMode::ArgInfo | |
Cito::AutoInterval | Class for a interval type containing a min-max-range and an auto-flag |
Cito::PythonEngine::AutoReload | |
►Cstd::basic_streambuf | |
Cito::QDebugStream | |
Cito::BookmarkItem | Item of BookmarkModel |
Cito::BreakPointItem | Item of BreakPointModel |
CBrushCreatorButtonPrivate | |
Cito::ByteArray | This is a Qt-free class for byte arrays (strings) without specific encoding information |
CDataObjectTablePrivate::CellItem | |
Cito::Channel | A channel defines a propagation pipeline between two parameters of two nodes. The nodes are instances of the class AbstractNode, which is for instance a base class of AbstractFigure, and therefore each plot designer plugin in itom |
Cito::ChannelPrivate | |
Cito::CharBasedFoldDetectorPrivate | |
Cito::IOHelper::CharsetEncodingItem | |
CCheckableComboBoxPrivate | |
CCheckableModelHelperPrivate | |
Cito::GlobalCheckerPanel::CheckerItem | |
Cito::ClassInfoContainer | |
Cito::ConsoleWidget::CmdQueueItem | |
Cito::CodeCheckerItem | |
Cito::PythonEngine::CodeCheckerOptions | |
Cito::CodeEditorStyle | |
CCollapsibleGroupBoxPrivate | |
CColorDialogPrivate | |
CColorPickerButtonPrivate | |
CComboBoxPrivate | |
Cito::CompatHelper | |
CCompleterPrivate | |
Cito::complex128_ | Union for the internal parameter value of class ParamBase |
Cito::CodeEditor::CursorPosition | |
Cito::AbstractParamPropertyManagerPrivate::Data | |
Cito::ByteArray::Data | Basic data container for class ByteArray that is implicitly shared over multiple instances of ByteArray of the same content |
Cito::ParamBase::Data | < struct used as shared memory of ParamBase shared data container |
CQtDatePropertyManagerPrivate::Data | |
CQtDoublePropertyManagerPrivate::Data | |
CQtEnumPropertyManagerPrivate::Data | |
CQtFlagPropertyManagerPrivate::Data | |
CQtIntPropertyManagerPrivate::Data | |
CQtMarginsPropertyManagerPrivate::Data | |
CQtPointFPropertyManagerPrivate::Data | |
CQtRectFPropertyManagerPrivate::Data | |
CQtRectPropertyManagerPrivate::Data | |
CQtSizeFPropertyManagerPrivate::Data | |
CQtSizePropertyManagerPrivate::Data | |
CQtStringPropertyManagerPrivate::Data | |
Cito::DataObject | DataObject contains a n-dimensional matrix |
CDataObjectTablePrivate | |
Cito::DataObjectTagsPrivate | |
Cito::DataObjectTagType | Variant storage class for either a double or a string value |
Ccv::DataType< ito::AlphaChannel > | |
Ccv::DataType< ito::BlueChannel > | |
Ccv::DataType< ito::DateTime > | |
Ccv::DataType< ito::GreenChannel > | |
Ccv::DataType< ito::RedChannel > | |
Ccv::DataType< ito::Rgba32 > | |
Ccv::DataType< ito::TimeDelta > | |
Cito::DateTime | |
Cito::PythonStatePublisher::DelayedTransition | |
Cito::DequeCommandList | |
CDesignerWidgetOrganizer | |
Cito::DialogPipManagerInstallDefaults | |
CDiffEdit | |
►Cito::DObjConstIterator | Constant iterator through data object |
Cito::DObjIterator | Iterator through data object |
CDoubleRangeSliderPrivate | |
CDoubleSliderPrivate | |
CEditorFactoryPrivate< Editor > | |
►CEditorFactoryPrivate< QComboBox > | |
CQtEnumEditorFactoryPrivate | |
►CEditorFactoryPrivate< QDateEdit > | |
CQtDateEditFactoryPrivate | |
►CEditorFactoryPrivate< QDateTimeEdit > | |
CQtDateTimeEditFactoryPrivate | |
►CEditorFactoryPrivate< QDoubleSpinBox > | |
CQtDoubleSpinBoxFactoryPrivate | |
►CEditorFactoryPrivate< QLineEdit > | |
CQtLineEditFactoryPrivate | |
►CEditorFactoryPrivate< QScrollBar > | |
CQtScrollBarFactoryPrivate | |
►CEditorFactoryPrivate< QSlider > | |
CQtSliderFactoryPrivate | |
►CEditorFactoryPrivate< QSpinBox > | |
CQtSpinBoxFactoryPrivate | |
►CEditorFactoryPrivate< QtBoolEdit > | |
CQtCheckBoxFactoryPrivate | |
►CEditorFactoryPrivate< QtCharEdit > | |
CQtCharEditorFactoryPrivate | |
►CEditorFactoryPrivate< QtColorEditWidget > | |
CQtColorEditorFactoryPrivate | |
►CEditorFactoryPrivate< QtFontEditWidget > | |
CQtFontEditorFactoryPrivate | |
►CEditorFactoryPrivate< QTimeEdit > | |
CQtTimeEditFactoryPrivate | |
►CEditorFactoryPrivate< QtKeySequenceEdit > | |
CQtKeySequenceEditorFactoryPrivate | |
Cito::OutlineSelectorWidget::EditorOutline | |
Cito::ExecFuncParams | |
►CQTextEdit::ExtraSelection | |
Cito::TextDecoration | |
Cito::FctCallParamContainer | Each instance of this class contains the parameters (including return parameter) for any function call, which is parsed by the Qt-signal-slot system. This class is especially used for wrapping function calls between C++ and any python method. The convention for the main member variables corresponds to the usual Qt-way to wrap such function calls |
Cito::FigureCategory | |
Cito::FigurePlugin | |
Cito::FileRenameItem | |
►Cito::AddInAlgo::FilterDef | Container for publishing filters provided by any plugin |
Cito::AddInAlgo::FilterDefExt | Extended FilterDef (derived from FilterDef) with a filterFunc of type f_filterExt instead of t_filter. This method has an additional argument of type FunctionCancellationAndObserver |
Cito::FilterParams | |
Cito::CodeEditor::FindOptions | |
Cito::FoldDetectorPrivate | |
Cito::FoldScope | |
CFontButtonPrivate | |
Cito::FunctionCancellationAndObserverPrivate | |
Cito::PyDocstringGeneratorMode::FunctionInfo | |
Cito::FuncWeakRef | |
Cito::GoBackNavigationItem | |
Cito::GuiHelper | |
Cito::HelpSystem | |
Cito::HelpSystem::HelpSystemSingleton | |
Cito::ConsoleWidget::InputTextMode | |
Cito::ItomEditorFactoryPrivate< Editor > | |
►Cito::ItomEditorFactoryPrivate< ito::ParamCharWidget > | |
Cito::ParamCharPropertyFactoryPrivate | |
►Cito::ItomEditorFactoryPrivate< ito::ParamDoubleWidget > | |
Cito::ParamDoublePropertyFactoryPrivate | |
►Cito::ItomEditorFactoryPrivate< ito::ParamIntWidget > | |
Cito::ParamIntPropertyFactoryPrivate | |
►Cito::ItomEditorFactoryPrivate< ito::ParamStringWidget > | |
Cito::ParamStringPropertyFactoryPrivate | |
►Cito::ItomEditorFactoryPrivate< RangeWidget > | |
Cito::ParamIntervalPropertyFactoryPrivate | |
Cito::ItomPalette | |
Cito::ItomPaletteBase | |
Cito::ItomParamHelper< _Tp > | < |
Cito::ItomParamHelper< char > | |
Cito::ItomParamHelper< complex128 > | |
Cito::ItomParamHelper< float64 > | |
Cito::ItomParamHelper< int32 > | |
Cito::ItomParamHelper< int8 > | |
Cito::ItomPlotHandle | Class for a interval type containing the plot handle / unique id and name |
CItomSharedSemaphore | Semaphore which can be used for asynchronous thread communication. By using this class it is possible to realize timeouts |
CItomSharedSemaphoreLocker | Locker-class for ItomSharedSemaphore. The functionality is equal to QMutexLocker in Qt. ItomSharedSemaphoreLocker is a guard for any ItomSharedSemaphore-pointer. If the variable of type ItomSharedSemaphoreLocker is deleted, e.g. if its containing method runs out of scope, the destructor calls ItomSharedSemaphore::deleteSemaphore(...). This is also the case if you assign another pointer to ItomSharedSemaphore to this locker-instance |
Cito::JediAssignment | |
Cito::JediAssignmentRequest | |
Cito::JediCalltip | |
Cito::JediCalltipRequest | |
Cito::JediCompletion | |
Cito::JediCompletionRequest | |
Cito::JediGetHelp | |
Cito::JediGetHelpRequest | |
Cito::JediRename | |
Cito::JediRenameRequest | |
►Cito::ListMeta | Additional base class for all list or array meta information |
Cito::CharArrayMeta | Meta-information for Param of type CharArrayMeta |
Cito::DoubleArrayMeta | Meta-information for Param of type DoubleArrayMeta |
Cito::IntArrayMeta | |
Cito::StringListMeta | Meta-information for Param of type STringListMeta |
CMatchContext | |
Cito::Param::MetaShared | < struct for the shared container for meta information shared meta information object |
Cito::MethodDescription | Small wrapper class with all necessary information for any method, signal or slot of class which should be inherited from QObject* |
CMiddleSnake | |
►Cito::Mode | |
►Cito::AutoIndentMode | |
Cito::PyAutoIndentMode | |
Cito::CaretLineHighlighterMode | |
Cito::CodeCompletionMode | |
Cito::ErrorLineHighlighterMode | |
Cito::IndenterMode | |
Cito::LineBackgroundMarkerMode | |
Cito::OccurrencesHighlighterMode | |
►Cito::Panel | |
Cito::BreakpointPanel | |
Cito::CheckerBookmarkPanel | |
Cito::FoldingPanel | |
Cito::GlobalCheckerPanel | |
Cito::LineNumberPanel | |
Cito::PyCalltipsMode | |
Cito::PyDocstringGeneratorMode | |
Cito::SymbolMatcherMode | |
►Cito::SyntaxHighlighterBase | |
Cito::PythonSyntaxHighlighter | |
►Cito::WordClickMode | |
Cito::PyGotoAssignmentMode | |
Cito::WordHoverTooltipMode | |
CMotorAxisControllerPrivate | |
Cito::DataObject::MROI | |
Cito::DataObject::MSize | |
Cito::PythonSyntaxHighlighter::NamedRegExp | |
CObjectControllerPrivate | |
Cito::OutlineItem | |
►Cito::ParamBase | < |
Cito::Param | Class for parameter handling e.g. to pass parameters to plugins |
Cito::ParamBaseData | |
Cito::ParamCharArrayPropertyManagerPrivate | |
Cito::ParamCharWidgetPrivate | |
Cito::ParamDoubleArrayPropertyManagerPrivate | |
Cito::ParamDoubleWidgetPrivate | |
CParamEditorWidgetPrivate | |
Cito::ParamHelper | |
Cito::ParamIntArrayPropertyManagerPrivate | |
Cito::ParamIntWidgetPrivate | |
►Cito::ParamMeta | Base class for all meta-information classes |
►Cito::CharMeta | Meta-information for Param of type Char |
Cito::CharArrayMeta | Meta-information for Param of type CharArrayMeta |
Cito::DObjMeta | Meta-information for Param of type DObjPtr |
►Cito::DoubleMeta | Meta-information for ito::Param of type Double |
Cito::DoubleArrayMeta | Meta-information for Param of type DoubleArrayMeta |
Cito::DoubleIntervalMeta | Meta-information for Param of type DoubleIntervalMeta |
Cito::HWMeta | Meta-information for Param of type HWPtr |
►Cito::IntMeta | Meta-information for Param of type Int |
Cito::IntArrayMeta | |
►Cito::IntervalMeta | Meta-information for Param of type IntArrayMeta that represent an interval [minimum, maximum) |
Cito::RangeMeta | Meta-information for Param of type IntArrayMeta that represent a range [minVal, maxVal] |
Cito::RectMeta | Meta-information for Param of type IntArrayMeta that represent a rectangle (left, top, width, height) |
►Cito::StringMeta | Meta-information for Param of type String |
Cito::StringListMeta | Meta-information for Param of type STringListMeta |
Cito::ParamRectPropertyManagerPrivate | |
Cito::ParamStringListPropertyManagerPrivate | |
Cito::ParamStringWidgetPrivate | |
Cito::Utils::ParenthesisInfo | |
CPathLineEditPrivate | |
Cito::PCLPoint | Generic class that covers one single point of different possible types provided by the Point Cloud Library (PCL) |
Cito::PCLPointCloud | Generic class that covers one single point cloud of different possible types provided by the Point Cloud Library (PCL) |
Cito::PCLPolygonMesh | Generic class that covers a shared pointer to pcl::PolygonMesh that is a class for a polygonal mesh provided by the point cloud library (PCL) |
CPenCreatorButtonPrivate | |
Cito::PipGeneralOptions | |
Cito::PipInstall | |
Cito::PluginInfo | |
Cito::PluginLoadStatus | This struct provides a structure for saving the load status of any plugins or designerWidgets |
Cito::PlugInModelPrivate | |
►Cito::PluginThreadCtrl | Base class for DataIOThreadCtrl and ActuatorThreadCtrl |
Cito::ActuatorThreadCtrl | Helper class to give plugin developers an easy access to actuators in other threads |
Cito::DataIOThreadCtrl | Helper class to give plugin developers an easy access to cameras in other threads |
Cito::DialogProperties::PropertyPage | |
CPropertyPair | |
CProxyStylePrivate | |
Cito::PythonPlugins::PyActuatorPlugin | |
Cito::PythonAlgorithms::PyAlgorithm | PyAlgorithm is a thin wrapper class for calling any itom algorithm, defined in an algo plugin |
Cito::PyAssignment | |
Cito::PythonAutoInterval::PyAutoInterval | |
Cito::PyCMap | < the following map translates Qt/C++ datatypes into their Python representations. This is for instance used in the info()-method in Python to show the user the Python syntax |
Cito::PythonPlugins::PyDataIOPlugin | |
Cito::PythonDataObject::PyDataObject | |
Cito::PythonDataObject::PyDataObjectIter | |
Cito::PythonDataObject::PyDataObjectTypes | |
Cito::PythonFigure::PyFigure | |
Cito::PythonFont::PyFont | |
Cito::PythonPlotItem::PyPlotItem | |
Cito::PythonProgressObserver::PyProgressObserver | |
Cito::PythonProxy::PyProxy | |
Cito::PythonRegion::PyRegion | |
Cito::PythonRgba::PyRgba | |
Cito::PythonShape::PyShape | |
Cito::PyStream | Static class which implements a new python type. The members cout and cerr of the python system are set to variables of this type PyStream in order to observe the python's cout and cerr stream and to transmit the stream's content to the main application |
Cito::PythonAlgorithms | |
Cito::PythonAutoInterval | |
Cito::PythonCommon | |
Cito::PythonDataObject | |
Cito::PythonDateTime | |
Cito::PythonFigure | |
Cito::PythonFont | |
Cito::PythonItom | |
CPythonLogWidgetPrivate | |
Cito::PythonNone | Empty class that is the QVariant registered type for None in Python. Nothing more than this |
Cito::PythonPackage | |
Cito::PythonParamConversion | Static methods to convert between Python objects and ito::ParamBase |
Cito::PythonPlotItem | |
Cito::PythonPlugins | Class summing up the functionality of itom - hardware python plugins |
Cito::PythonProgressObserver | |
Cito::PythonProxy | |
Cito::PythonQObjectMarshal | |
Cito::PythonQtConversion | Conversion class with mainly static methods, which convert values between Qt and standard C++ data types and PyObject* values |
Cito::PythonQtSignalTarget | |
Cito::PythonRegion | |
Cito::PythonRgba | |
Cito::PythonShape | |
Cito::PythonSharedPointerGuard | Guard for a shared pointer of a PyObject |
Cito::PyStream::PythonStream | |
Cito::PythonTimer | |
Cito::PythonUi | |
Cito::PythonEngine::PythonWorkspaceUpdateQueue | |
Cito::PythonTimer::PyTimer | |
Cito::PythonUi::PyUi | |
Cito::PythonUi::PyUiItem | |
Cito::PyWorkspaceItem | Every item in the workspace is represented by one PyWorkspaceItem |
►CQAbstractItemModel | |
CDataObjectModel | |
CQPropertyModel | |
CQPropertyModel | |
Cito::BookmarkModel | Model for management of all bookmarks. This model will be displayed by a viewer-widget in the main window |
Cito::BreakPointModel | Model for management of all breakpoints. This model will be displayed by a viewer-widget in the main window |
Cito::PipManager | |
Cito::PlugInModel | Class for visualizing the available (loaded) plugins |
Cito::TimerModel | Model for management of all timer objects. This model will be is used as model for the view in the timer manager |
Cito::UserModel | Class for for visualizing the available users |
►CQApplication | |
CQItomApplication | |
►CQColorDialog | |
CColorDialog | |
►CQComboBox | |
CBooleanCombo | |
CBooleanCombo | |
CCheckableComboBox | |
CColorCombo | |
CColorCombo | |
CComboBox | ComboBox is an advanced QComboBox. It adds multiple features: |
CMenuComboBoxInternal | |
CTreeComboBox | |
►CQCompleter | |
CCompleter | |
Cito::SubsequenceCompleter | |
►CQDesignerCustomWidgetCollectionInterface | |
CItomWidgetsFactory | |
►CQDesignerCustomWidgetInterface | |
CCheckableComboBoxFactory | |
CCollapsibleGroupBoxFactory | |
CColorPickerButtonFactory | |
CComboBoxFactory | |
CDataObjectMetaWidgetFactory | |
CDataObjectTableFactory | |
CDoubleRangeSliderFactory | |
CDoubleRangeWidgetFactory | |
CDoubleSliderFactory | |
CDoubleSpinBoxFactory | |
CFontButtonFactory | |
CMenuComboBoxFactory | |
CMotorAxisControllerFactory | |
CParamEditorFactory | |
CPathLineEditFactory | |
CPenCreatorButtonFactory | |
CPlotInfoDObjectFactory | |
CPlotInfoMarkerFactory | |
CPlotInfoPickerFactory | |
CPlotInfoShapesFactory | |
CPopupWidgetFactory | |
CPythonLogWidgetFactory | |
CRangeSliderFactory | |
CRangeWidgetFactory | |
CSearchBoxFactory | |
CSliderWidgetFactory | |
CStatusLedFactory | |
CTreeComboBoxFactory | |
CbrushCreatorButtonFactory | |
Cito::AbstractItomDesignerPlugin | |
►CQDialog | |
CBrushCreatorDialog | |
CPenCreatorDialog | |
CStringListDialog | |
Cito::AbstractAddInConfigDialog | Abstract base class for configuration dialogs of plugins |
►Cito::AbstractFilterDialog | |
Cito::DialogOpenFileWithFilter | |
Cito::DialogSaveFileWithFilter | |
Cito::DialogAboutQItom | |
Cito::DialogCloseItom | |
Cito::DialogEditBreakpoint | |
Cito::DialogGoto | |
Cito::DialogHeatmapConfiguration | |
Cito::DialogIconBrowser | |
Cito::DialogLoadedPlugins | |
Cito::DialogNewPluginInstance | |
Cito::DialogOpenNewGui | |
Cito::DialogPipManager | |
Cito::DialogPipManagerInstall | |
Cito::DialogPluginPicker | |
Cito::DialogProperties | |
Cito::DialogReloadModule | |
Cito::DialogReplace | |
Cito::DialogScriptCharsetEncoding | |
Cito::DialogSelectUser | |
Cito::DialogTimerManager | |
Cito::DialogUserManagement | |
Cito::DialogUserManagementEdit | |
Cito::DialogVariableDetail | |
Cito::DialogVariableDetailDataObject | |
Cito::OutlineSelectorWidget | Framless dialog, shown as popup over a script editor, to display the outline |
Cito::ParamInputDialog | |
Cito::UserUiDialog | |
►CQDockWidget | |
►Cito::AbstractDockWidget | Abstract dock widget class which inherits QDockWidget. The content of QDockWidget consists of an instance of QMainWindow. The real widget is then placed as central widget of this QMainWindow. QMainWindow has the ability to show a menubar as well as a toolbar, which is used in different versions depending on docked state. Inherit AbstractDockWidget in order to realize content of QMainWindow |
Cito::AIManagerWidget | |
Cito::BookmarkDockWidget | Provides the bookmark toolbox which is mainly a view of the BookmarkModel |
Cito::BreakPointDockWidget | |
Cito::CallStackDockWidget | Docking |
Cito::FigureWidget | |
Cito::FileSystemDockWidget | |
Cito::HelpDockWidget | |
Cito::LastCommandDockWidget | |
Cito::PythonMessageDockWidget | |
Cito::ScriptDockWidget | Widget containing one or multiple script editors (tabbed). This widget can either be a docking widget, docked in a docking area in the main window or it can be a floatable window which has a standard window behaviour |
Cito::WorkspaceDockWidget | Docking widget for contents of type workspace widget |
►CQDoubleSpinBox | |
CitomQDoubleSpinBox | |
►CQFileSystemModel | |
Cito::ItomFileSystemModel | Instead of the default QFileSystemModel, this model is able to provide a more flexible support for drop or paste operations if the destination file already exists. If the file should be duplicated (from one folder to the same folder), a (copy)-suffix is appended to the base-filename. If the source is another directory, but the file has the same name, the user is prompted if he wants to overwrite the source file or not |
►CQFrame | |
►CBasePopupWidget | |
CPopupWidget | |
►CQGraphicsPathItem | |
Cito::ColCurve | |
►CQGroupBox | |
CCollapsibleGroupBox | |
►CQItemDelegate | |
CComboBoxDelegate | |
CDataObjectDelegate | |
CQVariantDelegate | |
CQVariantDelegate | |
CQtPropertyEditorDelegate | |
Cito::FigurePluginDelegate | |
Cito::SelectorDelegate | |
►CQLabel | |
CToolTipLabel | |
►CQLineEdit | |
CSearchBox | |
►CQListView | |
Cito::QListViewItom | |
►CQListWidget | |
Cito::TabSwitcherWidget | Show tabs in mru order and change between them |
►CQMainWindow | |
CSampleApp | |
Cito::AbstractFigure | |
Cito::DialogSnapshot | |
Cito::MainWindow | |
Cito::PropertyEditorWindow | |
►CQMenu | |
Cito::MenuOnlyForEnter | |
►CQObject | |
►CBasePopupWidgetPrivate | |
CPopupWidgetPrivate | |
CCheckableComboBoxFactory | |
CCheckableModelHelper | |
CCollapsibleGroupBoxFactory | |
CColorPickerButtonFactory | |
CComboBoxFactory | |
CDataObjectMetaWidgetFactory | |
CDataObjectTableFactory | |
CDoubleRangeSliderFactory | |
CDoubleRangeWidgetFactory | |
CDoubleSliderFactory | |
CDoubleSpinBoxFactory | |
CDoubleSpinBoxPrivate | |
CFontButtonFactory | |
CItomWidgetsFactory | |
CMenuComboBoxFactory | |
CMenuComboBoxPrivate | |
CMotorAxisControllerFactory | |
CParamEditorFactory | |
CPathLineEditFactory | |
CPenCreatorButtonFactory | |
CPlotInfoDObjectFactory | |
CPlotInfoMarkerFactory | |
CPlotInfoPickerFactory | |
CPlotInfoShapesFactory | |
CPopupWidgetFactory | |
►CProperty | |
CEnumProperty | |
CEnumProperty | |
CFlagsProperty | |
CVec3fProperty | |
Cito::AutoIntervalProperty | |
Cito::QVector2DProperty | |
Cito::QVector3DProperty | |
Cito::QVector4DProperty | |
CProperty | |
CPythonLogWidgetFactory | |
►CQtAbstractEditorFactoryBase | The QtAbstractEditorFactoryBase provides an interface for editor factories |
►CQtAbstractEditorFactory< QtCharPropertyManager > | |
CQtCharEditorFactory | Editor widgets for properties created by QtCharPropertyManager objects |
►CQtAbstractEditorFactory< QtBoolPropertyManager > | |
CQtCheckBoxFactory | QCheckBox widgets for properties created by QtBoolPropertyManager objects |
►CQtAbstractEditorFactory< QtColorPropertyManager > | |
CQtColorEditorFactory | Color editing for properties created by QtColorPropertyManager objects |
►CQtAbstractEditorFactory< QtCursorPropertyManager > | |
CQtCursorEditorFactory | QComboBox widgets for properties created by QtCursorPropertyManager objects |
►CQtAbstractEditorFactory< QtDatePropertyManager > | |
CQtDateEditFactory | QDateEdit widgets for properties created by QtDatePropertyManager objects |
►CQtAbstractEditorFactory< QtDateTimePropertyManager > | |
CQtDateTimeEditFactory | QDateTimeEdit widgets for properties created by QtDateTimePropertyManager objects |
►CQtAbstractEditorFactory< QtDoublePropertyManager > | |
CQtDoubleSpinBoxFactory | QDoubleSpinBox widgets for properties created by QtDoublePropertyManager objects |
►CQtAbstractEditorFactory< QtEnumPropertyManager > | |
CQtEnumEditorFactory | QComboBox widgets for properties created by QtEnumPropertyManager objects |
►CQtAbstractEditorFactory< QtFontPropertyManager > | |
CQtFontEditorFactory | Font editing for properties created by QtFontPropertyManager objects |
►CQtAbstractEditorFactory< QtKeySequencePropertyManager > | |
CQtKeySequenceEditorFactory | Editor widgets for properties created by QtKeySequencePropertyManager objects |
►CQtAbstractEditorFactory< QtStringPropertyManager > | |
CQtLineEditFactory | QLineEdit widgets for properties created by QtStringPropertyManager objects |
►CQtAbstractEditorFactory< QtIntPropertyManager > | |
CQtScrollBarFactory | QScrollBar widgets for properties created by QtIntPropertyManager objects |
CQtSliderFactory | QSlider widgets for properties created by QtIntPropertyManager objects |
CQtSpinBoxFactory | QSpinBox widgets for properties created by QtIntPropertyManager objects |
►CQtAbstractEditorFactory< QtTimePropertyManager > | |
CQtTimeEditFactory | QTimeEdit widgets for properties created by QtTimePropertyManager objects |
►CQtAbstractEditorFactory< QtVariantPropertyManager > | |
CQtVariantEditorFactory | Widgets for properties created by QtVariantPropertyManager objects |
►CQtAbstractEditorFactory< ParamCharPropertyManager > | |
Cito::ParamCharPropertyFactory | |
►CQtAbstractEditorFactory< ParamDoublePropertyManager > | |
Cito::ParamDoublePropertyFactory | QSpinBox widgets for properties created by QtIntPropertyManager objects |
►CQtAbstractEditorFactory< ParamIntPropertyManager > | |
Cito::ParamIntPropertyFactory | |
►CQtAbstractEditorFactory< ParamIntervalPropertyManager > | |
Cito::ParamIntervalPropertyFactory | RangeWidget widgets for properties created by ParamIntervalPropertyManager objects |
►CQtAbstractEditorFactory< ParamStringPropertyManager > | |
Cito::ParamStringPropertyFactory | QLineEdit widgets for properties created by ParamStringPropertyManager objects |
CQtAbstractEditorFactory< PropertyManager > | The QtAbstractEditorFactory is the base template class for editor factories |
►CQtAbstractPropertyManager | The QtAbstractPropertyManager provides an interface for property managers |
CQtBoolPropertyManager | And manages boolean properties |
CQtCharPropertyManager | The QtCharPropertyManager provides and manages QChar properties |
CQtColorPropertyManager | The QtColorPropertyManager provides and manages QColor properties |
CQtCursorPropertyManager | The QtCursorPropertyManager provides and manages QCursor properties |
CQtDatePropertyManager | The QtDatePropertyManager provides and manages QDate properties |
CQtDateTimePropertyManager | The QtDateTimePropertyManager provides and manages QDateTime properties |
CQtDoublePropertyManager | The QtDoublePropertyManager provides and manages double properties |
CQtEnumPropertyManager | The QtEnumPropertyManager provides and manages enum properties |
CQtFlagPropertyManager | The QtFlagPropertyManager provides and manages flag properties |
CQtFontPropertyManager | The QtFontPropertyManager provides and manages QFont properties |
CQtGroupPropertyManager | The QtGroupPropertyManager provides and manages group properties |
CQtIntPropertyManager | The QtIntPropertyManager provides and manages int properties |
CQtKeySequencePropertyManager | The QtKeySequencePropertyManager provides and manages QKeySequence properties |
CQtLocalePropertyManager | The QtLocalePropertyManager provides and manages QLocale properties |
CQtMarginsPropertyManager | The QtMarginsPropertyManager provides and manages QMargins properties |
CQtPointFPropertyManager | The QtPointFPropertyManager provides and manages QPointF properties |
CQtPointPropertyManager | The QtPointPropertyManager provides and manages QPoint properties |
CQtRectFPropertyManager | The QtRectFPropertyManager provides and manages QRectF properties |
CQtRectPropertyManager | The QtRectPropertyManager provides and manages QRect properties |
CQtSizeFPropertyManager | The QtSizeFPropertyManager provides and manages QSizeF properties |
CQtSizePolicyPropertyManager | The QtSizePolicyPropertyManager provides and manages QSizePolicy properties |
CQtSizePropertyManager | The QtSizePropertyManager provides and manages QSize properties |
CQtStringPropertyManager | The QtStringPropertyManager provides and manages QString properties |
CQtTimePropertyManager | The QtTimePropertyManager provides and manages QTime properties |
CQtVariantPropertyManager | And manages QVariant based properties |
►Cito::AbstractParamPropertyManager | |
Cito::ParamCharArrayPropertyManager | |
Cito::ParamCharPropertyManager | |
Cito::ParamDoubleArrayPropertyManager | |
Cito::ParamDoublePropertyManager | |
Cito::ParamIntArrayPropertyManager | |
Cito::ParamIntPropertyManager | |
Cito::ParamIntervalPropertyManager | |
Cito::ParamOtherPropertyManager | |
Cito::ParamRectPropertyManager | |
Cito::ParamStringListPropertyManager | |
Cito::ParamStringPropertyManager | |
CQtMetaEnumWrapper | |
CRangeSliderFactory | |
CRangeWidgetFactory | |
CSearchBoxFactory | |
CSliderWidgetFactory | |
CStatusLedFactory | |
►CTestClass | |
CTestSubClass | |
CTreeComboBoxFactory | |
CValueProxy | Base class for value proxies. Value proxy allows to decouple the displayed value from the values accessed within the program. For example, one may want to display Fahrenheit while still working with Celsius |
CbrushCreatorButtonFactory | |
Cito::AbstractItomDesignerPlugin | |
►Cito::AddInBase | Base class for all plugins |
Cito::AddInActuator | Base class for all actuator plugin classes |
Cito::AddInAlgo | Base class for all "algorithm" plugin classes |
►Cito::AddInDataIO | Base class for all dataIO plugin classes |
Cito::AddInGrabber | Inherit from AddInGrabber if you write a camera/grabber plugin. Please call the constructor of AddInGrabber within your plugin constructor |
Cito::AddInInterfaceBase | Forward declaration to private container class of AddInAlog |
Cito::AddInManager | Class for AddIn management |
Cito::AddInManagerPrivate | |
Cito::AlgoInterfaceValidator | The class AlgoInterfaceValidator provides validators and checks in order to verify that a certain filter or algoWidget that pretends to implement a certain interface really fits to the requirements and conditions of this interface |
Cito::AutoIndentMode | |
Cito::CaretLineHighlighterMode | |
Cito::CodeCompletionMode | |
Cito::ColCurve | |
►Cito::DelayJobRunnerBase | |
Cito::DelayJobRunner< OBJECT, FUNC > | |
Cito::DelayJobRunnerArgTextBlock< OBJECT, FUNC > | |
Cito::DelayJobRunnerArgTextCursor< OBJECT, FUNC > | |
Cito::DelayJobRunnerGenericArg< OBJECT, FUNC, ARGTYPE > | |
Cito::DelayJobRunnerNoArgs< OBJECT, FUNC > | |
Cito::DesignerWidgetOrganizer | |
Cito::ErrorLineHighlighterMode | |
►Cito::FoldDetector | |
Cito::CharBasedFoldDetector | |
Cito::IndentFoldDetector | |
Cito::FunctionCancellationAndObserver | This class can be passed to a long running method (e.g. as QSharedPointer instance) for two reasons: |
Cito::IOHelper | This class contains several static methods to load or save various file formats |
Cito::IndenterMode | |
Cito::LineBackgroundMarkerMode | |
Cito::Logger | Writes a log file |
Cito::MainApplication | Basic management class for the entire application |
►Cito::Manager | |
Cito::ModesManager | |
Cito::PanelsManager | |
Cito::TextDecorationsManager | |
Cito::OccurrencesHighlighterMode | |
Cito::PaletteOrganizer | |
Cito::ParamInputParser | |
Cito::ProcessOrganizer | |
Cito::PyCalltipsMode | |
Cito::PyCodeFormatter | |
Cito::PyCodeReferenceRenamer | |
Cito::PyDocstringGeneratorMode | |
Cito::PyWorkspaceContainer | |
Cito::PythonEngine | |
Cito::PythonJediRunner | < Thread-safe helper class for PythonEngine to manage calls to the Python Jedi package |
Cito::PythonLogger | Copies python errors to the logger |
►Cito::PythonQtSignalMapperBase | Base class for PythonQtSignalMapper |
Cito::PythonQtSignalMapper | This class provides the possibility to redirect any signal emitted in an user-defined GUI to different python methods |
Cito::PythonStatePublisher | One instance of this class is created by MainApplication::setupApplication and runs in the main thread of itom. Its onPythonStateChanged slot is connected to the pythonStateChanged signal of PythonEngine. Other widgets should rather connect to pythonStateChanged of this class than to the direct signal of PythonEngine. This is mainly for one reason: Whenever a short script is run in Python (not debug), it might be that the execution is so short, that it is a waste of computing resources to switch the GUI to a busy state during this short execution. Therefore, the transition to the run state is signalled by this class with a short delay. Whenever, the 'idle' state is signalled by the PythonEngine before the delay exceeds, nothing is signalled by this class. This only holds for this transition. All other python state transitions are immediately reported to all connected classes |
Cito::QDebugStream | |
Cito::ScriptEditorOrganizer | Organizes script editors, independent on their appearance (docked or window-style) |
Cito::ShortcutAction | |
Cito::StyleItem | |
Cito::SymbolMatcherMode | |
Cito::TextDecorationsSignals | |
Cito::TimerCallback | |
Cito::UiOrganizer | The UiOrganizer is started as singleton instance within itom and organizes all main windows, dialogs, widgets,... which are currently loaded at runtime from any ui-file or from a widget, provided by any algorithm plugin |
Cito::UserInteractionWatcher | |
Cito::UserOrganizer | Class handling users and their rights |
Cito::WordClickMode | |
Cito::WordHoverTooltipMode | |
CqDummyClass | Python |
►CQPlainTextEdit | |
CPlotInfoDObject | |
►Cito::CodeEditor | |
►Cito::AbstractCodeEditorWidget | |
Cito::ConsoleWidget | |
Cito::ScriptEditorWidget | |
►CQPrinter | |
Cito::ScriptEditorPrinter | |
CQPropertyEditorWidgetPrivate | |
Cito::QPropertyHelper | |
►CQProxyStyle | |
CProxyStyle | |
►CQPushButton | |
CBrushCreatorButton | |
CColorPickerButton | |
CFontButton | |
CPenCreatorButton | |
►CQRunnable | |
►Cito::JediRunnable | < base class for all runnables, that are executed with PythonJediRunner |
Cito::CalltipRunnable | < runnable that executes a calltip call to Jedi by the thread pool of Python Jedi Runner |
Cito::CompletionRunnable | < runnable that executes a completion call to Jedi by the thread pool of Python Jedi Runner |
Cito::GetHelpRunnable | < runnable that executes a calltip call to Jedi by the thread pool of Python Jedi Runner |
Cito::GoToAssignmentRunnable | < runnable that executes a goto definition / assignment call to Jedi by the thread pool of Python Jedi Runner |
Cito::RenameRunnable | < runnable that executes a completion call to Jedi by the thread pool of Python Jedi Runner |
►CQSlider | |
CRangeSlider | |
CSlider | |
►CQSortFilterProxyModel | |
CPropertyEditorSortFilterProxyModel | |
Cito::LeafFilterProxyModel | This class provides a special search function to the help model. The normal filtermodel hides nodes if they don't contain the searched term, even though the children contain it |
Cito::PickerSortFilterProxyModel | |
Cito::SubsequenceSortFilterProxyModel | |
►CQSpinBox | |
Cito::ItomSpinBox | |
►CQStyledItemDelegate | |
Cito::HtmlItemDelegate | |
Cito::LineEditDelegate | Declaration of delegate class |
►CQSyntaxHighlighter | |
Cito::SyntaxHighlighterBase | |
►CQTableView | |
►CDataObjectTable | |
Cito::ExtendedDataObjectTable | |
Cito::QTableViewItom | |
CQtAbstractPropertyBrowserPrivate | |
CQtAbstractPropertyManagerPrivate | |
►CQTabWidget | |
Cito::QTabWidgetItom | |
CQtBoolPropertyManagerPrivate | |
CQtBrowserItem | Property in a property browser instance |
CQtBrowserItemPrivate | |
CQtButtonPropertyBrowserPrivate | |
CQtCharPropertyManagerPrivate | |
CQtColorPropertyManagerPrivate | |
CQtCursorDatabase | |
CQtCursorEditorFactoryPrivate | |
CQtCursorPropertyManagerPrivate | |
CQtDatePropertyManagerPrivate | |
CQtDateTimePropertyManagerPrivate | |
CQtDoublePropertyManagerPrivate | |
CQtEnumPropertyManagerPrivate | |
CQtEnumPropertyType | |
►CQTextBlockUserData | |
Cito::TextBlockUserData | |
CQtFlagPropertyManagerPrivate | |
CQtFlagPropertyType | |
CQtFontPropertyManagerPrivate | |
CQtGroupBoxPropertyBrowserPrivate | |
CQtGroupPropertyType | |
CQtIntPropertyManagerPrivate | |
CQtKeySequencePropertyManagerPrivate | |
CQtLocalePropertyManagerPrivate | |
CQtMarginsPropertyManagerPrivate | |
CQtMetaEnumProvider | |
CQtPointFPropertyManagerPrivate | |
CQtPointPropertyManagerPrivate | |
►CQtProperty | Encapsulates an instance of a property |
CQtVariantProperty | Convenience class handling QVariant based properties |
CQtPropertyBrowserUtils | |
CQtPropertyPrivate | |
CQtRectFPropertyManagerPrivate | |
CQtRectPropertyManagerPrivate | |
►CQTreeView | |
CQPropertyEditorWidget | The QPropertyEditorWidget offers an easy to use mechanism to visualize properties of a class inherited from QObject |
CQPropertyEditorWidget | The QPropertyEditorWidget offers an easy to use mechanism to visualize properties of a class inherited from QObject |
Cito::QTreeViewItom | |
►CQTreeWidget | |
CDataObjectMetaWidget | |
CPlotInfoMarker | |
CPlotInfoPicker | |
CPlotInfoShapes | |
CQtPropertyEditorView | |
Cito::LastCommandTreeWidget | |
Cito::PythonMessageTreeWidget | |
Cito::QTreeWidgetItom | |
Cito::WorkspaceWidget | Major class WorkspaceWidget to show a tree widget for the global and local workspace toolbox |
►CQTreeWidgetItem | |
Cito::WorkspaceTreeItem | Tiny derivative of QTreeWidgetItem, that overwrites the comparison operator |
CQtSizeFPropertyManagerPrivate | |
CQtSizePolicyPropertyManagerPrivate | |
CQtSizePropertyManagerPrivate | |
CQtStringPropertyManagerPrivate | |
CQtTimePropertyManagerPrivate | |
CQtTreePropertyBrowserPrivate | |
CQtVariantEditorFactoryPrivate | |
CQtVariantPropertyManagerPrivate | |
CQtVariantPropertyPrivate | |
►CQWidget | |
CDoubleRangeSlider | |
CDoubleRangeWidget | |
CDoubleSlider | |
CDoubleSpinBox | Custom SpinBox The DoubleSpinBox internally uses a QDoubleSpinBox while it retain controls over it |
CFontEditor | |
CMenuComboBox | |
CMotorAxisController | |
CObjectController | |
CParamEditorWidget | |
CPathLineEdit | Advanced line edit to select a file or directory |
►CQtAbstractPropertyBrowser | QtAbstractPropertyBrowser provides a base class for implementing property browsers |
CQtButtonPropertyBrowser | Drop down QToolButton based property browser |
CQtGroupBoxPropertyBrowser | QGroupBox based property browser |
CQtTreePropertyBrowser | QTreeWidget based property browser |
CQtBoolEdit | |
CQtCharEdit | |
CQtColorEditWidget | |
CQtFontEditWidget | |
CQtKeySequenceEdit | |
CRangeWidget | |
CSliderWidget | |
CStatusLed | Round LED-style widget with gradient fill |
CStringListEditor | |
Cito::AbstractAddInDockWidget | Abstract base class for dock widgets (toolboxes) of plugins |
►Cito::AbstractApiWidget | |
CPythonLogWidget | |
►Cito::AbstractPropertyPageWidget | |
Cito::WidgetPropConsoleGeneral | |
Cito::WidgetPropConsoleLastCommand | |
Cito::WidgetPropConsoleWrap | |
Cito::WidgetPropEditorAutoCodeFormat | |
Cito::WidgetPropEditorAutoCompletion | |
Cito::WidgetPropEditorCalltips | |
Cito::WidgetPropEditorCodeCheckers | |
Cito::WidgetPropEditorDocstringGenerator | |
Cito::WidgetPropEditorGeneral | |
Cito::WidgetPropEditorGotoAssignment | |
Cito::WidgetPropEditorScripts | |
Cito::WidgetPropEditorStyles | |
Cito::WidgetPropFigurePlugins | |
Cito::WidgetPropGeneralApplication | |
Cito::WidgetPropGeneralLanguage | |
Cito::WidgetPropGeneralPlotSettings | |
Cito::WidgetPropGeneralStyles | |
Cito::WidgetPropHelpDock | |
Cito::WidgetPropPalettes | |
Cito::WidgetPropPluginsActuators | |
Cito::WidgetPropPluginsAlgorithms | |
Cito::WidgetPropPythonGeneral | |
Cito::WidgetPropPythonStartup | |
Cito::WidgetPropWorkspaceUnpack | |
Cito::HelpTreeDockWidget | |
Cito::Panel | |
Cito::ParamCharWidget | |
Cito::ParamDoubleWidget | |
Cito::ParamIntWidget | |
Cito::ParamStringWidget | |
Cito::WidgetFindWord | |
Cito::WidgetInfoBox | |
Cito::RamerDouglasPeuckerData | |
Cito::Range | Each range value has a start and end point. Optionally range can be marked as Range::all(), which indicates a full range |
CRangeSliderPrivate | |
Crelation | |
Cito::PyCodeReferenceRenamer::RenameItem | |
Cito::RetVal | Class for managing status values (like errors or warning) |
Crgba32_ | |
►Cito::RgbaBase32 | |
►Cito::Rgba32 | This class implements basic functionality for color handling in itom. \detail This class implements ARGB32 into itom. In openCV-mat this will be represented by an 4channel uint8-plane. The functions of this class are inspired by http://virjo.googlecode.com/svn/trunk/SFML_Windows/src/SFML/Graphics/Color.cpp, written by Laurent Gomila (laure.nosp@m.nt.g.nosp@m.om@gm.nosp@m.ail..nosp@m.com) |
Cito::RGBChannel< _COLOR > | |
Cito::ScriptEditorActions | This struct can hold common actions for all script editor and script dock widgets |
Cito::ScriptEditorStorage | |
CSearchBoxPrivate | |
Cito::SemVerVersion | Version string parsing and comparison based on semantic versioning |
Cito::Shape | |
Cito::ShapeDObject | |
Cito::ShapePrivate | |
CStatusLedPrivate | |
Cito::ConsoleWidget::StreamBuffer | |
Cito::StringMetaPrivate | |
Cito::WidgetPropEditorStyles::StyleNode | |
Cito::Utils::TextBlockHelper | |
Cito::TimeDelta | |
Cito::AppManagement::Timeouts | |
Cito::TimerModel::TimerItem | Item of TimerModel |
Cito::AbstractDockWidget::Toolbar | |
Cito::AbstractFigure::ToolBarItem | |
Cito::AbstractFigure::ToolboxItem | |
CToolTip | |
CTreeComboBoxPrivate | |
►CUi_DoubleRangeWidget | |
CDoubleRangeWidgetPrivate | |
►CUi_RangeWidget | |
CRangeWidgetPrivate | |
►CUi_SampleApp | |
CSampleApp | |
►CUi_SliderWidget | |
CSliderWidgetPrivate | |
Cito::UiContainer | Every instance of this class contains information about one user interface (main window, dialog, dock widget...) which is organized by UiOrganizer |
Cito::UiContainerItem | |
Cito::UiDataContainer | |
CUserInfo | Holds the relevant user information |
Cito::UserInfoStruct | |
CValueProxyPrivate | |
Cvarray | |
CVec3f | |
Cito::VisibleBlock | |
CQtButtonPropertyBrowserPrivate::WidgetItem | |
CQtGroupBoxPropertyBrowserPrivate::WidgetItem | |
Cito::WidgetWrapper | One instance of this class acts as wrapper for several import public methods of classes, derived from QObject, which should be made available by the call-method in python |
Cito::PanelsManager::ZoneItems | |