22 #ifndef __showdesktop_h__ 23 #define __showdesktop_h__ 37 bool desktopShowing() {
return showingDesktop; }
40 void showDesktop(
bool show );
41 void toggle() { showDesktop( !desktopShowing() ); }
44 void desktopShown(
bool shown );
47 void slotCurrentDesktopChanged(
int);
48 void slotWindowChanged(WId w,
unsigned int dirty);
54 KWinModule* kWinModule;
55 TQValueList<WId> iconifiedList;
Singleton class that handles desktop access (minimizing all windows)