kappdcopiface.cpp
void disableSessionManagement()
Disable current applications session management.
Definition: kappdcopiface.cpp:37
KAppDCOPInterface(TDEApplication *theKapp)
Construct a new interface object.
Definition: kappdcopiface.cpp:27
void sendFakeKey(unsigned int keyCode)
Send a fake keypress to all TDEApplication instances For internal use in connecting insecure function...
Definition: kappdcopiface.cpp:67
Controls and provides information to all KDE applications.
Definition: tdeapplication.h:95
void broadcastKeyCode(unsigned int keyCode)
Broadcast a received keycode to all listening KDE applications The primary use for this feature is to...
Definition: tdeapplication.cpp:3047
void updateUserTimestamp(unsigned long time=0)
Updates the last user action timestamp to the given time, or to the current time, if 0 is given.
Definition: tdeapplication.cpp:2266
virtual void reparseConfiguration()
Clears all internal data structures and then reread configuration information from disk.
Definition: tdeconfig.cpp:161