|
| | moParamDefinition () |
| |
| | moParamDefinition (const moParamDefinition &src) |
| |
| | moParamDefinition (const moText &p_name, moParamType p_type) |
| |
| | moParamDefinition (const moText &p_name, const moText &p_type, const moText &p_property=moText(""), const moText &p_group=moText(""), const moText &p_interpolation=moText(""), const moText &p_duration=moText(""), const moText &p_optionsstr=moText("")) |
| |
| | moParamDefinition (const moText &p_name, const moText &p_type, const moText &p_property, const moText &p_group, const moText &p_interpolation, const moText &p_duration, const moTextArray &p_Options) |
| |
| virtual | ~moParamDefinition () |
| |
| moParamDefinition & | operator= (const moParamDefinition &src) |
| |
| bool | IsValid () const |
| |
| const moText & | GetName () const |
| |
| void | SetName (const moText &p_Name) |
| |
| moParamType | GetType () const |
| |
| moText | GetTypeStr () const |
| |
| void | SetType (moParamType p_paramType) |
| |
| MOint | GetIndex () const |
| |
| void | SetIndex (MOint p_index) |
| |
| const moText & | GetProperty () const |
| |
| void | SetProperty (const moText &p_Property) |
| |
| const moText & | GetGroup () const |
| |
| void | SetGroup (const moText &p_Group) |
| |
| void | SetDefault (const moValue &p_defaultvalue) |
| |
| moValue & | GetDefaultValue () |
| |
| void | SetOptions (const moTextArray &p_options) |
| |
| void | SetOptions (const moText &p_OptionsStr) |
| |
| moTextArray & | GetOptions () |
| |
| const moText & | GetOptionsStr () |
| |
| void | SetInterpolation (moParamInterpolation &p_Interpolation) |
| |
| moParamInterpolation & | GetInterpolation () |
| |
| int | Set (const moText &p_XmlText) |
| |
| const moText & | ToJSON () |
| |
| const moText & | ToXML () |
| |
Definición en la línea 250 del archivo moParam.h.
La documentación para esta clase fue generada a partir de los siguientes ficheros: