DBus-1-TQt  1.0
TQT_DBusProxy::Private Class Reference
+ Collaboration diagram for TQT_DBusProxy::Private:

List of all members.

Public Member Functions

 Private ()
 ~Private ()
void checkCanSend ()

Public Attributes

TQT_DBusConnection connection
TQString service
TQString path
TQString interface
bool canSend
TQT_DBusError error

Detailed Description

Definition at line 29 of file tqdbusproxy.cpp.


Constructor & Destructor Documentation

Definition at line 32 of file tqdbusproxy.cpp.

: canSend(false) {}

Definition at line 33 of file tqdbusproxy.cpp.

{}

Member Function Documentation

Definition at line 35 of file tqdbusproxy.cpp.

References canSend, interface, path, and service.

    {
        canSend = !path.isEmpty() && !service.isEmpty() && !interface.isEmpty();
    }

+ Here is the caller graph for this function:


Member Data Documentation

Definition at line 46 of file tqdbusproxy.cpp.

Definition at line 45 of file tqdbusproxy.cpp.

Definition at line 44 of file tqdbusproxy.cpp.

Definition at line 43 of file tqdbusproxy.cpp.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines