libglom-1.22  1.22.0
Public Member Functions
Glom::Relationship Class Reference
Inheritance diagram for Glom::Relationship:
Inheritance graph
[legend]
Collaboration diagram for Glom::Relationship:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Relationship ()
 Relationship (const Relationship& src)
 ~Relationship ()
Relationshipoperator= (const Relationship& src)
bool operator== (const Relationship& src) const
Relationshipclone () const
Glib::ustring get_from_table () const
Glib::ustring get_from_field () const
Glib::ustring get_to_table () const
Glib::ustring get_to_field () const
void set_from_table (const Glib::ustring& strVal)
void set_from_field (const Glib::ustring& strVal)
void set_to_table (const Glib::ustring& strVal)
void set_to_field (const Glib::ustring& strVal)
bool get_auto_create () const
 Whether related records will be created automatically.
void set_auto_create (bool val=true)
bool get_allow_edit () const
 Whether related records may be edited through this relationship.
void set_allow_edit (bool val=true)
bool get_has_fields () const
 Whether the relationship specifies from and to fields.
bool get_has_to_table () const
 Whether the relationship specifies a related table.

Constructor & Destructor Documentation


Member Function Documentation

Whether related records may be edited through this relationship.

Whether related records will be created automatically.

Whether the relationship specifies from and to fields.

If not, then it specifies all records in the to table.

Whether the relationship specifies a related table.

Relationship& Glom::Relationship::operator= ( const Relationship src)
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)

The documentation for this class was generated from the following file: