Plasma
Plasma::AbstractDialogManager Class Reference
The AbstractDialogManager class shows the dialogs shown by applets and the rest of the shell. More...
#include <abstractdialogmanager.h>
Inheritance diagram for Plasma::AbstractDialogManager:

Public Slots | |
| void | showDialog (QWidget *widget, Plasma::Applet *applet) |
Public Member Functions | |
| AbstractDialogManager (Plasma::Corona *parent=0) | |
| ~AbstractDialogManager () | |
Detailed Description
The AbstractDialogManager class shows the dialogs shown by applets and the rest of the shell.
a AbstractDialogManager can manage aspects like positioning, sizing and widget style of dialogs sich as the applet configuration dialog.
- Since:
- 4.5
Definition at line 43 of file abstractdialogmanager.h.
Constructor & Destructor Documentation
| Plasma::AbstractDialogManager::AbstractDialogManager | ( | Plasma::Corona * | parent = 0 | ) | [explicit] |
Definition at line 38 of file abstractdialogmanager.cpp.
| Plasma::AbstractDialogManager::~AbstractDialogManager | ( | ) |
Definition at line 44 of file abstractdialogmanager.cpp.
Member Function Documentation
| void Plasma::AbstractDialogManager::showDialog | ( | QWidget * | widget, |
| Plasma::Applet * | applet | ||
| ) | [slot] |
This fake virtual slot shows a dialog belonging to an applet.
There is no guarantee how the implementation will show it
- Parameters:
-
widget the dialog widget applet the applet that owns the dialog
Definition at line 49 of file abstractdialogmanager.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference