kpresenter
KPrDocumentIface Class Reference
List of all members.Detailed Description
Definition at line 32 of file KPrDocumentIface.h.
DCOP Member Functions | |
| virtual int | numPages () const |
| virtual DCOPRef | page (int num) |
| virtual DCOPRef | masterPage () |
| bool | selectPage (int page, bool select) |
| virtual void | setShowRuler (bool) |
| virtual bool | showRuler () const |
| virtual void | recalcVariables (int type) |
| virtual void | recalcAllVariables () |
| virtual void | recalcVariables (const QString &varName) |
| virtual bool | setCustomVariableValue (const QString &varname, const QString &value) |
| virtual QString | customVariableValue (const QString &varname) const |
| virtual int | startingPage () |
| virtual void | setStartingPage (int nb) |
| virtual void | setDisplayLink (bool b) |
| virtual bool | displayLink () const |
| virtual bool | insertNewPage (int pos) |
| virtual bool | deletePage (int _page) |
| virtual void | deSelectAllObj () |
| virtual void | recalcPageNum () |
| virtual void | initConfig () |
| virtual void | saveConfig () |
| virtual QString | selectedForPrinting () const |
| virtual bool | isSlideSelected (int pgNum) |
| virtual DCOPRef | header () |
| virtual DCOPRef | footer () |
| virtual void | startBackgroundSpellCheck () |
| virtual void | reactivateBgSpellChecking () |
| virtual void | setConfigUpperCase (bool _uc) |
| virtual void | setConfigUpperUpper (bool _uu) |
| virtual void | setConfigAdvancedAutocorrect (bool _aa) |
| virtual void | setConfigAutoDetectUrl (bool _au) |
| virtual void | setConfigIgnoreDoubleSpace (bool _ids) |
| virtual bool | configUpperCase () const |
| virtual bool | configUpperUpper () const |
| virtual bool | configAdvancedAutoCorrect () const |
| virtual bool | configAutoDetectUrl () const |
| virtual bool | configIgnoreDoubleSpace () const |
| virtual void | setConfigRemoveSpaceBeginEndLine (bool _space) |
| virtual void | setConfigUseBulletStyle (bool _ubs) |
| virtual bool | configRemoveSpaceBeginEndLine () const |
| virtual bool | configUseBulletSyle () const |
| virtual bool | configAutoChangeFormat () const |
| virtual void | setConfigAutoChangeFormat (bool _auto) |
| virtual bool | configAutoReplaceNumber () const |
| virtual void | setConfigAutoReplaceNumber (bool b) |
| virtual bool | showStatusBar () const |
| virtual void | setShowStatusBar (bool _status) |
| void | setConfigAutoNumberStyle (bool b) |
| bool | configAutoNumberStyle () const |
| void | setConfigCompletion (bool b) |
| bool | configCompletion () const |
| void | setConfigAppendSpace (bool b) |
| bool | configAppendSpace () const |
| void | setConfigMinWordLength (uint val) |
| uint | configMinWordLength () const |
| void | setConfigNbMaxCompletionWord (uint val) |
| uint | configNbMaxCompletionWord () const |
| void | setConfigAddCompletionWord (bool b) |
| bool | configAddCompletionWord () const |
| void | setConfigToolTipCompletion (bool b) |
| bool | configToolTipCompletion () const |
| bool | configIncludeTwoUpperUpperLetterException () const |
| void | setConfigIncludeTwoUpperUpperLetterException (bool b) |
| bool | configIncludeAbbreviation () const |
| void | setConfigIncludeAbbreviation (bool b) |
| bool | displayComment () const |
| void | setDisplayComment (bool b) |
| bool | showGuideLines () const |
| void | setShowGuideLines (bool b) |
| void | addGuideLine (bool horizontal, double pos) |
| unsigned int | nbHorizontalHelpLine () const |
| unsigned int | nbVerticalHelpLine () const |
| bool | showGrid () const |
| void | setShowGrid (bool _grid) |
| double | gridX () const |
| void | setGridX (double _x) |
| double | gridY () const |
| void | setGridY (double _y) |
| bool | configAutoSuperScript () const |
| void | setConfigAutoSuperScript (bool b) |
| void | addIgnoreWordAll (const QString &) |
| void | clearIgnoreWordAll () |
| QStringList | spellListIgnoreAll () const |
| bool | displayFieldCode () const |
| void | setDisplayFieldCode (bool b) |
| QString | configAutoFormatLanguage () const |
| bool | configCapitalizeNameOfDays () const |
| void | setConfigCapitalizeNameOfDays (bool b) |
| QString | presentationName () const |
| void | setPresentationName (const QString &_name) |
| QStringList | presentationList () |
| void | repaint () |
Public Member Functions | |
| KPrDocumentIface (KPrDocument *doc_) | |
Member Function Documentation
| DCOPRef KPrDocumentIface::page | ( | int | num | ) | [virtual] |
| void KPrDocumentIface::repaint | ( | ) |
Repaint document.
Call this after moving or resizing an object, for instance.
- Since:
- 1.4
Definition at line 558 of file KPrDocumentIface.cpp.
The documentation for this class was generated from the following files:

