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
◆ AbstractDialogManager()
|
explicit |
Definition at line 36 of file abstractdialogmanager.cpp.
◆ ~AbstractDialogManager()
Plasma::AbstractDialogManager::~AbstractDialogManager | ( | ) |
Definition at line 42 of file abstractdialogmanager.cpp.
Member Function Documentation
◆ showDialog
|
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-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.