Kate::Document Class Reference
This interface provides access to the Kate Document class. More...
#include <document.h>
Public Slots | |
virtual void | reloadFile ()=0 |
virtual void | spellcheck () |
Public Methods | |
virtual void | isModOnHD (bool=false) |
virtual QString | docName () |
virtual void | setDocName (QString) |
virtual ConfigPage * | colorConfigPage (QWidget *)=0 |
Static Public Methods | |
bool | registerCommand (Command *cmd) |
Detailed Description
This interface provides access to the Kate Document class.
Definition at line 115 of file document.h.
Member Function Documentation
|
Commands handling.
Definition at line 62 of file interfaces.cpp. |
|
deprecated for KDE 4.0, just does reloadFile, which will ask the normal "do you want it really" questions
Definition at line 144 of file document.h. |
|
Returns the document name.
Definition at line 149 of file document.h. |
|
Sets the document name. deprecated for KDE 4.0, is done internally, calling it won't hurt but changes nothing beside triggers signal Definition at line 156 of file document.h. |
|
Reloads the current document from disk if possible.
|
|
Spellchecking.
Definition at line 173 of file document.h. |
|
|
The documentation for this class was generated from the following files: