libplasma
Plasma::UiLoader Class Reference
#include <uiloader.h>
Inheritance diagram for Plasma::UiLoader:

Detailed Description
Dynamically create plasma Widgets and Layouts.
Definition at line 41 of file uiloader.h.
Public Member Functions | |
| UiLoader (QObject *parent=0) | |
| virtual | ~UiLoader () |
| QStringList | availableWidgets () const |
| Widget * | createWidget (const QString &className, Widget *parent=0) |
| QStringList | availableLayouts () const |
| Layout * | createLayout (const QString &className, LayoutItem *parent) |
Constructor & Destructor Documentation
| Plasma::UiLoader::UiLoader | ( | QObject * | parent = 0 |
) |
Definition at line 46 of file uiloader.cpp.
| Plasma::UiLoader::~UiLoader | ( | ) | [virtual] |
Definition at line 64 of file uiloader.cpp.
Member Function Documentation
| QStringList Plasma::UiLoader::availableWidgets | ( | ) | const |
Definition at line 69 of file uiloader.cpp.
Definition at line 74 of file uiloader.cpp.
| QStringList Plasma::UiLoader::availableLayouts | ( | ) | const |
Definition at line 101 of file uiloader.cpp.
| Layout * Plasma::UiLoader::createLayout | ( | const QString & | className, | |
| LayoutItem * | parent | |||
| ) |
Definition at line 106 of file uiloader.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference