4 #include "OpenGL_Includes.h"
8 #include <QtQuick/QQuickView>
22 void update(
const std::shared_ptr<geGIS::FeatureObject> _selectedFeature);
33 QQuickView* legendview;
Definition: LegendComboBoxModel.h:17
Definition: FeaturePanel.h:10
void raisePanel()
Definition: LegendPanel.cpp:127
void update(const std::shared_ptr< geGIS::FeatureObject > _selectedFeature)
Definition: LegendPanel.cpp:46
void hidePanel()
Definition: LegendPanel.cpp:122
Definition: ModelLayer.h:85
Definition: LegendPanel.h:14
void changeFeatureSelection(geGIS::ModelLayerSelection _sel)
Definition: LegendPanel.cpp:111
void changeAttributeSelection(LegendAttributeSelection _attribute)
Definition: LegendPanel.cpp:77
Definition: LegendComboBoxModel.h:11
LegendPanel(GlobeEngineUI *_parent, std::string _qmlpath)
Definition: LegendPanel.cpp:15
~LegendPanel()
Definition: LegendPanel.cpp:41
Definition: GlobeEngineUI.h:29