Inkscape
Vector Graphics Editor
|
List of node lists. More...
#include <node.h>
Public Types | |
using | list_type = std::list< std::shared_ptr< NodeList > > |
Public Member Functions | |
SubpathList (PathManipulator &pm) | |
PathManipulator const & | pm () const |
PathManipulator & | pm () |
Private Attributes | |
list_type | _nodelists |
PathManipulator & | _path_manipulator |
Friends | |
class | NodeList |
class | Node |
class | Handle |
List of node lists.
Represents an editable path. Editable path composed of one or more subpaths.
using Inkscape::UI::SubpathList::list_type = std::list<std::shared_ptr<NodeList> > |
|
inline |
|
inline |
Definition at line 449 of file node.h.
References _path_manipulator.
|
inline |
Definition at line 448 of file node.h.
References _path_manipulator.
Referenced by Inkscape::UI::Node::_pm(), and Inkscape::UI::Node::_pm().
|
private |