|
Krita Source Code Documentation
|
Small helper to keep track of a path point and its parent path shape. More...
#include <KoCreatePathTool_p.h>
Public Member Functions | |
| bool | isValid () const |
| bool | operator!= (const PathConnectionPoint &rhs) const |
| PathConnectionPoint & | operator= (KoPathPoint *pathPoint) |
| bool | operator== (const PathConnectionPoint &rhs) const |
| PathConnectionPoint () | |
| void | reset () |
| void | validate (KoCanvasBase *canvas) |
Public Attributes | |
| KoPathShape * | path |
| KoPathPoint * | point |
Small helper to keep track of a path point and its parent path shape.
Definition at line 31 of file KoCreatePathTool_p.h.
|
inline |
Definition at line 32 of file KoCreatePathTool_p.h.
|
inline |
Definition at line 60 of file KoCreatePathTool_p.h.
References point.
|
inline |
|
inline |
Definition at line 42 of file KoCreatePathTool_p.h.
References KoPathPoint::parent(), point, and reset().
|
inline |
|
inline |
Definition at line 37 of file KoCreatePathTool_p.h.
References point.
|
inline |
Definition at line 65 of file KoCreatePathTool_p.h.
References isValid(), point, reset(), KoCanvasBase::shapeManager(), and KoShapeManager::shapes.
| KoPathShape* PathConnectionPoint::path |
Definition at line 87 of file KoCreatePathTool_p.h.
| KoPathPoint* PathConnectionPoint::point |
Definition at line 88 of file KoCreatePathTool_p.h.