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 D | sheet.c | 66 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 D | node-store.c | 152 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 D | schematic.c | 168 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()
|