kivio
KivioView Class Reference
List of all members.Detailed Description
Definition at line 85 of file kivio_view.h.
Public Slots | |
| void | paperLayoutDlg () |
| void | togglePageMargins (bool) |
| void | toggleShowRulers (bool) |
| void | toggleShowGrid (bool) |
| void | toggleSnapGrid (bool) |
| void | toggleShowGuides (bool) |
| void | toggleStencilGeometry (bool) |
| void | toggleViewManager (bool) |
| void | addPage (KivioPage *) |
| void | removePage (KivioPage *) |
| void | insertPage () |
| void | removePage () |
| void | renamePage () |
| void | hidePage () |
| void | showPage () |
| void | viewZoom (int) |
| void | groupStencils () |
| void | ungroupStencils () |
| void | selectAllStencils () |
| void | unselectAllStencils () |
| void | bringStencilToFront () |
| void | sendStencilToBack () |
| void | addStencilFromSpawner (KivioStencilSpawner *pSpawner, double x=0.0, double y=0.0) |
| void | changePage (const QString &_name) |
| void | updateToolBars () |
| void | cutStencil () |
| void | copyStencil () |
| void | pasteStencil () |
| void | deleteObject () |
| void | alignStencilsDlg () |
| void | optionsDialog () |
| void | slotPageHidden (KivioPage *page) |
| void | slotPageShown (KivioPage *page) |
| void | setRulerPageLayout (const KoPageLayout &l) |
| void | popupTabBarMenu (const QPoint &point) |
| void | initStatusBarProgress () |
| void | setStatusBarProgress (int progress) |
| void | removeStatusBarProgress () |
| void | setActivePage (KivioPage *) |
| void | setStatusBarInfo (const QString &text) |
Signals | |
| void | zoomChanged (int) |
| void | updateStencilSetList () |
Public Member Functions | |
| KivioView (QWidget *_parent, const char *_name, KivioDoc *_doc) | |
| ~KivioView () | |
| virtual DCOPObject * | dcopObject () |
| KivioCanvas * | canvasWidget () const |
| KivioDoc * | doc () const |
| KivioPage * | activePage () const |
| void | setActiveSpawnerSet (KivioStencilSpawnerSet *) |
| KivioStencilSpawnerSet * | activeSpawnerSet () |
| KoTabBar * | tabBar () const |
| KoPaletteManager * | paletteManager () |
| void | updateMenuPage () |
| virtual void | setupPrinter (KPrinter &) |
| virtual void | print (KPrinter &) |
| virtual QWidget * | canvas () const |
| virtual int | canvasXOffset () const |
| virtual int | canvasYOffset () const |
| bool | isSnapGuides () const |
| bool | isShowGuides () const |
| bool | isShowRulers () const |
| bool | isShowPageMargins () const |
| virtual int | leftBorder () const |
| virtual int | rightBorder () const |
| virtual int | topBorder () const |
| virtual int | bottomBorder () const |
| QColor | fgColor () const |
| QColor | bgColor () const |
| double | lineWidth () const |
| int | lineStyle () const |
| void | updateButton () |
| void | insertPage (KivioPage *page) |
| void | resetLayerPanel () |
| void | updateProtectPanelCheckBox () |
| KoZoomHandler * | zoomHandler () const |
| KoRuler * | horzRuler () const |
| KoRuler * | vertRuler () const |
| Kivio::PluginManager * | pluginManager () |
| int | hTextAlign () |
| int | vTextAlign () |
Protected Slots | |
| void | slotPageRenamed (KivioPage *page, const QString &old_name) |
| void | slotUpdateView (KivioPage *_page) |
| void | slotUpdateGrid () |
| void | setFGColor () |
| void | setBGColor () |
| void | setTextColor () |
| void | setFontFamily (const QString &) |
| void | setFontSize (int) |
| void | setLineWidth (double) |
| void | setLineStyle (int) |
| void | toggleFontBold (bool) |
| void | toggleFontItalics (bool) |
| void | toggleFontUnderline (bool) |
| void | setHParaAlign (int) |
| void | setVParaAlign (int) |
| void | textAlignLeft () |
| void | textAlignCenter () |
| void | textAlignRight () |
| void | textSuperScript () |
| void | textSubScript () |
| void | showAlign (int align) |
| void | showVAlign (int align) |
| void | slotSetStartArrow (int) |
| void | slotSetEndArrow (int) |
| void | slotSetStartArrowSize () |
| void | slotSetEndArrowSize () |
| void | slotChangeStencilPosition (double, double) |
| void | slotChangeStencilSize (double, double) |
| void | slotChangeStencilRotation (int) |
| void | viewZoom (const QString &s) |
| void | addSpawnerToStackBar (KivioStencilSpawnerSet *) |
| void | addStencilSet (const QString &) |
| void | setMousePos (int mx, int my) |
| void | setRulerUnit (KoUnit::Unit) |
| void | setRulerHOffset (int h) |
| void | setRulerVOffset (int v) |
| void | rulerChangedUnit (KoUnit::Unit u) |
| void | textFormat () |
| void | stencilFormat () |
| void | arrowHeadFormat () |
| void | clipboardDataChanged () |
| void | installStencilSet () |
| void | loadingFinished () |
| void | moveTab (unsigned tab, unsigned target) |
| void | addGuideLine () |
| void | showAddStencilSetDialog () |
| void | updateRulers () |
Protected Member Functions | |
| void | createGeometryDock () |
| void | createLayerDock () |
| void | createBirdEyeDock () |
| void | createProtectionDock () |
| void | createObjectListPalette () |
| void | setupActions () |
| void | initActions () |
| virtual void | updateReadWrite (bool readwrite) |
| virtual void | partActivateEvent (KParts::PartActivateEvent *event) |
| void | updatePageStatusLabel () |
Friends | |
| class | KivioCanvas |
Member Function Documentation
| void KivioView::addStencilFromSpawner | ( | KivioStencilSpawner * | pSpawner, | |
| double | x = 0.0, |
|||
| double | y = 0.0 | |||
| ) | [slot] |
When passed a spawner, this will create a new stencil at x, y.
Definition at line 1699 of file kivio_view.cpp.
| void KivioView::deleteObject | ( | ) | [slot] |
| void KivioView::loadingFinished | ( | ) | [protected, slot] |
This slot gets called when the loading has finished (doh!).
Definition at line 2201 of file kivio_view.cpp.
The documentation for this class was generated from the following files:

