tdemainwindowiface.cpp
203 bool TDEMainWindowInterface::processDynamic(const TQCString &fun, const TQByteArray &data, TQCString& replyType, TQByteArray &replyData)
A proxy class publishing a DCOP interface for actions.
Definition: kdcopactionproxy.h:40
virtual TQCString actionObjectId(const TQCString &name) const
Use this method to retrieve a DCOP object id for an action with the given name.
Definition: kdcopactionproxy.cpp:86
virtual TQMap< TQCString, DCOPRef > actionMap(const TQCString &appId=TQCString()) const
Returns a map of all exported actions, with the action name as keys and a global DCOP reference as da...
Definition: kdcopactionproxy.cpp:91
virtual TDEAction * action(const char *name) const
Returns an action object with the given name.
Definition: kdcopactionproxy.cpp:78
virtual TQValueList< TDEAction * > actions() const
Returns a list of exportable actions.
Definition: kdcopactionproxy.cpp:70
TQValueList< TQCString > functions()
bool processPropertyRequest(const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
static void forceActiveWindow(WId win, long time=0)
virtual TDEActionCollection * actionCollection() const
Retrieves the entire action collection for the GUI client.
Definition: kxmlguiclient.cpp:107
virtual void activate()
Emulate user's interaction programmatically, by activating the action.
Definition: tdeaction.cpp:1104
bool disableAction(TQCString action)
Disables the requested action.
Definition: tdemainwindowiface.cpp:72
~TDEMainWindowInterface()
Destructor Cleans up the dcop action proxy object.
Definition: tdemainwindowiface.cpp:40
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
TQMap< TQCString, DCOPRef > actionMap()
Returns and action map.
Definition: tdemainwindowiface.cpp:128
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
bool append(const KKeySequence &keySeq)