[mapguide-commits] r6106 - sandbox/adsk/2.3r/Common/Renderers

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Aug 31 02:23:07 EDT 2011


Author: liuar
Date: 2011-08-30 23:23:07 -0700 (Tue, 30 Aug 2011)
New Revision: 6106

Added:
   sandbox/adsk/2.3r/Common/Renderers/KmlIconStyle.h
Log:
add missed KmlIconStyle.h 

Added: sandbox/adsk/2.3r/Common/Renderers/KmlIconStyle.h
===================================================================
--- sandbox/adsk/2.3r/Common/Renderers/KmlIconStyle.h	                        (rev 0)
+++ sandbox/adsk/2.3r/Common/Renderers/KmlIconStyle.h	2011-08-31 06:23:07 UTC (rev 6106)
@@ -0,0 +1,34 @@
+//
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
+//
+//  This library is free software; you can redistribute it and/or
+//  modify it under the terms of version 2.1 of the GNU Lesser
+//  General Public License as published by the Free Software Foundation.
+//
+//  This library is distributed in the hope that it will be useful,
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+//  Lesser General Public License for more details.
+//
+//  You should have received a copy of the GNU Lesser General Public
+//  License along with this library; if not, write to the Free Software
+//  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+//
+
+#ifndef KML_ICONSTYLE_H
+#define KML_ICONSTYLE_H
+
+#include "Renderers.h"
+#include "RendererStyles.h"
+
+class KmlIconStyle
+{
+public:
+    double m_scale;
+    std::wstring m_href;
+
+    KmlIconStyle(double scale, std::wstring href);
+    bool operator<(const KmlIconStyle& other) const;
+};
+
+#endif KML_ICONSTYLE_H



More information about the mapguide-commits mailing list