- color and altitude mode can be changed from GUI
git-svn-id: http://moon:8086/svn/software/trunk/projects/FsTrack@126 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
@@ -11,6 +11,9 @@ public:
|
||||
Kml(const char *pDocRoot);
|
||||
~Kml(void);
|
||||
|
||||
void setAltitudeMode(String const &modeString);
|
||||
void setPathColor(String const &colorString);
|
||||
|
||||
private:
|
||||
CriticalSection m_lock;
|
||||
ScopedPointer<XmlElement> kml;
|
||||
@@ -18,6 +21,8 @@ private:
|
||||
XmlElement *m_pPathPlaceMark;
|
||||
char m_path[1024];
|
||||
const char *m_docRoot;
|
||||
String m_altitudeModeString;
|
||||
String m_pathColorString;
|
||||
|
||||
void create();
|
||||
void destroy();
|
||||
|
||||
Reference in New Issue
Block a user