kioslaves
UrlInfo Class Reference
#include <urlinfo.h>
Public Types | |
enum | UrlType { invalid = 0, message = 1, directory = 2 } |
Public Member Functions | |
QString | filename () const |
QString | id () const |
QString | mimetype () const |
UrlType | type () const |
QString | url () const |
UrlInfo (const KURL &url, const UrlType type=(UrlType)(message|directory)) | |
~UrlInfo () |
Detailed Description
Definition at line 25 of file urlinfo.h.
Member Enumeration Documentation
enum UrlInfo::UrlType |
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
url The url: this url is used to split the location data off. type The possible types of the url
Definition at line 27 of file urlinfo.cc.
UrlInfo::~UrlInfo | ( | ) |
Member Function Documentation
QString UrlInfo::filename | ( | ) | const |
QString UrlInfo::id | ( | ) | const |
QString UrlInfo::mimetype | ( | ) | const |
UrlType UrlInfo::type | ( | ) | const [inline] |
QString UrlInfo::url | ( | ) | const |
The documentation for this class was generated from the following files: