karbon
KarbonView Class Reference
List of all members.Detailed Description
Definition at line 74 of file karbon_view.h.
Public Slots | |
| void | editCut () |
| void | editCopy () |
| void | editPaste () |
| void | editSelectAll () |
| void | editDeselectAll () |
| void | editDeleteSelection () |
| void | editPurgeHistory () |
| void | selectionDuplicate () |
| void | selectionBringToFront () |
| void | selectionSendToBack () |
| void | selectionMoveUp () |
| void | selectionMoveDown () |
| void | selectionAlignHorizontalLeft () |
| void | selectionAlignHorizontalCenter () |
| void | selectionAlignHorizontalRight () |
| void | selectionAlignVerticalTop () |
| void | selectionAlignVerticalCenter () |
| void | selectionAlignVerticalBottom () |
| void | selectionDistributeHorizontalCenter () |
| void | selectionDistributeHorizontalGap () |
| void | selectionDistributeHorizontalLeft () |
| void | selectionDistributeHorizontalRight () |
| void | selectionDistributeVerticalCenter () |
| void | selectionDistributeVerticalGap () |
| void | selectionDistributeVerticalBottom () |
| void | selectionDistributeVerticalTop () |
| void | fileImportGraphic () |
| void | groupSelection () |
| void | ungroupSelection () |
| void | closePath () |
| void | viewZoomIn () |
| void | viewZoomOut () |
| void | setUnit (KoUnit::Unit _unit) |
| void | configure () |
| void | pageLayout () |
| void | setLineWidth () |
| void | selectionChanged () |
| void | slotActiveToolChanged (VTool *) |
| void | togglePageMargins (bool) |
| void | showRuler () |
| void | showGrid () |
| bool | showPageMargins () |
| void | snapToGrid () |
| void | showSelectionPopupMenu (const QPoint &pos) |
Signals | |
| void | zoomChanged (double) |
| void | selectionChange () |
| void | pageLayoutChanged () |
Public Member Functions | |
| KarbonView (KarbonPart *part, QWidget *parent=0L, const char *name=0L) | |
| virtual | ~KarbonView () |
| virtual DCOPObject * | dcopObject () |
| KarbonPart * | part () const |
| virtual void | paintEverything (QPainter &p, const QRect &rect, bool transparent=false) |
| bool | mouseEvent (QMouseEvent *event, const KoPoint &) |
| bool | keyEvent (QEvent *event) |
| void | dropEvent (QDropEvent *e) |
| virtual QWidget * | canvas () const |
| VCanvas * | canvasWidget () const |
| virtual VPainterFactory * | painterFactory () const |
| KoPaletteManager * | paletteManager () |
| virtual void | setupPrinter (KPrinter &) |
| virtual void | print (KPrinter &printer) |
| KoContextHelpAction * | contextHelpAction () const |
| void | reorganizeGUI () |
| void | setNumberOfRecentFiles (unsigned int number) |
| void | setLineWidth (double val) |
| QLabel * | statusMessage () const |
| void | setCursor (const QCursor &) |
| void | repaintAll (const KoRect &) |
| void | repaintAll (bool=true) |
| void | setPos (const KoPoint &p) |
| void | setViewportRect (const KoRect &rect) |
| void | setZoomAt (double zoom, const KoPoint &=KoPoint()) |
| VToolController * | toolController () |
| VStrokeFillPreview * | strokeFillPreview () |
Protected Slots | |
| void | viewModeChanged () |
| void | zoomChanged (const KoPoint &=KoPoint()) |
| void | setLineStyle (int) |
| void | slotStrokeChanged (const VStroke &) |
| void | slotFillChanged (const VFill &) |
| void | canvasContentsMoving (int x, int y) |
| void | commandExecuted (VCommand *command) |
| void | strokeFillSelectionChanged (KDualColorButton::DualColor s) |
| void | colorChanged (const QColor &c) |
Protected Member Functions | |
| virtual void | updateReadWrite (bool) |
| virtual void | resizeEvent (QResizeEvent *event) |
| void | createDocumentTabDock () |
| void | createLayersTabDock () |
| void | createHistoryTabDock () |
| void | createStrokeDock () |
| void | createColorDock () |
| void | createTransformDock () |
| void | createResourceDock () |
| virtual QWidget * | createContainer (QWidget *parent, int index, const QDomElement &element, int &id) |
| virtual void | removeContainer (QWidget *container, QWidget *parent, QDomElement &element, int id) |
| void | addSelectionToClipboard () const |
The documentation for this class was generated from the following files:

