Inherits Glom::TranslatableItem, and Glom::HasTitleSingular.
List of all members.
Constructor & Destructor Documentation
Glom::Relationship::Relationship |
( |
|
) |
|
Glom::Relationship::Relationship |
( |
const Relationship& |
src |
) |
|
Glom::Relationship::~Relationship |
( |
|
) |
|
Member Function Documentation
bool Glom::Relationship::get_allow_edit |
( |
|
) |
const |
Whether related records may be edited through this relationship.
bool Glom::Relationship::get_auto_create |
( |
|
) |
const |
Whether related records will be created automatically.
Glib::ustring Glom::Relationship::get_from_field |
( |
|
) |
const |
Glib::ustring Glom::Relationship::get_from_table |
( |
|
) |
const |
bool Glom::Relationship::get_has_fields |
( |
|
) |
const |
Whether the relationship specifies from and to fields.
If not, then it specifies all records in the to table.
bool Glom::Relationship::get_has_to_table |
( |
|
) |
const |
Whether the relationship specifies a related table.
Glib::ustring Glom::Relationship::get_to_field |
( |
|
) |
const |
Glib::ustring Glom::Relationship::get_to_table |
( |
|
) |
const |
bool Glom::Relationship::operator== |
( |
const Relationship& |
src |
) |
const |
void Glom::Relationship::set_allow_edit |
( |
bool |
val = true |
) |
|
void Glom::Relationship::set_auto_create |
( |
bool |
val = true |
) |
|
void Glom::Relationship::set_from_field |
( |
const Glib::ustring & |
strVal |
) |
|
void Glom::Relationship::set_from_table |
( |
const Glib::ustring & |
strVal |
) |
|
void Glom::Relationship::set_to_field |
( |
const Glib::ustring & |
strVal |
) |
|
void Glom::Relationship::set_to_table |
( |
const Glib::ustring & |
strVal |
) |
|
The documentation for this class was generated from the following files:
- data_structure/relationship.h
- data_structure/relationship.cc