A dock widget for DataSetTableView objects.  
 More...
#include <DataSetTableDockWidget.h>
A dock widget for DataSetTableView objects. 
Definition at line 74 of file DataSetTableDockWidget.h.
 
      
        
          | te::qt::af::DataSetTableDockWidget::DataSetTableDockWidget  | 
          ( | 
          QWidget *  | 
          parent = 0 | ) | 
           | 
        
      
 
 
      
        
          | te::qt::af::DataSetTableDockWidget::~DataSetTableDockWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
Broadcasts the creation of a new chartWidget to the application. 
- Parameters
 - 
  
    | chartWidget | The widget containing the generated chart.  | 
  
   
 
 
Emitted before this widget was closed. 
 
 
Broadcasts the creation of a new chartWidget to the application. 
- Parameters
 - 
  
    | chartWidget | The widget containing the generated chart.  | 
  
   
 
 
Returns the layer being used. 
- Returns
 - Layer being used. 
 
 
 
Used for capture events sent by application framework. 
 
 
  
  
      
        
          | void te::qt::af::DataSetTableDockWidget::onAutoPanEnabled  | 
          ( | 
          const bool &  | 
          enabled | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
Enable or disable display auto pan to selecteds. 
- Parameters
 - 
  
    | enabled | Define enable or disable  | 
  
   
 
 
Removes the oids from the list of selected in the Layer. 
- Parameters
 - 
  
    | oids | Set of objects ids to be removed. | 
  
   
- Note
 - This WILL NOT TAKE the ownership of oids. 
 
 
 
Used for selection changed on table view. 
- Parameters
 - 
  
    | oids | The selected object ids. | 
    | add | True to add to previous selection, false to discard older selection. | 
    | env | Bounding box of the last object selected. | 
  
   
- Note
 - This function WILL TAKE the ownership of oids. It gives the ownership to the layer. 
 
 
 
      
        
          | void te::qt::af::DataSetTableDockWidget::setHighlightColor  | 
          ( | 
          QColor  | 
          color | ) | 
           | 
        
      
 
Defines the color to be used as Highlight. 
- Parameters
 - 
  
    | color | the Highlight color;  | 
  
   
 
 
      
        
          | void te::qt::af::DataSetTableDockWidget::setLayer  | 
          ( | 
          te::map::AbstractLayer *  | 
          layer,  | 
        
        
           | 
           | 
          const bool &  | 
          editable = true  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Sets the layer to be showed on view. This DOES NOT takes the ownership of layer. 
- Parameters
 - 
  
    | layer | The layer to be showed. | 
    | editable | True to allow layer editions.  | 
  
   
 
 
The documentation for this class was generated from the following file: