VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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 {
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 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
QString myUrlString
Definition: DtFileUrl.h:41
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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)