libs/flake
KoGuidesTool Class Reference
#include <KoGuidesTool.h>
Inheritance diagram for KoGuidesTool:

Public Member Functions | |
| KoGuidesTool (KoCanvasBase *canvas) | |
| virtual | ~KoGuidesTool () |
| virtual void | addGuideLine (Qt::Orientation orientation, qreal position)=0 |
| virtual void | editGuideLine (Qt::Orientation orientation, uint index)=0 |
| virtual void | moveGuideLine (Qt::Orientation orientation, uint index)=0 |
Detailed Description
Definition at line 32 of file KoGuidesTool.h.
Constructor & Destructor Documentation
| KoGuidesTool::KoGuidesTool | ( | KoCanvasBase * | canvas | ) | [explicit] |
Definition at line 23 of file KoGuidesTool.cpp.
| KoGuidesTool::~KoGuidesTool | ( | ) | [virtual] |
Definition at line 28 of file KoGuidesTool.cpp.
Member Function Documentation
| virtual void KoGuidesTool::addGuideLine | ( | Qt::Orientation | orientation, | |
| qreal | position | |||
| ) | [pure virtual] |
Sets a new guide line to be added.
| virtual void KoGuidesTool::editGuideLine | ( | Qt::Orientation | orientation, | |
| uint | index | |||
| ) | [pure virtual] |
Sets an existing guide line to be edited.
| virtual void KoGuidesTool::moveGuideLine | ( | Qt::Orientation | orientation, | |
| uint | index | |||
| ) | [pure virtual] |
Sets an existing guide line to be moved.
The documentation for this class was generated from the following files:
