#include <QStringList>
#include <QVariant>
#include "Optika_Types.hpp"
#include "Optika_ConfigDefs.hpp"
Go to the source code of this file.
|
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...
|
|