an object to store the workbench's data More...
#include <structs.workbench.h>
Public Member Functions | |
| workbench_DocumentRef | doc () const |
| Getter for attribute doc. | |
| virtual void | doc (const workbench_DocumentRef &value) |
| Setter for attribute doc. | |
| grt::StringRef | docPath () const |
| Getter for attribute docPath. | |
| virtual void | docPath (const grt::StringRef &value) |
| Setter for attribute docPath. | |
| db_mgmt_ManagementRef | rdbmsMgmt () const |
| Getter for attribute rdbmsMgmt. | |
| virtual void | rdbmsMgmt (const db_mgmt_ManagementRef &value) |
| Setter for attribute rdbmsMgmt. | |
| grt::ListRef< db_query_Editor > | sqlEditors () const |
| Getter for attribute sqlEditors (read-only). | |
an object to store the workbench's data
| workbench_DocumentRef doc | ( | ) | const |
Getter for attribute doc.
the Workbench document
Reimplemented from app_Application.
| virtual void doc | ( | const workbench_DocumentRef & | value | ) | [virtual] |
Setter for attribute doc.
the Workbench document
| grt::StringRef docPath | ( | ) | const |
Getter for attribute docPath.
the Workbench document path
| virtual void docPath | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute docPath.
the Workbench document path
| virtual void rdbmsMgmt | ( | const db_mgmt_ManagementRef & | value | ) | [virtual] |
Setter for attribute rdbmsMgmt.
the RDBMS management information
| db_mgmt_ManagementRef rdbmsMgmt | ( | ) | const |
Getter for attribute rdbmsMgmt.
the RDBMS management information
| grt::ListRef<db_query_Editor> sqlEditors | ( | ) | const |
Getter for attribute sqlEditors (read-only).
list of open SQL Editor instances
1.7.1