tdemainwindowiface.h
58 bool processDynamic(const TQCString &fun, const TQByteArray &data, TQCString& replyType, TQByteArray &replyData);
virtual bool processDynamic(const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
DCOPObject()
virtual QCStringList functionsDynamic()
A proxy class publishing a DCOP interface for actions.
Definition kdcopactionproxy.h:40
bool disableAction(TQCString action)
Disables the requested action.
Definition tdemainwindowiface.cpp:72
void grabWindowToClipBoard()
Copies a pixmap representation of the current main window to the clipboard.
Definition tdemainwindowiface.cpp:137
TDEMainWindowInterface(TDEMainWindow *mainWindow)
Construct a new interface object.
Definition tdemainwindowiface.cpp:32
QCStringList actions()
Return a list of actions available to the application's window.
Definition tdemainwindowiface.cpp:46
bool enableAction(TQCString action)
Enables the requested action.
Definition tdemainwindowiface.cpp:85
bool activateAction(TQCString action)
Activates the requested action.
Definition tdemainwindowiface.cpp:59
TQCString actionToolTip(TQCString action)
Returns the tool tip text of the requested action.
Definition tdemainwindowiface.cpp:110
bool actionIsEnabled(TQCString action)
Returns the status of the requested action.
Definition tdemainwindowiface.cpp:98
DCOPRef action(const TQCString &name)
Returns a dcop reference to the selected TDEAction.
Definition tdemainwindowiface.cpp:123
Trinity API Reference