kivio
Kivio Namespace Reference
Classes | |
class | AddStencilTool |
Tool used to add new stencils to the canvas. More... | |
class | Config |
This class handles all settings. More... | |
class | ZoomAction |
class | PolyLineConnector |
class | PolyLineConnectorSpawner |
class | StencilSetInstaller |
class | DragBarButton |
class | MouseTool |
Baseclass for mouse tools (like eg the select tool). More... | |
class | Plugin |
This class provides the base for all plugins in Kivio. More... | |
class | PluginManager |
This class manages the plugins. More... | |
class | MouseToolAction |
class | AddStencilSetDialog |
class | AddStencilSetPanel |
class | LayerListToolTip |
Shows the tooltips in the layer list. More... | |
class | ObjectListPalette |
Palette showing a list of all objects on the page. More... | |
class | TargetTool |
class | StencilTextEditor |
Dialog for editing stencil text. More... | |
Enumerations | |
enum | { STYLE_PAGE = 20 } |
Functions | |
void | savePageLayout (QDomElement &e, const KoPageLayout &layout) |
KoGenStyle | savePageLayout (const KoPageLayout &layout) |
KoPageLayout | loadPageLayout (const QDomElement &e) |
KoUnit::Unit | convToKoUnit (int tkUnit) |
QString | orientationString (KoOrientation o) |
KoOrientation | orientationFromString (const QString &s) |
void | setFormatOrientation (KoPageLayout &layout) |
KoSize | loadSize (const QDomElement &e, const QString &name, const KoSize &def) |
void | saveSize (QDomElement &e, const QString &name, const KoSize &size) |
QString | pageSizeString (int pageSize) |
QPixmap | arrowHeadPixmap () |
QPixmap | connectorTargetPixmap () |
QPixmap | lockPixmap () |
QString | systemDefaultUnit () |
QPixmap | generatePixmapFromStencil (int width, int height, KivioStencil *stencil) |
Function Documentation
|
Returns a pixmap with all arrowheads.
Definition at line 316 of file kivioglobal.cpp. |
|
Returns the connector target pixmap.
Definition at line 1245 of file kivioglobal.cpp. |
|
Convert from the old TkUnit to KoUnit.
Definition at line 95 of file kivioglobal.cpp. |
|
Generate a pixmap from a stencil.
Definition at line 1295 of file kivioglobal.cpp. |
|
Load a page layout from a QDomElement.
Definition at line 65 of file kivioglobal.cpp. |
|
Load a KoSize from a QDomElement.
Definition at line 190 of file kivioglobal.cpp. |
|
Returns the lock pixmap.
Definition at line 1263 of file kivioglobal.cpp. |
|
Return the orientation based on the string.
Definition at line 126 of file kivioglobal.cpp. |
|
Return an approperiate string for the orientation.
Definition at line 117 of file kivioglobal.cpp. |
|
Get the pagesize string from a QPrinter::PageSize value.
Definition at line 212 of file kivioglobal.cpp. |
|
Save a page layout to a QDomElement.
Definition at line 47 of file kivioglobal.cpp. |
|
Save a KoSize to a QDomElement.
Definition at line 206 of file kivioglobal.cpp. |
|
Get system default unit.
Definition at line 1284 of file kivioglobal.cpp. |