VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvOsgEarthQt
DtOsgEarthServerLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
#include <
vrvOsgEarthQt/vrvOsgEarthQt.h
>
12
#include <
vrvCore/DtDe.h
>
13
14
namespace
makVrv
15
{
16
class
DtOsgEarthServerInterface;
17
20
class
DT_DLL_VRVOSGEARTHQT
DtOsgEarthServerLogic
21
{
22
23
public
:
24
26
DtOsgEarthServerLogic
(
DtDe
& ig,
DtOsgEarthServerInterface
* iFace);
27
29
virtual
~
DtOsgEarthServerLogic
();
30
32
virtual
void
setupInstances();
33
35
void
addTerrainPatch(
const
std::string& serverName);
36
37
protected
:
38
40
void
addTerrainPatch();
41
43
void
onCurrentServerChanged(
const
std::string&
filename
);
44
46
void
onServerRenamed(
const
std::string& oldname,
const
std::string& newname);
47
49
void
onServerAdded(
const
std::string& name);
50
52
void
onServerUpdated(
const
std::string& name);
53
55
void
onServerDeleted(
const
std::string& name);
56
57
protected
:
58
59
DtDe
&
myIg
;
60
DtOsgEarthServerInterface
*
myInterface
;
61
std::string
myServerFileName
;
62
std::string
myCoordinateSystem
;
63
std::string
myCoordinateSystemParams
;
64
65
};
66
}
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)