#include <nodebase.h>
Inheritance diagram for synfig::Proto::NodeBase:

Public Member Functions | |
| GUID | get_guid () const |
| void | set_guid (GUID v1) |
| float | func_test (int v1, int v2) |
| String | get_id () const |
| void | set_id (String v1) |
| NodeHandle | get_root () const |
| void | set_root (NodeHandle v1) |
| sigc::signal< void > | signal_changed () |
| sigc::signal< void > | signal_deleted () |
| const NodeList | get_parents () const |
| const NodeList | get_children () const |
| NodeList | query_children (Query v1) |
Public Attributes | |
| sigc::slot< GUID > | _slot_get_guid_const |
| sigc::slot< void, GUID > | _slot_set_guid |
| sigc::slot< float, int, int > | _slot_func_test |
| sigc::slot< String > | _slot_get_id_const |
| sigc::slot< void, String > | _slot_set_id |
| sigc::slot< NodeHandle > | _slot_get_root_const |
| sigc::slot< void, NodeHandle > | _slot_set_root |
| sigc::slot< sigc::signal< void > > | _slot_signal_changed |
| sigc::slot< sigc::signal< void > > | _slot_signal_deleted |
| sigc::slot< const NodeList > | _slot_get_parents_const |
| sigc::slot< const NodeList > | _slot_get_children_const |
| sigc::slot< NodeList, Query > | _slot_query_children |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6