VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvOsgEarthQt
DtOsgEarthServerDescriptor.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtOsgEarthServerDescriptor.h,v $ $Revision: 1.4 $ $State: Exp $
7
******************************************************************************/
8
12
13
#ifndef DtOsgEarthServerDescriptor_H_
14
#define DtOsgEarthServerDescriptor_H_
15
16
#include <
vrvOsgEarthQt/vrvOsgEarthQt.h
>
17
#include <string>
18
19
namespace
makVrv
20
{
21
24
class
DT_DLL_VRVOSGEARTHQT
DtOsgEarthServerDescriptor
25
{
26
27
public
:
28
29
DtOsgEarthServerDescriptor
();
30
32
virtual
const
std::string& mapName();
33
35
virtual
const
std::string& imageName();
36
38
virtual
const
std::string& fileName();
39
41
virtual
const
std::string& path();
42
44
virtual
const
std::string& description();
45
47
virtual
const
std::string& sysref();
48
50
virtual
const
std::string& fileContents();
51
54
virtual
bool
updateFile(
const
std::string &content);
55
57
virtual
bool
renameFile(
const
std::string &newName);
58
60
virtual
bool
deleteFile();
61
63
virtual
bool
saveAs(
const
std::string& path,
const
std::string& filename);
64
66
virtual
bool
initFromFile(
const
std::string& path,
const
std::string& fn);
67
68
protected
:
69
70
virtual
void
cleanUp();
71
72
protected
:
73
74
std::string
myImageName
;
75
std::string
myMapName
;
76
std::string
myPath
;
77
std::string
myFilename
;
78
std::string
myDescription
;
79
std::string
myContent
;
80
std::string
mySysRef
;
81
};
82
}
83
84
#endif
85
Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)