PartSelectWidget Class Reference
#include <partselectwidget.h>
Inheritance diagram for PartSelectWidget:


Public Slots | |
void | accept () |
Signals | |
void | accepted () |
Public Member Functions | |
PartSelectWidget (QDomDocument &projectDom, QWidget *parent=0, const char *name=0) | |
PartSelectWidget (QWidget *parent=0, const char *name=0) | |
~PartSelectWidget () | |
Private Types | |
enum | Scope { Global, Project } |
Private Slots | |
void | itemSelected (QListViewItem *) |
void | openURL (const QString &) |
Private Member Functions | |
void | init () |
void | readGlobalConfig () |
void | saveGlobalConfig () |
void | readProjectConfig () |
void | saveProjectConfig () |
Private Attributes | |
QDomDocument | m_projectDom |
Scope | _scope |
QListView * | _pluginList |
QLabel * | _pluginDescription |
KURLLabel * | _urlLabel |
Member Enumeration Documentation
|
Definition at line 45 of file partselectwidget.h. |
Constructor & Destructor Documentation
|
Definition at line 57 of file partselectwidget.cpp. References init(). |
|
Definition at line 65 of file partselectwidget.cpp. References init(). |
|
Definition at line 122 of file partselectwidget.cpp. |
Member Function Documentation
|
Definition at line 247 of file partselectwidget.cpp. References _scope, accepted(), saveGlobalConfig(), and saveProjectConfig(). |
|
Referenced by accept(). |
|
Definition at line 72 of file partselectwidget.cpp. References _pluginDescription, _pluginList, _scope, _urlLabel, itemSelected(), openURL(), readGlobalConfig(), readProjectConfig(), and text(). Referenced by PartSelectWidget(). |
|
Definition at line 203 of file partselectwidget.cpp. References _pluginDescription, _urlLabel, PluginItem::info(), KURLLabel::setURL(), and PluginItem::url(). Referenced by init(). |
|
Definition at line 222 of file partselectwidget.cpp. Referenced by init(). |
|
Definition at line 126 of file partselectwidget.cpp. References _pluginList, config, first(), PluginController::pluginServices(), KConfigBase::readBoolEntry(), and KConfigBase::setGroup(). Referenced by init(). |
|
Definition at line 173 of file partselectwidget.cpp. References _pluginList, first(), m_projectDom, PluginController::pluginServices(), and DomUtil::readListEntry(). Referenced by init(). |
|
Definition at line 158 of file partselectwidget.cpp. References _pluginList, config, PluginItem::name(), KConfigBase::setGroup(), and KConfigBase::writeEntry(). Referenced by accept(). |
|
Definition at line 227 of file partselectwidget.cpp. References _pluginList, kdDebug(), m_projectDom, PluginItem::name(), and DomUtil::writeListEntry(). Referenced by accept(). |
Member Data Documentation
|
Definition at line 57 of file partselectwidget.h. Referenced by init(), and itemSelected(). |
|
Definition at line 56 of file partselectwidget.h. Referenced by init(), readGlobalConfig(), readProjectConfig(), saveGlobalConfig(), and saveProjectConfig(). |
|
Definition at line 54 of file partselectwidget.h. |
|
Definition at line 58 of file partselectwidget.h. Referenced by init(), and itemSelected(). |
|
Definition at line 53 of file partselectwidget.h. Referenced by readProjectConfig(), and saveProjectConfig(). |
The documentation for this class was generated from the following files: