Plasma
DesktopCorona Class Reference
A Corona with desktop-y considerations. More...
#include <desktopcorona.h>
Inheritance diagram for DesktopCorona:

Public Member Functions | |
virtual QRegion | availableScreenRegion (int id) const |
void | checkScreen (int screen, bool signalWhenExists=false) |
void | checkScreens () |
DesktopCorona (QObject *parent=0) | |
void | loadDefaultLayout () |
virtual int | numScreens () const |
virtual QRect | screenGeometry (int id) const |
Protected Slots | |
void | saveDefaultSetup () |
void | screenAdded (Kephal::Screen *s) |
Detailed Description
A Corona with desktop-y considerations.Definition at line 39 of file desktopcorona.h.
Constructor & Destructor Documentation
DesktopCorona::DesktopCorona | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 42 of file desktopcorona.cpp.
Member Function Documentation
QRegion DesktopCorona::availableScreenRegion | ( | int | id | ) | const [virtual] |
Definition at line 109 of file desktopcorona.cpp.
void DesktopCorona::checkScreen | ( | int | screen, | |
bool | signalWhenExists = false | |||
) |
Ensures we have the necessary containments for the given screen screen.
Definition at line 64 of file desktopcorona.cpp.
void DesktopCorona::checkScreens | ( | ) |
Ensures we have the necessary containments for every screen.
Definition at line 55 of file desktopcorona.cpp.
void DesktopCorona::loadDefaultLayout | ( | ) |
Loads the default (system wide) layout for this user.
Definition at line 121 of file desktopcorona.cpp.
int DesktopCorona::numScreens | ( | ) | const [virtual] |
Definition at line 99 of file desktopcorona.cpp.
void DesktopCorona::saveDefaultSetup | ( | ) | [protected, slot] |
Definition at line 219 of file desktopcorona.cpp.
void DesktopCorona::screenAdded | ( | Kephal::Screen * | s | ) | [protected, slot] |
Definition at line 249 of file desktopcorona.cpp.
QRect DesktopCorona::screenGeometry | ( | int | id | ) | const [virtual] |
Definition at line 104 of file desktopcorona.cpp.
The documentation for this class was generated from the following files: