27 #ifndef __TERRALIB_MNT_INTERNAL_LAYERSEARCHDIALOG_H
28 #define __TERRALIB_MNT_INTERNAL_LAYERSEARCHDIALOG_H
32 #include "../../maptools/AbstractLayer.h"
34 #include "../core/Config.h"
35 #include "../core/Enums.h"
45 namespace Ui {
class MNTLayerSearchDialogForm; }
60 void setLayers(std::list<te::map::AbstractLayerPtr> layers);
89 std::unique_ptr<Ui::MNTLayerSearchDialogForm>
m_ui;
void onOkPushButtonClicked()
te::map::AbstractLayerPtr m_selectLayer
Selected Layer.
void onothersEnabled(bool)
std::unique_ptr< Ui::MNTLayerSearchDialogForm > m_ui
void oncontainsEnabled(bool)
const QString & GetGeometryName(te::gm::GeomType t)
void setLayers(std::list< te::map::AbstractLayerPtr > layers)
LayerSearchDialog(QWidget *parent=0, Qt::WindowFlags f=0, bool mnt=true)
void onequalsEnabled(bool)
void onCancelPushButtonClicked()
void onsamplesEnabled(bool)
void onstartsEnabled(bool)
void onisolinesEnabled(bool)
std::list< te::map::AbstractLayerPtr > m_layers
List of layers.
void onnameLineEditEditingFinished()
Qt::MatchFlags m_matchflags
void setActive(const QList< mntType > &types)
te::map::AbstractLayerPtr getLayer()
GeomType
Each enumerated type is compatible with a Well-known Binary (WKB) type code.
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
#define TEMNTEXPORT
You can use this macro in order to export/import classes and functions from this module.