Plasma
#include <abstractdialogmanager.h>
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
|
explicit |
Definition at line 36 of file abstractdialogmanager.cpp.
Plasma::AbstractDialogManager::~AbstractDialogManager | ( | ) |
Definition at line 42 of file abstractdialogmanager.cpp.
Member Function Documentation
|
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 47 of file abstractdialogmanager.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.