kmobiletools
OBEXImpl Class Reference
#include <obeximpl.h>
Inheritance diagram for OBEXImpl:

Detailed Description
Definition at line 38 of file obeximpl.h.
Public Types | |
| enum | transport { null = 0, Bluetooth = OBEX_TRANS_BLUETOOTH, IrDA = OBEX_TRANS_IRDA, Inet = OBEX_TRANS_INET, Custom = OBEX_TRANS_CUSTOM, FD = OBEX_TRANS_FD, USB = OBEX_TRANS_USB } |
Public Slots | |
| void | fetchFilesList (const QString &path) |
| int | getFile (const KUrl &url) |
| void | setHostConfig (const QString &device, int port, transport i_transport) |
Public Member Functions | |
| void | createTopLevelEntry (KIO::UDSEntry &entry) const |
| int | lastErrorCode () const |
| QString | lastErrorMessage () const |
| bool | listDirectory (const KUrl &url, Q3ValueList< KIO::UDSEntry > &list) |
| OBEXImpl () | |
| bool | statEntry (const KUrl &url, KIO::UDSEntry &entry) |
| OBEXWrapper * | wrapper () |
Member Enumeration Documentation
| enum OBEXImpl::transport |
Constructor & Destructor Documentation
| OBEXImpl::OBEXImpl | ( | ) |
Definition at line 44 of file obeximpl.cpp.
Member Function Documentation
| void OBEXImpl::createTopLevelEntry | ( | KIO::UDSEntry & | entry | ) | const |
Definition at line 95 of file obeximpl.cpp.
| void OBEXImpl::fetchFilesList | ( | const QString & | path | ) | [slot] |
Definition at line 180 of file obeximpl.cpp.
| int OBEXImpl::getFile | ( | const KUrl & | url | ) | [slot] |
Definition at line 189 of file obeximpl.cpp.
| int OBEXImpl::lastErrorCode | ( | ) | const [inline] |
Definition at line 56 of file obeximpl.h.
| QString OBEXImpl::lastErrorMessage | ( | ) | const [inline] |
Definition at line 57 of file obeximpl.h.
| bool OBEXImpl::listDirectory | ( | const KUrl & | url, | |
| Q3ValueList< KIO::UDSEntry > & | list | |||
| ) |
Definition at line 60 of file obeximpl.cpp.
Definition at line 51 of file obeximpl.cpp.
| bool OBEXImpl::statEntry | ( | const KUrl & | url, | |
| KIO::UDSEntry & | entry | |||
| ) |
Definition at line 200 of file obeximpl.cpp.
| OBEXWrapper* OBEXImpl::wrapper | ( | ) | [inline] |
Definition at line 55 of file obeximpl.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference