cong-editor-node-entity-ref

cong-editor-node-entity-ref —

Synopsis




#define     CONG_EDITOR_NODE_ENTITY_REF_TYPE
#define     CONG_EDITOR_NODE_ENTITY_REF     (obj)
#define     CONG_EDITOR_NODE_ENTITY_REF_CLASS(klass)
#define     IS_CONG_EDITOR_NODE_ENTITY_REF  (obj)
GType       cong_editor_node_entity_ref_get_type
                                            (void);
CongEditorNodeEntityRef* cong_editor_node_entity_ref_construct
                                            (CongEditorNodeEntityRef *editor_node_entity_ref,
                                             CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);
CongEditorNode* cong_editor_node_entity_ref_new
                                            (CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

Description

Details

CONG_EDITOR_NODE_ENTITY_REF_TYPE

#define CONG_EDITOR_NODE_ENTITY_REF_TYPE	      (cong_editor_node_entity_ref_get_type ())


CONG_EDITOR_NODE_ENTITY_REF()

#define CONG_EDITOR_NODE_ENTITY_REF(obj)         G_TYPE_CHECK_INSTANCE_CAST (obj, CONG_EDITOR_NODE_ENTITY_REF_TYPE, CongEditorNodeEntityRef)

obj :

CONG_EDITOR_NODE_ENTITY_REF_CLASS()

#define CONG_EDITOR_NODE_ENTITY_REF_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, CONG_EDITOR_NODE_ENTITY_REF_TYPE, CongEditorNodeEntityRefClass)

klass :

IS_CONG_EDITOR_NODE_ENTITY_REF()

#define IS_CONG_EDITOR_NODE_ENTITY_REF(obj)      G_TYPE_CHECK_INSTANCE_TYPE (obj, CONG_EDITOR_NODE_ENTITY_REF_TYPE)

obj :

cong_editor_node_entity_ref_get_type ()

GType       cong_editor_node_entity_ref_get_type
                                            (void);

Returns :

cong_editor_node_entity_ref_construct ()

CongEditorNodeEntityRef* cong_editor_node_entity_ref_construct
                                            (CongEditorNodeEntityRef *editor_node_entity_ref,
                                             CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

editor_node_entity_ref :
widget :
node :
traversal_parent :
Returns :

cong_editor_node_entity_ref_new ()

CongEditorNode* cong_editor_node_entity_ref_new
                                            (CongEditorWidget3 *widget,
                                             CongNodePtr node,
                                             CongEditorNode *traversal_parent);

widget :
node :
traversal_parent :
Returns :