KDevelop API Documentation

IndexBox Class Reference

#include <kdevdocumentationplugin.h>

Inheritance diagram for IndexBox:

Inheritance graph
[legend]
Collaboration diagram for IndexBox:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 IndexBox (QWidget *parent=0, const char *name=0)
virtual void addIndexItem (IndexItemProto *item)
virtual void removeIndexItem (IndexItemProto *item)
virtual void fill ()
virtual void refill ()
virtual void setDirty (bool dirty)

Private Attributes

QMap< QString, QValueList<
IndexItemProto * > > 
items
bool m_dirty

Friends

class IndexItem

Constructor & Destructor Documentation

IndexBox::IndexBox QWidget parent = 0,
const char *  name = 0
 

Definition at line 604 of file kdevdocumentationplugin.cpp.


Member Function Documentation

void IndexBox::addIndexItem IndexItemProto item  )  [virtual]
 

Definition at line 609 of file kdevdocumentationplugin.cpp.

References items, and IndexItemProto::text().

Referenced by IndexItemProto::IndexItemProto().

void IndexBox::fill  )  [virtual]
 

Definition at line 627 of file kdevdocumentationplugin.cpp.

References IndexItem, and items.

Referenced by DocumentationPart::emitIndexSelected(), and refill().

void IndexBox::refill  )  [virtual]
 

Definition at line 641 of file kdevdocumentationplugin.cpp.

References fill(), and setDirty().

void IndexBox::removeIndexItem IndexItemProto item  )  [virtual]
 

Definition at line 614 of file kdevdocumentationplugin.cpp.

References items, IndexItemProto::text(), and text().

Referenced by IndexItemProto::~IndexItemProto().

void IndexBox::setDirty bool  dirty  )  [virtual]
 

Definition at line 636 of file kdevdocumentationplugin.cpp.

References m_dirty.

Referenced by refill(), and DocumentationPlugin::reinit().


Friends And Related Function Documentation

friend class IndexItem [friend]
 

Definition at line 129 of file kdevdocumentationplugin.h.

Referenced by fill().


Member Data Documentation

QMap<QString, QValueList<IndexItemProto*> > IndexBox::items [private]
 

Definition at line 128 of file kdevdocumentationplugin.h.

Referenced by addIndexItem(), fill(), removeIndexItem(), and IndexItem::urls().

bool IndexBox::m_dirty [private]
 

Definition at line 131 of file kdevdocumentationplugin.h.

Referenced by setDirty().


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:26:10 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003