VR-Forces 5.0.3 Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCoreQt
DtFileUrl.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCoreQt/vrvCoreQt.h
>
13
#include <QtCore/QString>
14
15
namespace
makVrv
16
{
20
class
DT_DLL_VRVCOREQT
DtFileUrl
21
{
22
public
:
23
25
DtFileUrl
();
26
DtFileUrl
(
const
QString& qString );
27
29
~
DtFileUrl
();
30
32
void
setFilename(
const
QString& qString );
33
35
QString urlString()
const
;
36
37
public
:
38
static
QString createUrlFromFilename(
const
QString &u);
39
40
protected
:
41
QString
myUrlString
;
42
};
43
}
44
DT_DLL_VRVCOREQT
#define DT_DLL_VRVCOREQT
Definition:
vrvCoreQt.h:20
vrvCoreQt.h
Contains DLL export macros.
makVrv::DtFileUrl::myUrlString
QString myUrlString
Definition:
DtFileUrl.h:41
makVrv::DtFileUrl
DtFileUrl converts a filename, possibly with a relative path, into a FILE URL usable as an href...
Definition:
DtFileUrl.h:20
Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (
www.mak.com
)