KDEUI
Go to the documentation of this file.
26 #include <QtGui/QBitmap>
27 #include <QDesktopWidget>
28 #include <QtGui/QDialog>
29 #include <QtDBus/QtDBus>
32 class KWindowSystemStaticContainer {
34 KWindowSystemStaticContainer() : d(0) {}
36 KWindowSystemPrivate* d;
43 return &(g_kwmInstanceContainer->kwm);
58 kDebug() <<
"KWindowSystem::setCurrentDesktop( int desktop ) isn't yet implemented!";
64 kDebug() <<
"KWindowSystem::setOnAllDesktops( WId win, bool b ) isn't yet implemented!";
71 kDebug() <<
"KWindowSystem::setOnDesktop( WId win, int desktop ) isn't yet implemented!";
77 kDebug() <<
"WId KWindowSystem::activeWindow() isn't yet implemented!";
84 kDebug() <<
"KWindowSystem::activateWindow( WId win, long time )isn't yet implemented!";
90 kDebug() <<
"KWindowSystem::forceActiveWindow( WId win, long time ) isn't yet implemented!";
96 kDebug() <<
"KWindowSystem::demandAttention( WId win, bool set ) isn't yet implemented!";
101 kDebug() <<
"QPixmap KWindowSystem::icon( WId win, int width, int height, bool scale ) isn't yet implemented!";
108 kDebug() <<
"QPixmap KWindowSystem::icon( WId win, int width, int height, bool scale, int flags ) isn't yet implemented!";
115 kDebug() <<
"KWindowSystem::setIcons( WId win, const QPixmap& icon, const QPixmap& miniIcon ) isn't yet implemented!";
122 kDebug() <<
"KWindowSystem::setState( WId win, unsigned long state ) isn't yet implemented!";
128 kDebug() <<
"KWindowSystem::clearState( WId win, unsigned long state ) isn't yet implemented!";
134 kDebug() <<
"KWindowSystem::minimizeWindow( WId win, bool animation) isn't yet implemented!";
140 kDebug() <<
"KWindowSystem::unminimizeWindow( WId win, bool animation ) isn't yet implemented!";
146 kDebug() <<
"KWindowSystem::raiseWindow( WId win ) isn't yet implemented!";
152 kDebug() <<
"KWindowSystem::lowerWindow( WId win ) isn't yet implemented!";
163 kDebug() <<
"QRect KWindowSystem::workArea( int desktop ) isn't yet implemented!";
170 kDebug() <<
"QRect KWindowSystem::workArea( const QList<WId>& exclude, int desktop ) isn't yet implemented!";
176 return i18n(
"Desktop %1", desktop );
181 kDebug() <<
"KWindowSystem::setDesktopName( int desktop, const QString& name ) isn't yet implemented!";
192 kDebug() <<
"KWindowSystem::setUserTime( WId win, long time ) isn't yet implemented!";
203 kDebug() <<
"connectNotify( const char* signal ) isn't yet implemented!";
208 int right_width,
int right_start,
int right_end,
int top_width,
int top_start,
int top_end,
209 int bottom_width,
int bottom_start,
int bottom_end )
211 kDebug() <<
"KWindowSystem::setExtendedStrut isn't yet implemented!";
216 kDebug() <<
"KWindowSystem::setStrut isn't yet implemented!";
223 kDebug() <<
"QString KWindowSystem::readNameProperty( WId window, unsigned long atom ) isn't yet implemented!";
230 kDebug() <<
"KWindowSystem::doNotManage( const QString& title ) isn't yet implemented!";
237 kDebug() <<
"QList<WId> KWindowSystem::stackingOrder() isn't yet implemented!";
245 kDebug() <<
"const QList<WId>& KWindowSystem::windows() isn't yet implemented!";
252 kDebug() <<
"setType( WId win, NET::WindowType windowType ) isn't yet implemented!";
258 kDebug(240) <<
"KWindowSystem::setMainWindow( QWidget*, WId ) isn't yet implemented!";
264 kDebug() <<
"KWindowSystem::allowExternalProcessWindowActivation( int pid ) isn't yet implemented!";
270 kDebug() <<
"setBlockingCompositing( WId window, bool active ) isn't yet implemented!";
273 #include "kwindowsystem.moc"
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Apr 16 2013 19:13:50 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.