kjots
#include <kjotswidget.h>
Definition at line 67 of file kjotswidget.h.
KJotsWidget::KJotsWidget |
( |
QWidget * |
parent, |
|
|
KXMLGUIClient * |
xmlGuiclient, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
KJotsWidget::~KJotsWidget |
( |
| ) |
|
void KJotsWidget::activeAnchorChanged |
( |
const QString & |
anchorTarget, |
|
|
const QString & |
anchorText |
|
) |
| |
|
signal |
Signals that the text cursor in the editor is now on a different anchor, or not on an anchor anymore.
- Parameters
-
anchorTarget | The href of the focused anchor. |
anchorText | The display text of the focused anchor. |
QTextEdit * KJotsWidget::activeEditor |
( |
| ) |
|
|
inline |
bool KJotsWidget::canGoNextBook |
( |
| ) |
const |
|
slot |
void KJotsWidget::canGoNextBookChanged |
( |
bool |
| ) |
|
|
signal |
bool KJotsWidget::canGoNextPage |
( |
| ) |
const |
|
slot |
void KJotsWidget::canGoNextPageChanged |
( |
bool |
| ) |
|
|
signal |
bool KJotsWidget::canGoPreviousBook |
( |
| ) |
const |
|
slot |
void KJotsWidget::canGoPreviousBookChanged |
( |
bool |
| ) |
|
|
signal |
bool KJotsWidget::canGoPreviousPage |
( |
| ) |
const |
|
slot |
void KJotsWidget::canGoPreviousPageChanged |
( |
bool |
| ) |
|
|
signal |
void KJotsWidget::captionChanged |
( |
const QString & |
newCaption | ) |
|
|
signal |
void KJotsWidget::changeTheme |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::deleteBook |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::deleteMultiple |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::deletePage |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::doCreateNewPage |
( |
const Akonadi::Collection & |
collection | ) |
|
|
slot |
void KJotsWidget::exportSelectionToHtml |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::exportSelectionToPlainText |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::exportSelectionToXml |
( |
| ) |
|
|
protectedslot |
QString KJotsWidget::getThemeFromUser |
( |
| ) |
|
|
protected |
void KJotsWidget::migrateNoteData |
( |
const QString & |
migrator, |
|
|
const QString & |
type = QString() |
|
) |
| |
|
protected |
void KJotsWidget::newBook |
( |
| ) |
|
|
slot |
void KJotsWidget::newPage |
( |
| ) |
|
|
slot |
void KJotsWidget::nextBook |
( |
| ) |
|
|
slot |
void KJotsWidget::nextPage |
( |
| ) |
|
|
slot |
void KJotsWidget::prevBook |
( |
| ) |
|
|
slot |
void KJotsWidget::prevPage |
( |
| ) |
|
|
slot |
void KJotsWidget::printPreviewSelection |
( |
| ) |
|
|
protectedslot |
void KJotsWidget::printSelection |
( |
| ) |
|
|
protectedslot |
bool KJotsWidget::queryClose |
( |
| ) |
|
|
slot |
void KJotsWidget::renderSelection |
( |
| ) |
|
|
protectedslot |
QString KJotsWidget::renderSelectionToHtml |
( |
| ) |
|
|
protected |
QString KJotsWidget::renderSelectionToPlainText |
( |
| ) |
|
|
protected |
QString KJotsWidget::renderSelectionToXml |
( |
| ) |
|
|
protected |
int KJotsWidget::search |
( |
bool |
replacing | ) |
|
|
protected |
Searches for the given pattern, with the given options. This is huge and unwieldly function, but the operation we're performing is huge and unwieldly.
Definition at line 1635 of file kjotswidget.cpp.
void KJotsWidget::selectNext |
( |
int |
role, |
|
|
int |
step |
|
) |
| |
|
protected |
void KJotsWidget::updateCaption |
( |
| ) |
|
|
slot |
void KJotsWidget::updateMenu |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:39 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.