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