knotes
KNotesApp Class Reference
#include <knotesapp.h>

Detailed Description
Definition at line 51 of file knotesapp.h.
Public Slots | |
| void | hideAllNotes () const |
| QString | newNote (const QString &name=QString(), const QString &text=QString()) |
| QString | newNoteFromClipboard (const QString &name=QString()) |
| void | showAllNotes () const |
Public Member Functions | |
| bool | commitData (QSessionManager &) |
| void | hideNote (const QString &id) const |
| void | killNote (const QString &id, bool force) |
| void | killNote (const QString &id) |
| KNotesApp () | |
| QString | name (const QString &id) const |
| QMap< QString, QString > | notes () const |
| void | setName (const QString &id, const QString &newName) |
| void | setText (const QString &id, const QString &newText) |
| void | showNote (const QString &id) const |
| QString | text (const QString &id) const |
| ~KNotesApp () | |
Protected Slots | |
| void | slotActivated (QSystemTrayIcon::ActivationReason) |
| void | slotConfigureAccels () |
| void | slotFindNext () |
| void | slotNoteKilled (KCal::Journal *journal) |
| void | slotOpenFindDialog () |
| void | slotPreferences () |
| void | slotQuit () |
| void | slotShowNote () |
| void | slotWalkThroughNotes () |
Constructor & Destructor Documentation
| KNotesApp::KNotesApp | ( | ) |
Definition at line 100 of file knotesapp.cpp.
| KNotesApp::~KNotesApp | ( | ) |
Definition at line 226 of file knotesapp.cpp.
Member Function Documentation
| bool KNotesApp::commitData | ( | QSessionManager & | ) |
Definition at line 243 of file knotesapp.cpp.
| void KNotesApp::hideAllNotes | ( | ) | const [slot] |
Definition at line 280 of file knotesapp.cpp.
| void KNotesApp::hideNote | ( | const QString & | id | ) | const |
Definition at line 308 of file knotesapp.cpp.
| void KNotesApp::killNote | ( | const QString & | id, | |
| bool | force | |||
| ) |
Definition at line 318 of file knotesapp.cpp.
| void KNotesApp::killNote | ( | const QString & | id | ) |
Definition at line 329 of file knotesapp.cpp.
Definition at line 345 of file knotesapp.cpp.
| QString KNotesApp::newNote | ( | const QString & | name = QString(), |
|
| const QString & | text = QString() | |||
| ) | [slot] |
Definition at line 251 of file knotesapp.cpp.
Definition at line 274 of file knotesapp.cpp.
Definition at line 334 of file knotesapp.cpp.
Definition at line 365 of file knotesapp.cpp.
Definition at line 375 of file knotesapp.cpp.
| void KNotesApp::showAllNotes | ( | ) | const [slot] |
Definition at line 287 of file knotesapp.cpp.
| void KNotesApp::showNote | ( | const QString & | id | ) | const |
Definition at line 298 of file knotesapp.cpp.
| void KNotesApp::slotActivated | ( | QSystemTrayIcon::ActivationReason | r | ) | [protected, slot] |
Definition at line 387 of file knotesapp.cpp.
| void KNotesApp::slotConfigureAccels | ( | ) | [protected, slot] |
Definition at line 486 of file knotesapp.cpp.
| void KNotesApp::slotFindNext | ( | ) | [protected, slot] |
Definition at line 455 of file knotesapp.cpp.
| void KNotesApp::slotNoteKilled | ( | KCal::Journal * | journal | ) | [protected, slot] |
Definition at line 530 of file knotesapp.cpp.
| void KNotesApp::slotOpenFindDialog | ( | ) | [protected, slot] |
Definition at line 431 of file knotesapp.cpp.
| void KNotesApp::slotPreferences | ( | ) | [protected, slot] |
Definition at line 469 of file knotesapp.cpp.
| void KNotesApp::slotQuit | ( | ) | [protected, slot] |
Definition at line 536 of file knotesapp.cpp.
| void KNotesApp::slotShowNote | ( | ) | [protected, slot] |
Definition at line 409 of file knotesapp.cpp.
| void KNotesApp::slotWalkThroughNotes | ( | ) | [protected, slot] |
Definition at line 415 of file knotesapp.cpp.
Definition at line 355 of file knotesapp.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference