Ask a Question | Search PSRCHIVE: |
![]()
|
TextInterfaceValue.h void set_value(const std::string &text) Set the value as text. Definition TextInterfaceValue.h:137 ValueGetSet(T *ptr, const std::string &name, const std::string &desc) Set all attributes on construction. Definition TextInterfaceValue.h:133 void set_detailed_description(const std::string &text) Set the detailed description of the value. Definition TextInterfaceValue.h:114 std::string get_value() const Get the value as text. Definition TextInterfaceValue.h:93 std::string get_detailed_description() const Get the detailed description of the value. Definition TextInterfaceValue.h:110 void set_description(const std::string &text) Set the description of the value. Definition TextInterfaceValue.h:106 std::string get_name() const Get the name of the value. Definition TextInterfaceValue.h:89 std::string get_description() const Get the description of the value. Definition TextInterfaceValue.h:102 ValueGet(T *ptr, const std::string &_name, const std::string &_describe) Set all attributes on construction. Definition TextInterfaceValue.h:85 void set_value(const std::string &) Set the value as text. Definition TextInterfaceValue.h:97 Value() Explicit default constructor required to delay definition of Reference::To<Parser> Definition TextInterfaceValue.C:13 virtual void set_value(const std::string &value)=0 Set the value as text. virtual void set_modifiers(const std::string &) const =0 Parse any modifiers that will alter the behaviour of the output stream. Definition TextInterfaceValue.C:24 Reference::To< Parser, false > parent The Parser composite in which this Value component is integrated. Definition TextInterfaceValue.h:75 virtual std::string get_description() const =0 Get the description of the value. ~Value() Explicit destructor required to delay definition of Reference::To<Parser> Definition TextInterfaceValue.C:15 virtual bool matches(const std::string &name) const Return true if the name argument matches the value name. Definition TextInterfaceValue.h:56 virtual void reset_modifiers() const =0 Reset any output stream modifiers. Definition TextInterfaceValue.C:22 virtual std::string get_detailed_description() const Get the detailed description of the value. Definition TextInterfaceValue.h:53 Generated using doxygen 1.14.0
|