A widget used to adjust a temporal layer's properties.  
 More...
#include <TemporalPropertiesWidget.h>
A widget used to adjust a temporal layer's properties. 
Definition at line 58 of file TemporalPropertiesWidget.h.
 
      
        
          | te::qt::widgets::TemporalPropertiesWidget::TemporalPropertiesWidget  | 
          ( | 
          QWidget *  | 
          parent = 0,  | 
        
        
           | 
           | 
          Qt::WindowFlags  | 
          f = 0  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Constructor. 
- Parameters
 - 
  
    | parent | this widget's parent  | 
    | f | Window flags used to configure this widget  | 
  
   
 
 
      
        
          | te::qt::widgets::TemporalPropertiesWidget::~TemporalPropertiesWidget  | 
          ( | 
           | ) | 
           | 
        
      
 
 
      
        
          | int te::qt::widgets::TemporalPropertiesWidget::getDateFormat  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the format that the indicates how the date will be displayed. 
- Returns
 - The format that the indicates how the date will be displayed. 
 
 
 
      
        
          | int te::qt::widgets::TemporalPropertiesWidget::getDateType  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the index of the datetime type. 
- Returns
 - The index of the datetime type. 
 
 
 
      
        
          | Ui::TemporalPropertiesWidgetForm* te::qt::widgets::TemporalPropertiesWidget::getForm  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a pointer to the widget's form. 
- Returns
 - A TemporalPropertiesWidgetForm type pointer to the widget's form. 
 
- Note
 - The caller will not take ownership of the returned pointer. 
 
 
 
      
        
          | int te::qt::widgets::TemporalPropertiesWidget::getOrdinalType  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the selected ordinal type. 
- Returns
 - The selected Ordinal Type. 
 
 
 
      
        
          | std::string te::qt::widgets::TemporalPropertiesWidget::getPhenomenonTime  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the name of the property that holds the Phenomenom Time. 
- Returns
 - The name of the property that holds the Phenomenom Time. 
 
 
 
      
        
          | std::string te::qt::widgets::TemporalPropertiesWidget::getResultTime  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the name of the property that holds the Result Time. 
- Returns
 - The name of the property that holds the result Time. 
 
 
 
      
        
          | int te::qt::widgets::TemporalPropertiesWidget::getTemporalUnit  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the selected temporal unit. 
- Returns
 - The selected temporal unit. 
 
 
 
      
        
          | std::string te::qt::widgets::TemporalPropertiesWidget::getTemporalValue  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a custom (user-defined) temporal unit. 
- Returns
 - A custom (user-defined) temporal unit 
 
 
 
      
        
          | std::string te::qt::widgets::TemporalPropertiesWidget::getUserOrdinalType  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns a custom (user-defined) Ordinal Type. 
- Returns
 - A custom (user-defined) Ordinal Type. 
 
 
 
      
        
          | std::string te::qt::widgets::TemporalPropertiesWidget::getValidTime  | 
          ( | 
           | ) | 
           | 
        
      
 
Returns the name of the property that holds the Valid Time. 
- Returns
 - The name of the property that holds the valid Time. 
 
 
 
  
  
      
        
          | void te::qt::widgets::TemporalPropertiesWidget::onOrdTypeCBCurrentIndexChanged  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::TemporalPropertiesWidget::onTypeCBCurrentIndexChanged  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
  
  
      
        
          | void te::qt::widgets::TemporalPropertiesWidget::onUnitTypeCBCurrentIndexChanged  | 
          ( | 
          int  | 
          index | ) | 
           | 
         
       
   | 
  
protectedslot   | 
  
 
 
Adjusts the widget values according to the given datasettype. 
- Parameters
 - 
  
    | dataType | The datasetType that will be used to configure the widget.  | 
  
   
 
 
  
  
      
        
          | std::auto_ptr<Ui::TemporalPropertiesWidgetForm> te::qt::widgets::TemporalPropertiesWidget::m_ui | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: