KDevelop API Documentation

KNotesPlugin Class Reference

#include <knotes_plugin.h>

Inheritance diagram for KNotesPlugin:

Inheritance graph
[legend]
Collaboration diagram for KNotesPlugin:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 KNotesPlugin (QObject *parent, const char *name, const QStringList &)
 ~KNotesPlugin ()
KParts::Partpart ()
 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

KNotesPartm_part

Constructor & Destructor Documentation

KNotesPlugin::KNotesPlugin QObject parent,
const char *  name,
const QStringList
 

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().

KNotesPlugin::~KNotesPlugin  ) 
 

Definition at line 54 of file knotes_plugin.cpp.


Member Function Documentation

KParts::Part * KNotesPlugin::part  )  [virtual]
 

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.

void KNotesPlugin::slotNewNote  )  [private, slot]
 

Definition at line 67 of file knotes_plugin.cpp.

References m_part, KDevPlugin::showPart(), and KNotesPart::slotNewNote().

Referenced by KNotesPlugin().

void KNotesPlugin::slotPartRemoved KParts::Part part  )  [private, slot]
 

Definition at line 79 of file knotes_plugin.cpp.

References m_part.

Referenced by KNotesPlugin().

void KNotesPlugin::slotShowNotes  )  [private, slot]
 

Definition at line 74 of file knotes_plugin.cpp.

References KDevPlugin::showPart().

Referenced by KNotesPlugin().


Member Data Documentation

KNotesPart* KNotesPlugin::m_part [private]
 

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:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:27:17 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003