![]() |
VR-Forces 5.0.1 Developer's Guide
|
DtFileUrl converts a filename, possibly with a relative path, into a FILE URL usable as an href.
Public Member Functions | |
| DtFileUrl () | |
| DtFileUrl (const QString &qString) | |
| ~DtFileUrl () | |
| void | setFilename (const QString &qString) |
| QString | urlString () const |
Static Public Member Functions | |
| static QString | createUrlFromFilename (const QString &u) |
Protected Attributes | |
| QString | myUrlString |
| makVrv::DtFileUrl::DtFileUrl | ( | ) |
CTOR.
| makVrv::DtFileUrl::DtFileUrl | ( | const QString & | qString | ) |
| makVrv::DtFileUrl::~DtFileUrl | ( | ) |
DTOR.
| void makVrv::DtFileUrl::setFilename | ( | const QString & | qString | ) |
Set the filename to convert to a URL.
| QString makVrv::DtFileUrl::urlString | ( | ) | const |
Retreive the URL string.
|
static |
|
protected |