A dialog used to customize a graphic's parameters.
More...
#include <ChartProperties.h>
|
void | onApplyButtonClicked () |
| Called when the user clicks on the apply button. It will set the configurations to the ChartDisplayWidget being configured by this dialog.
|
|
void | onItemClicked (QListWidgetItem *current) |
| Called when the user clicks on one of the items available at the list.
|
|
A dialog used to customize a graphic's parameters.
Definition at line 55 of file ChartProperties.h.
◆ ChartProperties()
Constructor.
- Parameters
-
chartWidget | The widget that will be editted by this dialog. |
parent | The dialog's parent widget. |
◆ ~ChartProperties()
te::qt::widgets::ChartProperties::~ChartProperties |
( |
| ) |
|
◆ onApplyButtonClicked
void te::qt::widgets::ChartProperties::onApplyButtonClicked |
( |
| ) |
|
|
slot |
Called when the user clicks on the apply button. It will set the configurations to the ChartDisplayWidget being configured by this dialog.
◆ onItemClicked
void te::qt::widgets::ChartProperties::onItemClicked |
( |
QListWidgetItem * |
current | ) |
|
|
slot |
Called when the user clicks on one of the items available at the list.
- Parameters
-
current | The currently selected item of the list, it will be used to determine which type of chart the user wishes to configure. |
◆ m_chartWidget
◆ m_curComp
ChartWidget* te::qt::widgets::ChartProperties::m_curComp |
|
private |
◆ m_ui
std::unique_ptr<Ui::ChartPropertiesDialogForm> te::qt::widgets::ChartProperties::m_ui |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_release/src/terralib/qt/widgets/charts/ChartProperties.h