KNotesPlugin Class Reference
#include <knotes_plugin.h>
Inheritance diagram for KNotesPlugin:


Public Member Functions | |
KNotesPlugin (QObject *parent, const char *name, const QStringList &) | |
~KNotesPlugin () | |
KParts::Part * | part () |
reimplement and retun the part here.You can use this method if you need to access the current part. | |
Private Slots | |
void | slotNewNote () |
void | slotShowNotes () |
void | slotPartRemoved (KParts::Part *part) |
Private Attributes | |
KNotesPart * | m_part |
Constructor & Destructor Documentation
|
Definition at line 38 of file knotes_plugin.cpp. References KXMLGUIClient::actionCollection(), KDevPlugin::core(), KDevCore::insertNewAction(), KDevPlugin::partController(), KXMLGUIClient::setInstance(), KXMLGUIClient::setXMLFile(), slotNewNote(), slotPartRemoved(), and slotShowNotes(). |
|
Definition at line 54 of file knotes_plugin.cpp. |
Member Function Documentation
|
reimplement and retun the part here.You can use this method if you need to access the current part.
Reimplemented from KDevPlugin. Definition at line 58 of file knotes_plugin.cpp. References m_part. |
|
Definition at line 67 of file knotes_plugin.cpp. References m_part, KDevPlugin::showPart(), and KNotesPart::slotNewNote(). Referenced by KNotesPlugin(). |
|
Definition at line 79 of file knotes_plugin.cpp. References m_part. Referenced by KNotesPlugin(). |
|
Definition at line 74 of file knotes_plugin.cpp. References KDevPlugin::showPart(). Referenced by KNotesPlugin(). |
Member Data Documentation
|
Definition at line 42 of file knotes_plugin.h. Referenced by part(), slotNewNote(), and slotPartRemoved(). |
The documentation for this class was generated from the following files:
- parts/knotes/knotes_plugin.h
- parts/knotes/knotes_plugin.cpp