libglom-1.22
1.22.0
|
Public Member Functions | |
TableInfo () | |
TableInfo (const TableInfo& src) | |
TableInfo& | operator= (const TableInfo& src) |
bool | get_hidden () const |
Returns true if this table should not be shown in the list of tables when in operator mode. | |
void | set_hidden (bool val=true) |
See get_default(). | |
bool | get_default () const |
Returns true if this table should be shown when the system is opened. | |
void | set_default (bool val=true) |
See get_default(). |
Glom::TableInfo::TableInfo | ( | const TableInfo& | src | ) |
bool Glom::TableInfo::get_default | ( | ) | const |
Returns true if this table should be shown when the system is opened.
Only one table can be the default table.
bool Glom::TableInfo::get_hidden | ( | ) | const |
Returns true if this table should not be shown in the list of tables when in operator mode.
void Glom::TableInfo::set_default | ( | bool | val = true | ) |
See get_default().
void Glom::TableInfo::set_hidden | ( | bool | val = true | ) |
See get_default().