Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
Inkscape::UI::SubpathList Class Reference

List of node lists. More...

#include <node.h>

Inheritance diagram for Inkscape::UI::SubpathList:

Public Types

using list_type = std::list< std::shared_ptr< NodeList > >
 

Public Member Functions

 SubpathList (PathManipulator &pm)
 
PathManipulator const & pm () const
 
PathManipulatorpm ()
 

Private Attributes

list_type _nodelists
 
PathManipulator_path_manipulator
 

Friends

class NodeList
 
class Node
 
class Handle
 

Detailed Description

List of node lists.

Represents an editable path. Editable path composed of one or more subpaths.

Definition at line 441 of file node.h.

Member Typedef Documentation

◆ list_type

using Inkscape::UI::SubpathList::list_type = std::list<std::shared_ptr<NodeList> >

Definition at line 444 of file node.h.

Constructor & Destructor Documentation

◆ SubpathList()

Inkscape::UI::SubpathList::SubpathList ( PathManipulator pm)
inline

Definition at line 446 of file node.h.

Member Function Documentation

◆ pm() [1/2]

PathManipulator & Inkscape::UI::SubpathList::pm ( )
inline

Definition at line 449 of file node.h.

References _path_manipulator.

◆ pm() [2/2]

PathManipulator const & Inkscape::UI::SubpathList::pm ( ) const
inline

Definition at line 448 of file node.h.

References _path_manipulator.

Referenced by Inkscape::UI::Node::_pm(), and Inkscape::UI::Node::_pm().

Friends And Related Symbol Documentation

◆ Handle

friend class Handle
friend

Definition at line 456 of file node.h.

◆ Node

friend class Node
friend

Definition at line 455 of file node.h.

◆ NodeList

friend class NodeList
friend

Definition at line 454 of file node.h.

Member Data Documentation

◆ _nodelists

list_type Inkscape::UI::SubpathList::_nodelists
private

Definition at line 452 of file node.h.

◆ _path_manipulator

PathManipulator& Inkscape::UI::SubpathList::_path_manipulator
private

Definition at line 453 of file node.h.

Referenced by pm(), and pm().


The documentation for this class was generated from the following file: