Public Member Functions | |
grt::StringRef | command () const |
Getter for attribute command. | |
virtual void | command (const grt::StringRef &value) |
Setter for attribute command. | |
grt::StringRef | context () const |
Getter for attribute context. | |
virtual void | context (const grt::StringRef &value) |
Setter for attribute context. | |
grt::StringRef | platform () const |
Getter for attribute platform. | |
virtual void | platform (const grt::StringRef &value) |
Setter for attribute platform. |
grt::StringRef command | ( | ) | const |
Getter for attribute command.
command name if builtin, or plugin name
virtual void command | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute command.
command name if builtin, or plugin name
grt::StringRef context | ( | ) | const |
Getter for attribute context.
application context where the item is valid (eg global, model etc)
virtual void context | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute context.
application context where the item is valid (eg global, model etc)
virtual void platform | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute platform.
windows, linux, macosx
grt::StringRef platform | ( | ) | const |
Getter for attribute platform.
windows, linux, macosx