Home
last modified time | relevance | path

Searched refs:node_dot_added_callback (Results 1 – 3 of 3) sorted by relevance

/dports/cad/oregano/oregano-0.84.43/src/sheet/
H A Dsheet.c66 static void node_dot_added_callback (Schematic *schematic, Coords *pos, Sheet *sheet);
1284 static void node_dot_added_callback (Schematic *schematic, Coords *pos, Sheet *sheet) in node_dot_added_callback() function
1373 g_signal_connect_object (G_OBJECT (sm), "node_dot_added", G_CALLBACK (node_dot_added_callback), in sheet_connect_node_dots_to_signals()
1380 node_dot_added_callback (sm, iter->data, sheet); in sheet_connect_node_dots_to_signals()
/dports/cad/oregano/oregano-0.84.43/src/model/
H A Dnode-store.c152 static void node_dot_added_callback (Node *node, Coords *pos, NodeStore *store) in node_dot_added_callback() function
186 G_CALLBACK (node_dot_added_callback), G_OBJECT (self), 0); in node_store_get_or_create_node()
H A Dschematic.c168 static void node_dot_added_callback (NodeStore *store, Coords *pos, Schematic *schematic) in node_dot_added_callback() function
220 g_signal_connect_object (priv->store, "node_dot_added", G_CALLBACK (node_dot_added_callback), in schematic_init()