![]() |
VR-Forces 4.0.4 Class Documentation
|
DtFileUrl converts a filename, possibly with a relative path, into a FILE URL usable as an href. More...
Public Member Functions | |
| DtFileUrl () | |
| CTOR. | |
| DtFileUrl (const QString &qString) | |
| ~DtFileUrl () | |
| DTOR. | |
| void | setFilename (const QString &qString) |
| Set the filename to convert to a URL. | |
| QString | urlString () const |
| Retreive the URL string. | |
Static Public Member Functions | |
| static QString | createUrlFromFilename (const QString &u) |
Protected Attributes | |
| QString | myUrlString |
DtFileUrl converts a filename, possibly with a relative path, into a FILE URL usable as an href.
CTOR.
| makVrv::DtFileUrl::DtFileUrl | ( | const QString & | qString | ) |
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 QString makVrv::DtFileUrl::createUrlFromFilename | ( | const QString & | u | ) | [static] |
QString makVrv::DtFileUrl::myUrlString [protected] |