kapptemplate
#include <QTextCursor>
#include <KoTextEditingPlugin.h>
Include dependency graph for %{APPNAME}.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros | |
#define | APPNAMEUC }_H |
Functions | |
class { | |
} | APPNAME () |
void | checkSection (QTextDocument *document, int startPosition, int endPosition) |
void | finishedParagraph (QTextDocument *document, int cursorPosition) |
void | finishedWord (QTextDocument *document, int cursorPosition) |
Variables | |
QTextCursor | m_cursor |
QTextDocument * | m_document |
int | m_endPosition |
int | m_startPosition |
Macro Definition Documentation
#define APPNAMEUC }_H |
Function Documentation
class @9 APPNAME | ( | ) |
void checkSection | ( | QTextDocument * | document, |
int | startPosition, | ||
int | endPosition | ||
) |
void finishedParagraph | ( | QTextDocument * | document, |
int | cursorPosition | ||
) |
void finishedWord | ( | QTextDocument * | document, |
int | cursorPosition | ||
) |
Variable Documentation
QTextCursor m_cursor |
Definition at line 20 of file %{APPNAME}.h.
QTextDocument* m_document |
Definition at line 21 of file %{APPNAME}.h.
int m_endPosition |
Definition at line 23 of file %{APPNAME}.h.
int m_startPosition |
Definition at line 22 of file %{APPNAME}.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:39:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.