IndexBox Class Reference
#include <kdevdocumentationplugin.h>
Inheritance diagram for IndexBox:


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
|
Definition at line 604 of file kdevdocumentationplugin.cpp. |
Member Function Documentation
|
Definition at line 609 of file kdevdocumentationplugin.cpp. References items, and IndexItemProto::text(). Referenced by IndexItemProto::IndexItemProto(). |
|
Definition at line 627 of file kdevdocumentationplugin.cpp. References IndexItem, and items. Referenced by DocumentationPart::emitIndexSelected(), and refill(). |
|
Definition at line 641 of file kdevdocumentationplugin.cpp. References fill(), and setDirty(). |
|
Definition at line 614 of file kdevdocumentationplugin.cpp. References items, IndexItemProto::text(), and text(). Referenced by IndexItemProto::~IndexItemProto(). |
|
Definition at line 636 of file kdevdocumentationplugin.cpp. References m_dirty. Referenced by refill(), and DocumentationPlugin::reinit(). |
Friends And Related Function Documentation
|
Definition at line 129 of file kdevdocumentationplugin.h. Referenced by fill(). |
Member Data Documentation
|
Definition at line 128 of file kdevdocumentationplugin.h. Referenced by addIndexItem(), fill(), removeIndexItem(), and IndexItem::urls(). |
|
Definition at line 131 of file kdevdocumentationplugin.h. Referenced by setDirty(). |
The documentation for this class was generated from the following files:
- lib/interfaces/kdevdocumentationplugin.h
- lib/interfaces/kdevdocumentationplugin.cpp