knotes
KNotesAppIface Class Reference
Inheritance diagram for KNotesAppIface:

Detailed Description
Definition at line 41 of file KNotesAppIface.h.
DCOP Member Functions | |
virtual QString | newNote (const QString &name=QString::null, const QString &text=QString::null)=0 |
virtual QString | newNoteFromClipboard (const QString &name=QString::null)=0 |
virtual ASYNC | killNote (const QString ¬eId)=0 |
virtual ASYNC | killNote (const QString ¬eId, bool force)=0 |
virtual QMap< QString, QString > | notes () const =0 |
virtual ASYNC | setName (const QString ¬eId, const QString &newName)=0 |
virtual ASYNC | setText (const QString ¬eId, const QString &newText)=0 |
virtual QString | name (const QString ¬eId) const =0 |
virtual QString | text (const QString ¬eId) const =0 |
virtual ASYNC | showNote (const QString ¬eId) const =0 |
virtual ASYNC | hideNote (const QString ¬eId) const =0 |
virtual ASYNC | showAllNotes () const =0 |
virtual ASYNC | hideAllNotes () const =0 |
virtual ASYNC | sync (const QString &app)=0 |
virtual bool | isNew (const QString &app, const QString ¬eId) const =0 |
virtual bool | isModified (const QString &app, const QString ¬eId) const =0 |
Member Function Documentation
|
Hide all notes.
Implemented in KNotesApp. |
|
Hide a note.
Implemented in KNotesApp. |
|
Test if a note was modified since the last sync.
Implemented in KNotesApp. |
|
Test if a note was created new after the last sync.
Implemented in KNotesApp. |
|
Deletes a note forever.
Implemented in KNotesApp. |
|
Deletes a note forever.
Implemented in KNotesApp. |
|
Returns the title/name of a note.
Implemented in KNotesApp. |
|
Create a new note.
Implemented in KNotesApp. |
|
Create a new note and inserts the current text in the clipboard as text.
Implemented in KNotesApp. |
|
Get all the notes including their ids.
Implemented in KNotesApp. |
|
Changes the title/name of a note.
Implemented in KNotesApp. |
|
Sets the text of a note. This will delete the old text!
Implemented in KNotesApp. |
|
Show all notes on their respective desktops.
Implemented in KNotesApp. |
|
Show a note as if it had been selected from the "notes" menu.
Implemented in KNotesApp. |
|
This tells KNotes that a specific app has synchronized with all the notes.
Implemented in KNotesApp. |
|
Returns the text of a note.
Implemented in KNotesApp. |
The documentation for this class was generated from the following file: