Warning, file /education/marble/src/plugins/render/annotate/SceneGraphicsTypes.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // SPDX-License-Identifier: LGPL-2.1-or-later
0002 //
0003 // SPDX-FileCopyrightText: 2014 Calin Cruceru <crucerucalincristian@gmail.com>
0004 //
0005 
0006 
0007 #include "SceneGraphicsTypes.h"
0008 
0009 
0010 namespace Marble
0011 {
0012 
0013 namespace SceneGraphicsTypes
0014 {
0015 const char SceneGraphicAreaAnnotation[] = "SceneGraphicAreaAnnotation";
0016 const char SceneGraphicGroundOverlay[] = "SceneGraphicGroundOverlay";
0017 const char SceneGraphicTextAnnotation[] = "SceneGraphicTextAnnotation";
0018 const char SceneGraphicPolylineAnnotation[] = "SceneGraphicPolylineAnnotation";
0019 }
0020 
0021 }