|
Public Methods |
virtual | ~RelationSet () |
AtkRelationSet* | gobj () |
const AtkRelationSet* | gobj () const |
AtkRelationSet* | gobj_copy () |
bool | set_contains (RelationType relationship) |
| Determines whether the relation set contains a relation that matches the specified type.
|
void | set_remove (const Glib::RefPtr<Relation>& relation) |
| Removes a relation from the relation set.
|
void | set_add (const Glib::RefPtr<Relation>& relation) |
| Add a new relation to the current relation set if it is not already present.
|
int | get_n_relations () const |
| Determines the number of relations in a relation set.
|
Glib::RefPtr<Relation> | get_relation (gint i) |
| Determines the relation at the specified position in the relation set.
|
Glib::RefPtr<Relation> | get_relation (RelationType relationship) |
| Finds a relation that matches the specified type.
|
Static Public Methods |
Glib::RefPtr<RelationSet> | create () |
Protected Methods |
| RelationSet () |
Related Functions |
(Note that these are not member functions.)
|
Glib::RefPtr<Atk::RelationSet> | wrap (AtkRelationSet* object, bool take_copy=false) |