a model figure representing a table More...
#include <structs.workbench.physical.h>
Public Member Functions | |
| grt::IntegerRef | columnsExpanded () const |
| Getter for attribute columnsExpanded. | |
| virtual void | columnsExpanded (const grt::IntegerRef &value) |
| Setter for attribute columnsExpanded. | |
| grt::IntegerRef | foreignKeysExpanded () const |
| Getter for attribute foreignKeysExpanded. | |
| virtual void | foreignKeysExpanded (const grt::IntegerRef &value) |
| Setter for attribute foreignKeysExpanded. | |
| grt::IntegerRef | indicesExpanded () const |
| Getter for attribute indicesExpanded. | |
| virtual void | indicesExpanded (const grt::IntegerRef &value) |
| Setter for attribute indicesExpanded. | |
| grt::IntegerRef | summarizeDisplay () const |
| Getter for attribute summarizeDisplay. | |
| virtual void | summarizeDisplay (const grt::IntegerRef &value) |
| Setter for attribute summarizeDisplay. | |
| db_TableRef | table () const |
| Getter for attribute table. | |
| virtual void | table (const db_TableRef &value) |
| Setter for attribute table. | |
| grt::IntegerRef | triggersExpanded () const |
| Getter for attribute triggersExpanded. | |
| virtual void | triggersExpanded (const grt::IntegerRef &value) |
| Setter for attribute triggersExpanded. | |
a model figure representing a table
| grt::IntegerRef columnsExpanded | ( | ) | const |
Getter for attribute columnsExpanded.
indicates whether the columns list is expanded
| virtual void columnsExpanded | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute columnsExpanded.
indicates whether the columns list is expanded
| grt::IntegerRef foreignKeysExpanded | ( | ) | const |
Getter for attribute foreignKeysExpanded.
indicates whether the foreign keys list is expanded
| virtual void foreignKeysExpanded | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute foreignKeysExpanded.
indicates whether the foreign keys list is expanded
| grt::IntegerRef indicesExpanded | ( | ) | const |
Getter for attribute indicesExpanded.
indicates whether the indices list is expanded
| virtual void indicesExpanded | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute indicesExpanded.
indicates whether the indices list is expanded
| virtual void summarizeDisplay | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute summarizeDisplay.
set to -1 for showing table in summarized view mode if there's too many columns, 0 to show all columns and 1 to force summary view
| grt::IntegerRef summarizeDisplay | ( | ) | const |
Getter for attribute summarizeDisplay.
set to -1 for showing table in summarized view mode if there's too many columns, 0 to show all columns and 1 to force summary view
| db_TableRef table | ( | ) | const |
Getter for attribute table.
the table this figure represents
| virtual void table | ( | const db_TableRef & | value | ) | [virtual] |
Setter for attribute table.
the table this figure represents
| virtual void triggersExpanded | ( | const grt::IntegerRef & | value | ) | [virtual] |
Setter for attribute triggersExpanded.
indicates whether the triggers list is expanded
| grt::IntegerRef triggersExpanded | ( | ) | const |
Getter for attribute triggersExpanded.
indicates whether the triggers list is expanded
1.7.1