KDevelop API Documentation

KNotesPlugin Class Reference

#include <knotes_plugin.h>

Inheritance diagram for KNotesPlugin:

KDevPlugin QObject KXMLGUIClient 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
 

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

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

Definition at line 79 of file knotes_plugin.cpp.

References m_part, and slotPartRemoved().

Referenced by slotPartRemoved().

void KNotesPlugin::slotShowNotes  )  [private, slot]
 

Definition at line 74 of file knotes_plugin.cpp.

References KDevPlugin::showPart().


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.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:02:04 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003