atk Reference Manual

Synopsis

public class Relation : Object  {
    public    RelationType              relationship ;


    public    weak RelationType         relation_type             { get; set; } ;
    public    weak GLib.ValueArray      target                    { get; set; } ;


    public                              Relation                  ( Object[]            targets,
                                                                    RelationType        relationship ) ;


    public    void                      add_target                ( Object              target ) ;
    public    RelationType              get_relation_type         (  ) ;
    public    weak GLib.PtrArray        get_target                (  ) ;
    public    static RelationType       type_for_name             ( string              name ) ;
    public    static weak string        type_get_name             ( RelationType        type ) ;
    public    static RelationType       type_register             ( string              name ) ;
}

Relation Description

Details

Constructor Details

Relation ()
    public                              Relation                  ( Object[]            targets,
                                                                    RelationType        relationship ) ;		

Field Details

relationship
    public    RelationType              relationship ;		

Signal Details

Property Details

relation_type
    public    weak RelationType         relation_type             { get; set; } ;		

target
    public    weak GLib.ValueArray      target                    { get; set; } ;		

Method Details

add_target ()
    public    void                      add_target                ( Object              target ) ;		

get_relation_type ()
    public    RelationType              get_relation_type         (  ) ;		

get_target ()
    public    weak GLib.PtrArray        get_target                (  ) ;		

type_for_name ()
    public    static RelationType       type_for_name             ( string              name ) ;		

type_get_name ()
    public    static weak string        type_get_name             ( RelationType        type ) ;		

type_register ()
    public    static RelationType       type_register             ( string              name ) ;		


Created by Valadoc