• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kjots

Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
KJotsWidget Class Reference

#include <kjotswidget.h>

Inheritance diagram for KJotsWidget:
Inheritance graph
[legend]

Public Slots

bool canGoNextBook () const
 
bool canGoNextPage () const
 
bool canGoPreviousBook () const
 
bool canGoPreviousPage () const
 
void doCreateNewPage (const Akonadi::Collection &collection)
 
Q_SCRIPTABLE void newBook ()
 
Q_SCRIPTABLE void newPage ()
 
void nextBook ()
 
void nextPage ()
 
void prevBook ()
 
void prevPage ()
 
Q_SCRIPTABLE bool queryClose ()
 
void updateCaption ()
 
void updateMenu ()
 

Signals

void activeAnchorChanged (const QString &anchorTarget, const QString &anchorText)
 
void canGoNextBookChanged (bool)
 
void canGoNextPageChanged (bool)
 
void canGoPreviousBookChanged (bool)
 
void canGoPreviousPageChanged (bool)
 
void captionChanged (const QString &newCaption)
 

Public Member Functions

 KJotsWidget (QWidget *parent, KXMLGUIClient *xmlGuiclient, Qt::WindowFlags f=0)
 
 ~KJotsWidget ()
 
QTextEdit * activeEditor ()
 

Protected Slots

void changeTheme ()
 
void deleteBook ()
 
void deleteMultiple ()
 
void deletePage ()
 
void exportSelectionToHtml ()
 
void exportSelectionToPlainText ()
 
void exportSelectionToXml ()
 
void printPreviewSelection ()
 
void printSelection ()
 
void renderSelection ()
 

Protected Member Functions

QString getThemeFromUser ()
 
void migrateNoteData (const QString &migrator, const QString &type=QString())
 
QString renderSelectionToHtml ()
 
QString renderSelectionToPlainText ()
 
QString renderSelectionToXml ()
 
int search (bool)
 
void selectNext (int role, int step)
 

Detailed Description

Definition at line 67 of file kjotswidget.h.

Constructor & Destructor Documentation

KJotsWidget::KJotsWidget ( QWidget *  parent,
KXMLGUIClient *  xmlGuiclient,
Qt::WindowFlags  f = 0 
)

Definition at line 114 of file kjotswidget.cpp.

KJotsWidget::~KJotsWidget ( )

Definition at line 414 of file kjotswidget.cpp.

Member Function Documentation

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
anchorTargetThe href of the focused anchor.
anchorTextThe display text of the focused anchor.
QTextEdit * KJotsWidget::activeEditor ( )
inline

Definition at line 596 of file kjotswidget.cpp.

bool KJotsWidget::canGoNextBook ( ) const
slot

Definition at line 1302 of file kjotswidget.cpp.

void KJotsWidget::canGoNextBookChanged ( bool  )
signal
bool KJotsWidget::canGoNextPage ( ) const
slot

Definition at line 1292 of file kjotswidget.cpp.

void KJotsWidget::canGoNextPageChanged ( bool  )
signal
bool KJotsWidget::canGoPreviousBook ( ) const
slot

Definition at line 1307 of file kjotswidget.cpp.

void KJotsWidget::canGoPreviousBookChanged ( bool  )
signal
bool KJotsWidget::canGoPreviousPage ( ) const
slot

Definition at line 1297 of file kjotswidget.cpp.

void KJotsWidget::canGoPreviousPageChanged ( bool  )
signal
void KJotsWidget::captionChanged ( const QString &  newCaption)
signal
void KJotsWidget::changeTheme ( )
protectedslot

Definition at line 1020 of file kjotswidget.cpp.

void KJotsWidget::deleteBook ( )
protectedslot

Definition at line 766 of file kjotswidget.cpp.

void KJotsWidget::deleteMultiple ( )
protectedslot

Definition at line 709 of file kjotswidget.cpp.

void KJotsWidget::deletePage ( )
protectedslot

Definition at line 736 of file kjotswidget.cpp.

void KJotsWidget::doCreateNewPage ( const Akonadi::Collection &  collection)
slot

Definition at line 848 of file kjotswidget.cpp.

void KJotsWidget::exportSelectionToHtml ( )
protectedslot

Definition at line 1028 of file kjotswidget.cpp.

void KJotsWidget::exportSelectionToPlainText ( )
protectedslot

Definition at line 1054 of file kjotswidget.cpp.

void KJotsWidget::exportSelectionToXml ( )
protectedslot

Definition at line 1076 of file kjotswidget.cpp.

QString KJotsWidget::getThemeFromUser ( )
protected

Definition at line 1002 of file kjotswidget.cpp.

void KJotsWidget::migrateNoteData ( const QString &  migrator,
const QString &  type = QString() 
)
protected

Definition at line 557 of file kjotswidget.cpp.

void KJotsWidget::newBook ( )
slot

Definition at line 798 of file kjotswidget.cpp.

void KJotsWidget::newPage ( )
slot

Definition at line 826 of file kjotswidget.cpp.

void KJotsWidget::nextBook ( )
slot

Definition at line 1245 of file kjotswidget.cpp.

void KJotsWidget::nextPage ( )
slot

Definition at line 1250 of file kjotswidget.cpp.

void KJotsWidget::prevBook ( )
slot

Definition at line 1255 of file kjotswidget.cpp.

void KJotsWidget::prevPage ( )
slot

Definition at line 1260 of file kjotswidget.cpp.

void KJotsWidget::printPreviewSelection ( )
protectedslot

Definition at line 1098 of file kjotswidget.cpp.

void KJotsWidget::printSelection ( )
protectedslot

Definition at line 1109 of file kjotswidget.cpp.

bool KJotsWidget::queryClose ( )
slot

Definition at line 1765 of file kjotswidget.cpp.

void KJotsWidget::renderSelection ( )
protectedslot

Definition at line 970 of file kjotswidget.cpp.

QString KJotsWidget::renderSelectionToHtml ( )
protected

Definition at line 876 of file kjotswidget.cpp.

QString KJotsWidget::renderSelectionToPlainText ( )
protected

Definition at line 907 of file kjotswidget.cpp.

QString KJotsWidget::renderSelectionToXml ( )
protected

Definition at line 939 of file kjotswidget.cpp.

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

Definition at line 1223 of file kjotswidget.cpp.

void KJotsWidget::updateCaption ( )
slot

Definition at line 1746 of file kjotswidget.cpp.

void KJotsWidget::updateMenu ( )
slot

Definition at line 604 of file kjotswidget.cpp.


The documentation for this class was generated from the following files:
  • kjotswidget.h
  • kjotswidget.cpp
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.

kjots

Skip menu "kjots"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal