A widget used to adjust a Trajectory layer's properties.
More...
#include <TrajectoryPropertiesWidget.h>
A widget used to adjust a Trajectory layer's properties.
Definition at line 54 of file TrajectoryPropertiesWidget.h.
te::qt::widgets::TrajectoryPropertiesWidget::TrajectoryPropertiesWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructor.
- Parameters
-
dataSetType | The datasetType that will be used to generate a TrajectoryLayer. |
parent | this widget's parent |
f | Window flags used to configure this widget |
te::qt::widgets::TrajectoryPropertiesWidget::~TrajectoryPropertiesWidget |
( |
| ) |
|
Ui::TrajectoryPropertiesWidgetForm* te::qt::widgets::TrajectoryPropertiesWidget::getForm |
( |
| ) |
|
Returns a pointer to the widget's form.
- Returns
- A TrajectoryPropertiesWidgetForm type pointer to the widget's form.
- Note
- The caller will not take ownership of the returned pointer.
std::string te::qt::widgets::TrajectoryPropertiesWidget::getGeometryId |
( |
| ) |
|
Returns the name of the property that holds the temporal property geometry.
- Returns
- The name of the property that holds the temporal property geometry
int te::qt::widgets::TrajectoryPropertiesWidget::getId |
( |
| ) |
|
Returns the index of the temporal property id.
- Returns
- The temporal property id
- Note
- Will return an invalid index if the dataSeType hasn't been given.
void te::qt::widgets::TrajectoryPropertiesWidget::onPropertyComboBoxIndexChanged |
( |
QString |
text | ) |
|
|
protectedslot |
Adjusts the widget's components based on the given datasettype.
- Parameters
-
dataType | The datasetType that will be used to configure the widget. |
std::auto_ptr<Ui::TrajectoryPropertiesWidgetForm> te::qt::widgets::TrajectoryPropertiesWidget::m_ui |
|
private |
The documentation for this class was generated from the following file: