runtimeparametersetters.cpp
29 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
30 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "QString" );
35 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
36 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "Int" );
41 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
42 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "Unsigned Int" );
47 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
48 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "Double" );
53 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
54 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "Float" );
59 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
60 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "Bool" );
65 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
66 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "QString" );
70 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
71 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "int" );
75 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
76 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "unsigned int" );
80 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
81 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "double" );
85 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
86 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "float" );
90 QString type = ConfigurationHelper::getString( Factory::getTypeDescriptions(), descrPath+"/type", "missing type declaration" );
91 throw TypeMismatchOnSettingRuntimeModifiableParameter( name.toAscii().data(), type.toAscii().data(), "bool" );