DBus-1-TQt
1.0
Loading...
Searching...
No Matches
tqdbusmessage_p.h
Go to the documentation of this file.
1
/* qdbusmessage.h TQT_DBusMessage private object
2
*
3
* Copyright (C) 2005 Harald Fernengel <harry@kdevelop.org>
4
* Copyright (C) 2005 Kevin Krammer <kevin.krammer@gmx.at>
5
*
6
* Licensed under the Academic Free License version 2.1
7
*
8
* This program is free software; you can redistribute it and/or modify
9
* it under the terms of the GNU General Public License as published by
10
* the Free Software Foundation; either version 2 of the License, or
11
* (at your option) any later version.
12
*
13
* This program is distributed in the hope that it will be useful,
14
* but WITHOUT ANY WARRANTY; without even the implied warranty of
15
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
* GNU General Public License for more details.
17
*
18
* You should have received a copy of the GNU General Public License
19
* along with this program; if not, write to the Free Software
20
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
21
* USA.
22
*
23
*/
24
25
#ifndef TQDBUSMESSAGE_P_H
26
#define TQDBUSMESSAGE_P_H
27
28
#include <tqstring.h>
29
30
#include "
tqdbusatomic.h
"
31
#include "
tqdbuserror.h
"
32
33
struct
DBusMessage;
34
35
class
TQT_DBusMessagePrivate
36
{
37
public
:
38
TQT_DBusMessagePrivate
(
TQT_DBusMessage
*qq);
39
~TQT_DBusMessagePrivate
();
40
41
TQString
path
,
interface
,
member
,
service
,
sender
;
42
TQT_DBusError
error
;
43
DBusMessage *
msg
;
44
DBusMessage *
reply
;
45
TQT_DBusMessage
*
q
;
46
int
type
;
47
int
timeout
;
48
// FIXME-QT4 TQAtomic ref;
49
Atomic
ref
;
50
};
51
52
#endif
Atomic
Definition
tqdbusatomic.h:28
TQT_DBusError
Class for transporting D-Bus errors.
Definition
tqdbuserror.h:41
TQT_DBusMessage
A message converts and transports data over D-Bus.
Definition
tqdbusmessage.h:116
TQT_DBusMessagePrivate
Definition
tqdbusmessage_p.h:36
TQT_DBusMessagePrivate::~TQT_DBusMessagePrivate
~TQT_DBusMessagePrivate()
Definition
tqdbusmessage.cpp:39
TQT_DBusMessagePrivate::timeout
int timeout
Definition
tqdbusmessage_p.h:47
TQT_DBusMessagePrivate::path
TQString path
Definition
tqdbusmessage_p.h:41
TQT_DBusMessagePrivate::q
TQT_DBusMessage * q
Definition
tqdbusmessage_p.h:45
TQT_DBusMessagePrivate::error
TQT_DBusError error
Definition
tqdbusmessage_p.h:42
TQT_DBusMessagePrivate::sender
TQString sender
Definition
tqdbusmessage_p.h:41
TQT_DBusMessagePrivate::interface
TQString interface
Definition
tqdbusmessage_p.h:41
TQT_DBusMessagePrivate::msg
DBusMessage * msg
Definition
tqdbusmessage_p.h:43
TQT_DBusMessagePrivate::type
int type
Definition
tqdbusmessage_p.h:46
TQT_DBusMessagePrivate::reply
DBusMessage * reply
Definition
tqdbusmessage_p.h:44
TQT_DBusMessagePrivate::ref
Atomic ref
Definition
tqdbusmessage_p.h:49
TQT_DBusMessagePrivate::service
TQString service
Definition
tqdbusmessage_p.h:41
TQT_DBusMessagePrivate::member
TQString member
Definition
tqdbusmessage_p.h:41
tqdbusatomic.h
tqdbuserror.h
build
dbus-1-tqt-8g85dj
dbus-1-tqt-14.1.2
src
tqdbusmessage_p.h
Generated by
1.9.8