karbon
VSelectNodes Class Reference
Inheritance diagram for VSelectNodes:

Detailed Description
Definition at line 29 of file vselectnodes.h.
Public Member Functions | |
VSelectNodes (bool select=true, bool exclusive=true) | |
VSelectNodes (const KoRect &rect, bool select=true, bool exclusive=true) | |
virtual void | visitVSubpath (VSubpath &path) |
virtual void | visitVLayer (VLayer &layer) |
Member Function Documentation
void VSelectNodes::visitVLayer | ( | VLayer & | layer | ) | [virtual] |
Visit method for a VLayer.
Pass a layer to this function. This is a virtual function so you need to implement it in the subclass if you want to use it.
Reimplemented from VVisitor.
Definition at line 102 of file vselectnodes.cc.
void VSelectNodes::visitVSubpath | ( | VSubpath & | path | ) | [virtual] |
Visit method for a VSubpath.
Pass a path to this function. This is a virtual function so you need to implement it in the subclass if you want to use it.
Reimplemented from VVisitor.
Definition at line 28 of file vselectnodes.cc.
The documentation for this class was generated from the following files: