knotes
KNote Class Reference
List of all members.Detailed Description
Definition at line 51 of file knote.h.
Public Slots | |
void | slotKill (bool force=false) |
Signals | |
void | sigRequestNewNote () |
void | sigShowNextNote () |
void | sigNameChanged () |
void | sigDataChanged () |
void | sigColorChanged () |
void | sigKillNote (KCal::Journal *) |
void | sigFindFinished () |
Public Member Functions | |
KNote (QDomDocument buildDoc, KCal::Journal *journal, QWidget *parent=0, const char *name=0) | |
~KNote () | |
void | saveData () |
void | saveConfig () const |
QString | noteId () const |
QString | name () const |
QString | text () const |
QString | plainText () const |
void | setName (const QString &name) |
void | setText (const QString &text) |
QColor | fgColor () const |
QColor | bgColor () const |
void | setColor (const QColor &fg, const QColor &bg) |
void | find (const QString &pattern, long options) |
bool | isModified () const |
void | sync (const QString &app) |
bool | isNew (const QString &app) const |
bool | isModified (const QString &app) const |
Static Public Member Functions | |
static void | setStyle (int style) |
Protected Member Functions | |
virtual void | drawFrame (QPainter *) |
virtual void | showEvent (QShowEvent *) |
virtual void | resizeEvent (QResizeEvent *) |
virtual void | closeEvent (QCloseEvent *) |
virtual void | dropEvent (QDropEvent *) |
virtual void | dragEnterEvent (QDragEnterEvent *) |
virtual bool | event (QEvent *) |
virtual bool | eventFilter (QObject *, QEvent *) |
virtual bool | focusNextPrevChild (bool) |
The documentation for this class was generated from the following files: