Optika  Development
 All Classes Files Functions Variables Typedefs Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NOptika
 oCGenericArrayWidgetAn Abstract base class for both 2D and 1D ArrayWidgets
 oCGeneric2DArrayWidgetAn abstract base class for all 2D Array Widets
 oCInt2DArrayWidgetA 2DArrayWidget used for editing arrays whose template type is int
 oCShort2DArrayWidgetA 2DArrayWidget used for editing arrays whose template type is short
 oCDouble2DArrayWidgetA 2DArrayWidget used for editing arrays whose template type is double
 oCFloat2DArrayWidgetA 2DArrayWidget used for editing arrays whose template type is float
 oCString2DArrayWidgetA 2DArrayWidget used for editing arrays whose template type is std::string
 oCGeneric1DArrayWidgetA templated abstract base class for all 1D array editing widgets
 oCIntArrayWidgetA 1D widget for editing Arrays of type int
 oCShortArrayWidgetA widget for editing Arrays of type short
 oCDoubleArrayWidgetA widget for editing Arrays of type double
 oCFloatArrayWidgetA widget for editing Arrays of type short
 oCStringArrayWidgetA widget for editing an array of strings
 oCDelegateThe delegate used for the Optika package. For non-documented functions please refer to the Qt API
 oCFileNameWidgetA small widget consisting of a button and label that allows the user to select a file through a QFileDialog. The label displays the currently selected file
 oCOptikaGUIA class that allows the user to create and customize their Optika GUI
 oCSearchWidgetA small widget that searchs through a parameter list for a particular name of either a parameter or another parameter list
 oCMetaWindowThe Main Window that contains all other widgets in the Optika GUI. For all undocumented functions please refer to the Qt API
 oCTreeItemItem class used by the TreeModel class
 oCTreeModelTreeModel is a type of QAbstractItemModel that has a Tree like structure
 oCTreeViewClass used to view TreeModels
 oCValidatorApplierA templated class that applies the minimum, maximum and step specified in an EnhancedNumberValidator onto a QSpingBox
 oCValidatorApplier< double >A template spcialization of the ValidatorApplier class on the type double
 \CValidatorApplier< float >A template specialzation of the ValidatorApplier class on the type float