tdemainwindowiface.cpp
203 bool TDEMainWindowInterface::processDynamic(const TQCString &fun, const TQByteArray &data, TQCString& replyType, TQByteArray &replyData)
TQCString actionToolTip(TQCString action)
Returns the tool tip text of the requested action.
Definition: tdemainwindowiface.cpp:110
QCStringList actions()
Return a list of actions available to the application's window.
Definition: tdemainwindowiface.cpp:46
DCOPRef action(const TQCString &name)
Returns a dcop reference to the selected TDEAction.
Definition: tdemainwindowiface.cpp:123
virtual TDEAction * action(const char *name) const
Returns an action object with the given name.
Definition: kdcopactionproxy.cpp:78
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
bool disableAction(TQCString action)
Disables the requested action.
Definition: tdemainwindowiface.cpp:72
virtual TDEActionCollection * actionCollection() const
Retrieves the entire action collection for the GUI client.
Definition: kxmlguiclient.cpp:107
static void forceActiveWindow(WId win, long time=0)
bool actionIsEnabled(TQCString action)
Returns the status of the requested action.
Definition: tdemainwindowiface.cpp:98
TQValueList< TQCString > functions()
virtual TQValueList< TDEAction * > actions() const
Returns a list of exportable actions.
Definition: kdcopactionproxy.cpp:70
A proxy class publishing a DCOP interface for actions.
Definition: kdcopactionproxy.h:39
bool enableAction(TQCString action)
Enables the requested action.
Definition: tdemainwindowiface.cpp:85
~TDEMainWindowInterface()
Destructor Cleans up the dcop action proxy object.
Definition: tdemainwindowiface.cpp:40
bool processPropertyRequest(const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
virtual void activate()
Emulate user's interaction programmatically, by activating the action.
Definition: tdeaction.cpp:1104
bool activateAction(TQCString action)
Activates the requested action.
Definition: tdemainwindowiface.cpp:59
TQMap< TQCString, DCOPRef > actionMap()
Returns and action map.
Definition: tdemainwindowiface.cpp:128
bool append(const KKeySequence &keySeq)
virtual bool isEnabled() const
Returns true if this action is enabled.
Definition: tdeaction.cpp:596
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
TDEMainWindowInterface(TDEMainWindow *mainWindow)
Construct a new interface object.
Definition: tdemainwindowiface.cpp:32
void grabWindowToClipBoard()
Copies a pixmap representation of the current main window to the clipboard.
Definition: tdemainwindowiface.cpp:137