krita/ui
KisShapeSelectionCanvas Class Reference
Dummy canvas just to have a shapemanager for the shape selection. More...
#include <kis_shape_selection_canvas.h>

Public Member Functions | |
| KisShapeSelectionCanvas () | |
| virtual | ~KisShapeSelectionCanvas () |
| void | addCommand (QUndoCommand *command) |
| const QWidget * | canvasWidget () const |
| QWidget * | canvasWidget () |
| void | gridSize (qreal *horizontal, qreal *vertical) const |
| KoShapeManager * | shapeManager () const |
| bool | snapToGrid () const |
| KoToolProxy * | toolProxy () const |
| KoUnit | unit () const |
| void | updateCanvas (const QRectF &rc) |
| virtual void | updateInputMethodInfo () |
| const KoViewConverter * | viewConverter () const |
Detailed Description
Dummy canvas just to have a shapemanager for the shape selection.
Definition at line 36 of file kis_shape_selection_canvas.h.
Constructor & Destructor Documentation
| KisShapeSelectionCanvas::KisShapeSelectionCanvas | ( | ) |
Definition at line 27 of file kis_shape_selection_canvas.cpp.
| KisShapeSelectionCanvas::~KisShapeSelectionCanvas | ( | ) | [virtual] |
Definition at line 33 of file kis_shape_selection_canvas.cpp.
Member Function Documentation
| void KisShapeSelectionCanvas::addCommand | ( | QUndoCommand * | command | ) |
Definition at line 50 of file kis_shape_selection_canvas.cpp.
| const QWidget * KisShapeSelectionCanvas::canvasWidget | ( | ) | const |
Definition at line 81 of file kis_shape_selection_canvas.cpp.
| QWidget * KisShapeSelectionCanvas::canvasWidget | ( | ) |
Definition at line 76 of file kis_shape_selection_canvas.cpp.
| void KisShapeSelectionCanvas::gridSize | ( | qreal * | horizontal, | |
| qreal * | vertical | |||
| ) | const |
Definition at line 37 of file kis_shape_selection_canvas.cpp.
| KoShapeManager * KisShapeSelectionCanvas::shapeManager | ( | ) | const |
Definition at line 55 of file kis_shape_selection_canvas.cpp.
| bool KisShapeSelectionCanvas::snapToGrid | ( | ) | const |
Definition at line 44 of file kis_shape_selection_canvas.cpp.
| KoToolProxy * KisShapeSelectionCanvas::toolProxy | ( | ) | const |
Definition at line 65 of file kis_shape_selection_canvas.cpp.
| KoUnit KisShapeSelectionCanvas::unit | ( | ) | const |
Definition at line 86 of file kis_shape_selection_canvas.cpp.
| void KisShapeSelectionCanvas::updateCanvas | ( | const QRectF & | rc | ) |
Definition at line 60 of file kis_shape_selection_canvas.cpp.
| virtual void KisShapeSelectionCanvas::updateInputMethodInfo | ( | ) | [inline, virtual] |
Definition at line 54 of file kis_shape_selection_canvas.h.
| const KoViewConverter * KisShapeSelectionCanvas::viewConverter | ( | ) | const |
Definition at line 71 of file kis_shape_selection_canvas.cpp.
The documentation for this class was generated from the following files:
