DBus-1-TQt
1.0
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
build
buildd
dbus-1-tqt-14.1.0~r197
src
tqdbusmessage_p.h
Generated on Mon Feb 3 2020 00:28:27 for DBus-1-TQt by
1.8.1.2