Optika
Development
|
Optika | |
GenericArrayWidget | An Abstract base class for both 2D and 1D ArrayWidgets |
Generic2DArrayWidget | An abstract base class for all 2D Array Widets |
Int2DArrayWidget | A 2DArrayWidget used for editing arrays whose template type is int |
Short2DArrayWidget | A 2DArrayWidget used for editing arrays whose template type is short |
Double2DArrayWidget | A 2DArrayWidget used for editing arrays whose template type is double |
Float2DArrayWidget | A 2DArrayWidget used for editing arrays whose template type is float |
String2DArrayWidget | A 2DArrayWidget used for editing arrays whose template type is std::string |
Generic1DArrayWidget | A templated abstract base class for all 1D array editing widgets |
IntArrayWidget | A 1D widget for editing Arrays of type int |
ShortArrayWidget | A widget for editing Arrays of type short |
DoubleArrayWidget | A widget for editing Arrays of type double |
FloatArrayWidget | A widget for editing Arrays of type short |
StringArrayWidget | A widget for editing an array of strings |
Delegate | The delegate used for the Optika package. For non-documented functions please refer to the Qt API |
FileNameWidget | A 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 |
OptikaGUI | A class that allows the user to create and customize their Optika GUI |
SearchWidget | A small widget that searchs through a parameter list for a particular name of either a parameter or another parameter list |
MetaWindow | The Main Window that contains all other widgets in the Optika GUI. For all undocumented functions please refer to the Qt API |
TreeItem | Item class used by the TreeModel class |
TreeModel | TreeModel is a type of QAbstractItemModel that has a Tree like structure |
TreeView | Class used to view TreeModels |
ValidatorApplier | A templated class that applies the minimum, maximum and step specified in an EnhancedNumberValidator onto a QSpingBox |
ValidatorApplier< double > | A template spcialization of the ValidatorApplier class on the type double |
ValidatorApplier< float > | A template specialzation of the ValidatorApplier class on the type float |