Lines Matching defs:object
26 * when that object is removed.
29 * SPObject, as by the time that signal is emitted, the object's parent
40 * Create new object hierarchy.
47 bool contains(SPObject *object);
66 return !_hierarchy.empty() ? _hierarchy.back().object : NULL;
70 * Trim or expand hierarchy on top such that object becomes top entry.
72 void setTop(SPObject *object);
75 return !_hierarchy.empty() ? _hierarchy.front().object : NULL;
79 * Trim or expand hierarchy at bottom such that object becomes bottom entry.
81 void setBottom(SPObject *object);
86 : object(o), connection(c) {}
88 SPObject *object;
103 * Add object to top of hierarchy.
104 * \pre object!=NULL.
106 void _addTop(SPObject *object);
119 * Add object at bottom of hierarchy.
120 * \pre object!=NULL
122 void _addBottom(SPObject *object);
125 * Remove all objects under given object.
130 Record _attach(SPObject *object);