Searched defs:ListNode (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/tool/
H A Dnode.h83 struct ListNode { struct in namespace:Inkscape::UI
84 ListNode *ln_next;
85 ListNode *ln_prev;
157 class Node : ListNode, public SelectableControlPoint {
223 NodeList &nodeList() { return *(static_cast<ListNode*>(this)->ln_list); }
224 NodeList &nodeList() const { return *(static_cast<ListNode const*>(this)->ln_list); }
358 NodeIterator(ListNode const *n)
359 : _node(const_cast<ListNode*>(n))
361 ListNode *_node;
365 class NodeList : ListNode, boos
[all...]

Completed in 14 milliseconds