#include </home/clem/local/src/opie/noncore/net/opietooth/lib/remotedevice.h>
Collaboration diagram for OpieTooth::RemoteDevice:

Public Types | |
| typedef QValueList< RemoteDevice > | ValueList |
Public Member Functions | |
| RemoteDevice () | |
| RemoteDevice (const RemoteDevice &) | |
| RemoteDevice (const QString &mac, const QString &name) | |
| ~RemoteDevice () | |
| RemoteDevice & | operator= (const RemoteDevice &) |
| bool | isEmpty () const |
| QString | mac () const |
| void | setMac (const QString &mac) |
| QString | name () const |
| void | setName (const QString &name) |
| bool | equals (const RemoteDevice &) const |
Private Attributes | |
| QString | m_name |
| QString | m_mac |
|
|
Definition at line 10 of file remotedevice.h. |
|
|
Definition at line 13 of file remotedevice.cc. |
|
|
Definition at line 16 of file remotedevice.cc. |
|
||||||||||||
|
Definition at line 19 of file remotedevice.cc. |
|
|
Definition at line 23 of file remotedevice.cc. |
|
|
Definition at line 49 of file remotedevice.cc. Referenced by OpieTooth::BlueBase::find(). |
|
|
Definition at line 26 of file remotedevice.cc. References QString::isEmpty(), m_mac, and m_name. |
|
|
Definition at line 37 of file remotedevice.cc. References m_mac. Referenced by OpieTooth::BlueBase::deviceActive(), OpieTooth::BTDeviceItem::mac(), OpieTooth::operator==(), and OpieTooth::Manager::searchServices(). |
|
|
Definition at line 43 of file remotedevice.cc. References m_name. Referenced by OpieTooth::BTDeviceItem::BTDeviceItem(), OpieTooth::BTDeviceItem::name(), and OpieTooth::operator==(). |
|
|
Definition at line 31 of file remotedevice.cc. |
|
|
Definition at line 40 of file remotedevice.cc. References m_mac. |
|
|
Definition at line 46 of file remotedevice.cc. References m_name. |
|
|
Definition at line 25 of file remotedevice.h. Referenced by equals(), isEmpty(), mac(), operator=(), RemoteDevice(), and setMac(). |
|
|
Definition at line 24 of file remotedevice.h. Referenced by equals(), isEmpty(), name(), operator=(), RemoteDevice(), and setName(). |
1.4.2