20 #ifndef TDEWINDOW_INTERFACE_H
21 #define TDEWINDOW_INTERFACE_H
23 #include <dcopobject.h>
24 #include <tqstringlist.h>
25 #include <tqcstring.h>
58 bool processDynamic(
const TQCString &fun,
const TQByteArray &data, TQCString& replyType, TQByteArray &replyData);
66 QCStringList actions();
74 bool activateAction( TQCString action);
82 bool disableAction( TQCString action);
90 bool enableAction( TQCString action);
98 bool actionIsEnabled( TQCString action);
106 TQCString actionToolTip( TQCString action);
114 DCOPRef action(
const TQCString &name );
119 TQMap<TQCString,DCOPRef> actionMap();
131 void grabWindowToClipBoard();
140 void resize(
int newWidth,
int newHeight);
143 void move(
int newX,
int newY);
144 void setGeometry(
int newX,
int newY,
int newWidth,
int newHeight);
150 void setActiveWindow();
151 void setActiveWindowFocused();
virtual bool processDynamic(const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
virtual QCStringList functionsDynamic()
A proxy class publishing a DCOP interface for actions.
DCOP interface to TDEMainWindow.
KDE top level main window