tdebluez
client1Proxy.h
Go to the documentation of this file.
1
// File autogenerated
2
3
#if !defined(CLIENT1PROXY_H_INCLUDED)
4
#define CLIENT1PROXY_H_INCLUDED
5
6
// TQt includes
7
#include <tqobject.h>
8
9
// TQt D-Bus includes
10
#include <tqdbuserror.h>
11
12
// forward declarations
13
class
TQString
;
14
class
TQT_DBusConnection
;
15
class
TQT_DBusError
;
16
class
TQT_DBusMessage
;
17
class
TQT_DBusObjectPath
;
18
class
TQT_DBusProxy
;
19
class
TQT_DBusVariant
;
20
template
<
typename
K,
typename
V>
class
TQMap
;
21
22
namespace
org
23
{
24
namespace
bluez
25
{
26
namespace
obex
27
{
28
29
class
Client1Proxy
:
public
TQObject
30
{
31
TQ_OBJECT
32
33
public
:
34
Client1Proxy
(
const
TQString
&
service
,
const
TQString
&
path
, TQObject*
parent
= 0,
const
char
*
name
= 0);
35
36
virtual
~Client1Proxy
();
37
38
void
setConnection
(
const
TQT_DBusConnection
& connection);
39
40
public
:
41
virtual
bool
CreateSession
(
const
TQString
&
destination
,
const
TQMap< TQString, TQT_DBusVariant >
&
args
,
TQT_DBusObjectPath
&
session
,
TQT_DBusError
&
error
);
42
43
virtual
bool
RemoveSession
(
const
TQT_DBusObjectPath
&
session
,
TQT_DBusError
&
error
);
44
45
protected
:
46
TQT_DBusProxy
*
m_baseProxy
;
47
48
private
:
// Hiding copy constructor and assignment operator
49
Client1Proxy
(
const
Client1Proxy
&);
50
Client1Proxy
&
operator=
(
const
Client1Proxy
&);
51
};
// class Client1Proxy
52
53
};
// namespace obex
54
55
};
// namespace bluez
56
57
};
// namespace org
58
59
#endif
//CLIENT1PROXY_H_INCLUDED
60
61
// End of File
62
TQMap
Definition
adapter1Interface.h:17
org::bluez::obex::Client1Proxy
Definition
client1Proxy.h:30
org::bluez::obex::Client1Proxy::setConnection
void setConnection(const TQT_DBusConnection &connection)
Definition
client1Proxy.cpp:42
org::bluez::obex::Client1Proxy::RemoveSession
virtual bool RemoveSession(const TQT_DBusObjectPath &session, TQT_DBusError &error)
Definition
client1Proxy.cpp:68
org::bluez::obex::Client1Proxy::~Client1Proxy
virtual ~Client1Proxy()
Definition
client1Proxy.cpp:37
org::bluez::obex::Client1Proxy::CreateSession
virtual bool CreateSession(const TQString &destination, const TQMap< TQString, TQT_DBusVariant > &args, TQT_DBusObjectPath &session, TQT_DBusError &error)
Definition
client1Proxy.cpp:47
org::bluez::obex::Client1Proxy::m_baseProxy
TQT_DBusProxy * m_baseProxy
Definition
client1Proxy.h:46
org::bluez::obex::Client1Proxy::operator=
Client1Proxy & operator=(const Client1Proxy &)
org::bluez::obex::Client1Proxy::Client1Proxy
Client1Proxy(const Client1Proxy &)
org
Definition
adapter1Interface.cpp:23
src
libtdeobex
interfaces
client1Proxy.h
Generated by
1.9.8