• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdecore
 

tdecore

Public Member Functions | List of all members
TDEAppDCOPInterface Class Reference

#include <tdeappdcopinterface.h>

Inheritance diagram for TDEAppDCOPInterface:
DCOPObject

Public Member Functions

 TDEAppDCOPInterface (TDEApplication *theKapp)
 
 ~TDEAppDCOPInterface ()
 
- Public Member Functions inherited from DCOPObject
 DCOPObject (TQObject *obj)
 
 DCOPObject (const TQCString &objId)
 
TQCString objId () const
 
bool setObjId (const TQCString &objId)
 
virtual bool process (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
 
virtual bool processDynamic (const TQCString &fun, const TQByteArray &data, TQCString &replyType, TQByteArray &replyData)
 
virtual QCStringList functionsDynamic ()
 
virtual QCStringList interfacesDynamic ()
 
virtual QCStringList interfaces ()
 
virtual QCStringList functions ()
 
void emitDCOPSignal (const TQCString &signal, const TQByteArray &data)
 
bool connectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot, bool Volatile)
 
bool disconnectDCOPSignal (const TQCString &sender, const TQCString &senderObj, const TQCString &signal, const TQCString &slot)
 
DCOPClient * callingDcopClient ()
 

Additional Inherited Members

- Static Public Member Functions inherited from DCOPObject
static bool hasObject (const TQCString &objId)
 
static DCOPObject * find (const TQCString &objId)
 
static TQPtrList< DCOPObject > match (const TQCString &partialId)
 
static TQCString objectName (TQObject *obj)
 

Detailed Description

This is the main interface to the TDEApplication.

This will provide a consistant dcop interface to all KDE applications that use it.

DCOP interface to TDEApplication.

Author
Ian Reinhart Geiser geise.nosp@m.ri@y.nosp@m.ahoo..nosp@m.com

Definition at line 37 of file tdeappdcopinterface.h.

Constructor & Destructor Documentation

◆ TDEAppDCOPInterface()

TDEAppDCOPInterface::TDEAppDCOPInterface ( TDEApplication *  theKapp)

Construct a new interface object.

Parameters
theKapp- The parent TDEApplication object that will provide us with the functional interface.

Definition at line 27 of file tdeappdcopinterface.cpp.

◆ ~TDEAppDCOPInterface()

TDEAppDCOPInterface::~TDEAppDCOPInterface ( )

Destructor Cleans up the dcop connection.

Definition at line 33 of file tdeappdcopinterface.cpp.

Member Function Documentation

◆ caption

TQCString TDEAppDCOPInterface::caption ( )

Definition at line 47 of file tdeappdcopinterface.cpp.

◆ disableSessionManagement

void TDEAppDCOPInterface::disableSessionManagement ( )

Disable current applications session management.

Definition at line 37 of file tdeappdcopinterface.cpp.

◆ quit

void TDEAppDCOPInterface::quit ( )

Definition at line 52 of file tdeappdcopinterface.cpp.

◆ reparseConfiguration

void TDEAppDCOPInterface::reparseConfiguration ( )

Definition at line 62 of file tdeappdcopinterface.cpp.

◆ sendFakeKey

void TDEAppDCOPInterface::sendFakeKey ( unsigned int  keyCode)

Send a fake keypress to all TDEApplication instances For internal use in connecting insecure function keys to KDE applications while the X keyboard is locked.

Definition at line 67 of file tdeappdcopinterface.cpp.

◆ startupId

TQCString TDEAppDCOPInterface::startupId ( )

Definition at line 42 of file tdeappdcopinterface.cpp.

◆ updateUserTimestamp

void TDEAppDCOPInterface::updateUserTimestamp ( ulong  time)

Definition at line 57 of file tdeappdcopinterface.cpp.


The documentation for this class was generated from the following files:
  • tdeappdcopinterface.h
  • tdeappdcopinterface.cpp

tdecore

Skip menu "tdecore"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdecore

Skip menu "tdecore"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdecore by doxygen 1.9.4
This website is maintained by Timothy Pearson.