This file defines a class for a Query Dialog Dialog. More...
#include <QueryDialog.h>
  
Signals | |
| void | createLayer (te::map::AbstractLayerPtr layer) | 
| void | highlightLayerObjects (const te::map::AbstractLayerPtr &layer, te::da::DataSet *dataset, const QColor &color) | 
| void | layerSelectedObjectsChanged (const te::map::AbstractLayerPtr &layer) | 
Public Member Functions | |
| te::da::Where * | getWhere () | 
| virtual void | layerAdded (te::map::AbstractLayerPtr layer) | 
| This method is used to add a new layer.   | |
| virtual void | layerRemoved (te::map::AbstractLayerPtr layer) | 
| This method is used to remove a layer.   | |
| virtual void | layerSelected (te::map::AbstractLayerPtr layer) | 
| This method is used to set current layer.   | |
| QueryDialog (QWidget *parent=0, Qt::WindowFlags f=0) | |
| std::string | setAliasName (std::string value) | 
| This method is used to set the alias name.   | |
| void | setCurrentLayer (te::map::AbstractLayerPtr layer) | 
| This method is used to set current layer.   | |
| void | setLayerList (std::list< te::map::AbstractLayerPtr > &layerList) | 
| This method is used to set the list of layers.   | |
| ~QueryDialog () | |
Protected Slots | |
| void | onApplyPushButtonClicked () | 
| void | onCreateLayerPushButtonClicked () | 
| void | onInputLayerActivated (QString value) | 
Private Attributes | |
| std::unique_ptr< Ui::QueryDialogForm > | m_ui | 
| std::unique_ptr< te::qt::widgets::SpatialWhereClauseWidget > | m_whereClauseWidget | 
This file defines a class for a Query Dialog Dialog.
Definition at line 65 of file QueryDialog.h.
| te::qt::widgets::QueryDialog::QueryDialog | ( | QWidget * | parent = 0,  | 
        
| Qt::WindowFlags | f = 0  | 
        ||
| ) | 
| te::qt::widgets::QueryDialog::~QueryDialog | ( | ) | 
      
  | 
  signal | 
| te::da::Where * te::qt::widgets::QueryDialog::getWhere | ( | ) | 
      
  | 
  signal | 
This signal is emitted when the layer objects must be highlighted.
      
  | 
  virtual | 
This method is used to add a new layer.
Implements te::qt::widgets::InterfaceController.
      
  | 
  virtual | 
This method is used to remove a layer.
Implements te::qt::widgets::InterfaceController.
      
  | 
  virtual | 
This method is used to set current layer.
Implements te::qt::widgets::InterfaceController.
      
  | 
  signal | 
This signal is emitted when the layer selection changed.
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
      
  | 
  protectedslot | 
| std::string te::qt::widgets::QueryDialog::setAliasName | ( | std::string | value | ) | 
This method is used to set the alias name.
| void te::qt::widgets::QueryDialog::setCurrentLayer | ( | te::map::AbstractLayerPtr | layer | ) | 
This method is used to set current layer.
| void te::qt::widgets::QueryDialog::setLayerList | ( | std::list< te::map::AbstractLayerPtr > & | layerList | ) | 
This method is used to set the list of layers.
      
  | 
  private | 
Definition at line 139 of file QueryDialog.h.
      
  | 
  private | 
Definition at line 140 of file QueryDialog.h.