a GRT application object More...
#include <structs.app.h>
Public Member Functions | |
grt::DictRef | customData () const |
Getter for attribute customData (read-only). | |
app_DocumentRef | doc () const |
Getter for attribute doc. | |
virtual void | doc (const app_DocumentRef &value) |
Setter for attribute doc. | |
app_InfoRef | info () const |
Getter for attribute info. | |
virtual void | info (const app_InfoRef &value) |
Setter for attribute info. | |
app_OptionsRef | options () const |
Getter for attribute options. | |
virtual void | options (const app_OptionsRef &value) |
Setter for attribute options. | |
app_RegistryRef | registry () const |
Getter for attribute registry. | |
virtual void | registry (const app_RegistryRef &value) |
Setter for attribute registry. | |
app_StartersRef | starters () const |
Getter for attribute starters. | |
virtual void | starters (const app_StartersRef &value) |
Setter for attribute starters. | |
grt::DictRef | state () const |
Getter for attribute state (read-only). |
a GRT application object
grt::DictRef customData | ( | ) | const |
Getter for attribute customData (read-only).
a generic dictionary to hold additional information used by e.g. plugins
virtual void doc | ( | const app_DocumentRef & | value | ) | [virtual] |
Setter for attribute doc.
the document the application is working with
app_DocumentRef doc | ( | ) | const |
Getter for attribute doc.
the document the application is working with
Reimplemented in workbench_Workbench.
app_InfoRef info | ( | ) | const |
Getter for attribute info.
information about the application
virtual void info | ( | const app_InfoRef & | value | ) | [virtual] |
Setter for attribute info.
information about the application
virtual void options | ( | const app_OptionsRef & | value | ) | [virtual] |
Setter for attribute options.
application options
app_OptionsRef options | ( | ) | const |
Getter for attribute options.
application options
app_RegistryRef registry | ( | ) | const |
Getter for attribute registry.
information about the application
virtual void registry | ( | const app_RegistryRef & | value | ) | [virtual] |
Setter for attribute registry.
information about the application
app_StartersRef starters | ( | ) | const |
Getter for attribute starters.
Application starters
virtual void starters | ( | const app_StartersRef & | value | ) | [virtual] |
Setter for attribute starters.
Application starters
grt::DictRef state | ( | ) | const |
Getter for attribute state (read-only).
application state info, keys in format domain:option