Lines Matching defs:ref
95 void notifyChildAdded(Node &parent, Node &child, Node *ref) {
96 parent.addChild(&child, ref);
155 observer.notifyChildRemoved(*this->repr, *this->child, this->ref);
161 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
214 observer.notifyChildAdded(*this->repr, *this->child, this->ref);
220 observer.notifyChildRemoved(*this->repr, *this->child, this->ref);
301 opposite->ref == action->ref ) {
441 static Glib::ustring ref_to_string(Node *ref) {
442 if (ref) {
443 return node_to_string(*ref);
449 void notifyChildAdded(Node &parent, Node &child, Node *ref) {
450 g_warning("Event: Added %s to %s after %s", node_to_string(parent).c_str(), node_to_string(child).c_str(), ref_to_string(ref).c_str());
453 void notifyChildRemoved(Node &parent, Node &child, Node */*ref*/) {