Optika GUI Toolik  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
Optika_ArrayHelperFunctions.hpp File Reference
#include <QStringList>
#include <QVariant>
#include "Optika_Types.hpp"
#include "Optika_ConfigDefs.hpp"
Include dependency graph for Optika_ArrayHelperFunctions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Optika
 

Functions

QString Optika::determineArrayType (RCP< const ParameterEntry > parameter, bool twoD=false)
 Determines the type of array stored in a parameter. More...
 
QVariant Optika::arrayEntryToVariant (RCP< const ParameterEntry > arrayEntry, QString type, bool twoD=false)
 Creates a QVariant containing the array that is in arrayEntry. More...
 
QString Optika::getArrayType (QString itemType)
 Given a type string, determines the template type of the Array. More...
 
bool Optika::isArrayEmpty (RCP< const ParameterEntry > arrayEntry, QString type)
 Determines wether or no the array inside a ParameterEntry is empty. More...