Class for filling ModelAPI_AttributeInteger.
More...
◆ ModelHighAPI_Integer() [1/3]
ModelHighAPI_Integer::ModelHighAPI_Integer |
( |
int |
theValue = 0 | ) |
|
◆ ModelHighAPI_Integer() [2/3]
ModelHighAPI_Integer::ModelHighAPI_Integer |
( |
const std::wstring & |
theValue | ) |
|
Constructor for std::string.
◆ ModelHighAPI_Integer() [3/3]
ModelHighAPI_Integer::ModelHighAPI_Integer |
( |
const wchar_t * |
theValue | ) |
|
◆ ~ModelHighAPI_Integer()
ModelHighAPI_Integer::~ModelHighAPI_Integer |
( |
| ) |
|
|
virtual |
◆ fillAttribute()
◆ intValue()
int ModelHighAPI_Integer::intValue |
( |
| ) |
const |
|
virtual |
Returns a value (must be used only for attributes which support no text)
◆ string()
std::wstring ModelHighAPI_Integer::string |
( |
| ) |
const |
|
virtual |
Returns a string representation of the value.