Kate
document.h File Reference
#include <ktexteditor/document.h>
#include <ktexteditor/view.h>
#include <ktexteditor/editinterface.h>
#include <ktexteditor/undointerface.h>
#include <ktexteditor/cursorinterface.h>
#include <ktexteditor/documentinfo.h>
#include <ktexteditor/selectioninterface.h>
#include <ktexteditor/selectioninterfaceext.h>
#include <ktexteditor/blockselectioninterface.h>
#include <ktexteditor/searchinterface.h>
#include <ktexteditor/highlightinginterface.h>
#include <ktexteditor/configinterface.h>
#include <ktexteditor/configinterfaceextension.h>
#include <ktexteditor/markinterface.h>
#include <ktexteditor/markinterfaceextension.h>
#include <ktexteditor/wordwrapinterface.h>
#include <ktexteditor/printinterface.h>
#include <ktexteditor/variableinterface.h>
#include <kaction.h>
Include dependency graph for document.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kate::ActionMenu |
class | Kate::Command |
Kate Commands. More... | |
class | Kate::CommandExtension |
Extension to the Command interface, allowing to interact with commands during typing. More... | |
class | Kate::ConfigPage |
class | Kate::Cursor |
class | Kate::Document |
This interface provides access to the Kate Document class. More... | |
class | Kate::DocumentExt |
Extensions to the Document Interface. More... | |
Namespaces | |
namespace | Kate |
Functions | |
KATEPARTINTERFACES_EXPORT Document * | Kate::createDocument (QObject *parent=0, const char *name=0) |
KATEPARTINTERFACES_EXPORT Document * | Kate::document (KTextEditor::Document *doc) |
KATEPARTINTERFACES_EXPORT DocumentExt * | Kate::documentExt (KTextEditor::Document *doc) |