kappdcopiface.cpp
Controls and provides information to all KDE applications.
Definition: kapplication.h:96
KAppDCOPInterface(KApplication *theKapp)
Construct a new interface object.
Definition: kappdcopiface.cpp:27
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: kapplication.cpp:2204
virtual void reparseConfiguration()
Clears all internal data structures and then reread configuration information from disk...
Definition: kconfig.cpp:161
void sendFakeKey(unsigned int keyCode)
Send a fake keypress to all KApplication instances For internal use in connecting insecure function k...
Definition: kappdcopiface.cpp:67
void broadcastKeyCode(unsigned int keyCode)
Broadcast a received keycode to all listening KDE applications The primary use for this feature is to...
Definition: kapplication.cpp:2985
void disableSessionManagement()
Disable current applications session management.
Definition: kappdcopiface.cpp:37