akonadi_next
Akonotes::NoteCreatorAndSelector Class Reference
#include <notecreatorandselector.h>
Inheritance diagram for Akonotes::NoteCreatorAndSelector:
Public Member Functions | |
NoteCreatorAndSelector (QItemSelectionModel *primaryModel, QItemSelectionModel *secondaryModel=0, QObject *parent=0) | |
virtual | ~NoteCreatorAndSelector () |
void | createNote (const Akonadi::Collection &containerCollection) |
Detailed Description
Creates and selects the newly created note.
The note is created in the supplied collection. That collection is selected in the primaryModel. The new note is selected in the secondaryModel. If the secondaryModel is null, the primaryModel is used to select the note too. That is relevant for mixed tree models like KJots uses.
Definition at line 45 of file notecreatorandselector.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 39 of file notecreatorandselector.cpp.
|
virtual |
Definition at line 52 of file notecreatorandselector.cpp.
Member Function Documentation
void NoteCreatorAndSelector::createNote | ( | const Akonadi::Collection & | containerCollection | ) |
Definition at line 57 of file notecreatorandselector.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.