kontact
#include <knoteseditdialog.h>
Public Member Functions | |
KNoteEditDialog (bool readOnly, QWidget *parent=0) | |
~KNoteEditDialog () | |
int | cursorPositionFromStart () const |
KNoteEdit * | noteEdit () const |
void | setAcceptRichText (bool b) |
void | setAutoIndentMode (bool newmode) |
void | setColor (const QColor &fg, const QColor &bg) |
void | setCursorPositionFromStart (int pos) |
void | setReadOnly (bool b) |
void | setTabSize (int size) |
void | setText (const QString &text) |
void | setTextFont (const QFont &font) |
void | setTitle (const QString &text) |
QString | text () const |
QString | title () const |
Detailed Description
Definition at line 28 of file knoteseditdialog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file knoteseditdialog.cpp.
KNoteEditDialog::~KNoteEditDialog | ( | ) |
Definition at line 94 of file knoteseditdialog.cpp.
Member Function Documentation
int KNoteEditDialog::cursorPositionFromStart | ( | ) | const |
Definition at line 185 of file knoteseditdialog.cpp.
KNoteEdit * KNoteEditDialog::noteEdit | ( | ) | const |
Definition at line 155 of file knoteseditdialog.cpp.
void KNoteEditDialog::setAcceptRichText | ( | bool | b | ) |
Definition at line 104 of file knoteseditdialog.cpp.
void KNoteEditDialog::setAutoIndentMode | ( | bool | newmode | ) |
Definition at line 170 of file knoteseditdialog.cpp.
Definition at line 99 of file knoteseditdialog.cpp.
void KNoteEditDialog::setCursorPositionFromStart | ( | int | pos | ) |
Definition at line 180 of file knoteseditdialog.cpp.
void KNoteEditDialog::setReadOnly | ( | bool | b | ) |
Definition at line 110 of file knoteseditdialog.cpp.
void KNoteEditDialog::setTabSize | ( | int | size | ) |
Definition at line 165 of file knoteseditdialog.cpp.
void KNoteEditDialog::setText | ( | const QString & | text | ) |
Definition at line 138 of file knoteseditdialog.cpp.
void KNoteEditDialog::setTextFont | ( | const QFont & | font | ) |
Definition at line 175 of file knoteseditdialog.cpp.
void KNoteEditDialog::setTitle | ( | const QString & | text | ) |
Definition at line 148 of file knoteseditdialog.cpp.
QString KNoteEditDialog::text | ( | ) | const |
Definition at line 133 of file knoteseditdialog.cpp.
QString KNoteEditDialog::title | ( | ) | const |
Definition at line 143 of file knoteseditdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.