VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtOsgEarthServerDescriptor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #ifndef DtOsgEarthServerDescriptor_H_
11 #define DtOsgEarthServerDescriptor_H_
12 
14 #include <string>
15 
16 namespace makVrv
17 {
18 
22  {
23 
24  public:
25 
27 
28  virtual ~DtOsgEarthServerDescriptor();
29 
31  virtual const std::string& mapName();
32 
34  virtual const std::string& imageName();
35 
37  virtual const std::string& fileName();
38 
40  virtual const std::string& path();
41 
43  virtual const std::string& description();
44 
46  virtual const std::string& sysref();
47 
49  virtual const std::string& fileContents();
50 
53  virtual bool updateFile(const std::string &content);
54 
56  virtual bool renameFile(const std::string &newName);
57 
59  virtual bool deleteFile();
60 
62  virtual bool saveAs(const std::string& path, const std::string& filename);
63 
65  virtual bool initFromFile(const std::string& path, const std::string& fn);
66 
67  protected:
68 
69  virtual void cleanUp();
70 
71  protected:
72 
73  std::string myImageName;
74  std::string myMapName;
75  std::string myPath;
76  std::string myFilename;
77  std::string myDescription;
78  std::string myContent;
79  std::string mySysRef;
80  };
81 }
82 
83 #endif
84 

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)