#include <mlFields.h>

Public Member Functions | |
| StringField () | |
| Default constructor, do not use it. | |
| StringField (const std::string &name) | |
Constructor, creates a field with a name to manage a string value. | |
| void | setStringValue (const std::string &stringValue) |
Sets value of the field to stringValue. | |
| std::string | getStringValue () const |
| Returns the value of the field as a string value setStringValue must be able to reinterpret this returned string correctly. | |
Definition at line 810 of file mlFields.h.
| ml::StringField::StringField | ( | ) |
Default constructor, do not use it.
| ml::StringField::StringField | ( | const std::string & | name | ) |
Constructor, creates a field with a name to manage a string value.
| std::string ml::StringField::getStringValue | ( | ) | const [virtual] |
Returns the value of the field as a string value setStringValue must be able to reinterpret this returned string correctly.
Implements ml::Field.
Referenced by ml::ListContainerTemplate< T >::copyTemplateToCurrent(), and ml::ListContainerTemplate< T >::modifyItem().
| void ml::StringField::setStringValue | ( | const std::string & | stringValue | ) | [virtual] |
Sets value of the field to stringValue.
Implements ml::Field.
Referenced by ml::CopyBase< BASE_DERIVED_CLASS >::checkObjectType(), ml::ListContainerTemplate< T >::copyItemToTemplate(), ml::CopyBase< BASE_DERIVED_CLASS >::copyObject(), ml::CopyBase< BASE_DERIVED_CLASS >::handleNotification(), and ml::ListContainerTemplate< T >::updatePropertyFields().
1.5.8