kpilot/kpilot
KPilotWizard_notesConfig Class Reference
List of all members.Detailed Description
Definition at line 9 of file kpilotConfigWizard_notes.h.
Public Member Functions | |
| KPilotWizard_notesConfig () | |
| ~KPilotWizard_notesConfig () | |
| void | setDeleteNoteForMemo (bool v) |
| bool | deleteNoteForMemo () const |
| ItemBool * | deleteNoteForMemoItem () |
| void | setSuppressKNotesConfirm (bool v) |
| bool | suppressKNotesConfirm () const |
| ItemBool * | suppressKNotesConfirmItem () |
| void | setMemoIds (const QValueList< int > &v) |
| QValueList< int > | memoIds () const |
| ItemIntList * | memoIdsItem () |
| void | setNoteIds (const QStringList &v) |
| QStringList | noteIds () const |
| ItemStringList * | noteIdsItem () |
Protected Attributes | |
| bool | mDeleteNoteForMemo |
| bool | mSuppressKNotesConfirm |
| QValueList< int > | mMemoIds |
| QStringList | mNoteIds |
Member Function Documentation
|
|
Get DeleteNoteForMemo.
Definition at line 28 of file kpilotConfigWizard_notes.h. |
|
|
Get Item object corresponding to DeleteNoteForMemo().
Definition at line 36 of file kpilotConfigWizard_notes.h. |
|
|
Get list of the synced MemoDB records.
Definition at line 78 of file kpilotConfigWizard_notes.h. |
|
|
Get Item object corresponding to MemoIds().
Definition at line 86 of file kpilotConfigWizard_notes.h. |
|
|
Get list of the corresponding KNotes note IDs.
Definition at line 103 of file kpilotConfigWizard_notes.h. |
|
|
Get Item object corresponding to NoteIds().
Definition at line 111 of file kpilotConfigWizard_notes.h. |
|
|
Set DeleteNoteForMemo.
Definition at line 19 of file kpilotConfigWizard_notes.h. |
|
|
Set list of the synced MemoDB records.
Definition at line 69 of file kpilotConfigWizard_notes.h. |
|
|
Set list of the corresponding KNotes note IDs.
Definition at line 94 of file kpilotConfigWizard_notes.h. |
|
|
Set Suppress the confirmation KNotes normally shows when deleting a note.
Definition at line 44 of file kpilotConfigWizard_notes.h. |
|
|
Get Suppress the confirmation KNotes normally shows when deleting a note.
Definition at line 53 of file kpilotConfigWizard_notes.h. |
|
|
Get Item object corresponding to SuppressKNotesConfirm().
Definition at line 61 of file kpilotConfigWizard_notes.h. |
The documentation for this class was generated from the following files:

