#include <rurl.h>
|
| File (KURL base, KURL url) |
|
| File (KURL base, TQString url, bool isRelativeUrl) |
|
void | setRURL (TQString rurl) |
|
| URL (KURL base, KURL url, Type type=Auto) |
|
| URL (KURL base, TQString url, bool isUrlRelative, Type type=Auto) |
|
void | setBase (const KURL &base) |
|
void | setBase (const TQString &base) |
|
KURL | base () const |
|
TQString | basePath () const |
|
KURL | url () const |
|
TQString | urlPath () const |
|
TQString | urlDirectory () const |
|
URL | relativeTo (KURL base) |
|
bool | operator== (const URL &url) |
|
bool | operator!= (const URL &url) |
|
| Name (const TQString &rurl, const Type type=Auto) |
|
| Name (const char *rurl, const Type type=Auto) |
|
void | setRURL (const TQString &rurl, const Type type) |
|
TQString | rurl () const |
|
void | addPath (const TQString &addendum) |
|
void | cleanRURL () |
|
TQString | extension (bool complete=true) const |
|
TQString | fileName () const |
|
TQString | directory () const |
|
bool | isFile () const |
|
bool | isDirectory () const |
|
bool | isValid () const |
|
Type | type () const |
|
void | setType (const Type type) |
|
bool | operator== (const Name &rname) |
|
bool | operator!= (const Name &rname) |
|
Relative file name.
Definition at line 165 of file rurl.h.
◆ File() [1/2]
Relative::File::File |
( |
KURL |
base, |
|
|
KURL |
url |
|
) |
| |
Works as URL::URL(KURL, KURL), only implies Name::File mode.
Definition at line 349 of file rurl.cpp.
◆ File() [2/2]
Relative::File::File |
( |
KURL |
base, |
|
|
TQString |
url, |
|
|
bool |
isRelativeUrl |
|
) |
| |
Works as URL::URL(KURL, KURL), only implies Name::File mode.
Definition at line 354 of file rurl.cpp.
◆ setRURL()
void Relative::File::setRURL |
( |
TQString |
rurl | ) |
|
Works as URL::setRURL(TQString), only implies Name::File mode.
Definition at line 364 of file rurl.cpp.
The documentation for this class was generated from the following files: