VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtFileUrl.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2011 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtFileUrl.h,v $ $Revision: 1.9 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvCoreQt/vrvCoreQt.h>
00016 #include <QtCore/QString>
00017 
00018 namespace makVrv
00019 {
00023    class DT_DLL_VRVCOREQT DtFileUrl
00024    {
00025    public:
00026 
00028       DtFileUrl();
00029       DtFileUrl( const QString& qString );
00030 
00032       ~DtFileUrl();
00033 
00035       void setFilename( const QString& qString );
00036 
00038       QString urlString() const;
00039 
00040    public:
00041       static QString createUrlFromFilename(const QString &u);
00042  
00043    protected:
00044       QString myUrlString;
00045    };
00046 }
00047 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)