atk Reference Manual

Synopsis

public class RelationSet : Object  {
    public    weak GLib.PtrArray        relations ;


    public                              RelationSet               (  ) ;


    public    void                      add                       ( Relation            relation ) ;
    public    void                      add_relation_by_type      ( RelationType        relationship,
                                                                    Object              target ) ;
    public    bool                      contains                  ( RelationType        relationship ) ;
    public    int                       get_n_relations           (  ) ;
    public    weak Relation             get_relation              ( int                 i ) ;
    public    weak Relation             get_relation_by_type      ( RelationType        relationship ) ;
    public    void                      remove                    ( Relation            relation ) ;
}

RelationSet Description

Details

Constructor Details

RelationSet ()
    public                              RelationSet               (  ) ;		

Field Details

relations
    public    weak GLib.PtrArray        relations ;		

Signal Details

Property Details

Method Details

add ()
    public    void                      add                       ( Relation            relation ) ;		

add_relation_by_type ()
    public    void                      add_relation_by_type      ( RelationType        relationship,
                                                                    Object              target ) ;		

contains ()
    public    bool                      contains                  ( RelationType        relationship ) ;		

get_n_relations ()
    public    int                       get_n_relations           (  ) ;		

get_relation ()
    public    weak Relation             get_relation              ( int                 i ) ;		

get_relation_by_type ()
    public    weak Relation             get_relation_by_type      ( RelationType        relationship ) ;		

remove ()
    public    void                      remove                    ( Relation            relation ) ;		


Created by Valadoc