#include <SlicingColorMapWidget.h>
Signals | |
void | applyPushButtonClicked () |
Public Member Functions | |
te::se::ColorMap * | getColorMap () |
Ui::SlicingColorMapForm * | getForm () |
void | setColorMap (te::se::ColorMap *cm) |
void | setRaster (te::rst::Raster *r) |
Initializer Methods | |
Methods related to instantiation and destruction. | |
SlicingColorMapWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
Constructs a SlicingColorMapWidget which is a child of parent, with widget flags set to f. More... | |
~SlicingColorMapWidget () | |
Destructor. More... | |
Protected Slots | |
void | onApplyPushButtonClicked () |
void | onBandSelected (int band) |
void | onTableWidgetItemDoubleClicked (QTableWidgetItem *item) |
Protected Member Functions | |
void | updateUi (bool loadColorBar=false) |
Updates the widget form based on internal fill element. More... | |
Private Member Functions | |
SlicingColorMapWidget & | operator= (const SlicingColorMapWidget &rhs) |
SlicingColorMapWidget (const SlicingColorMapWidget &rhs) | |
Private Attributes | |
te::color::ColorBar * | m_cb |
Terralib color bar object. More... | |
te::se::ColorMap * | m_cm |
SE Color Map element. More... | |
te::qt::widgets::ColorCatalogWidget * | m_colorBar |
Widget used to pick a color. More... | |
te::rst::Raster * | m_raster |
TerraLib raster object. More... | |
std::unique_ptr< Ui::SlicingColorMapForm > | m_ui |
Dialog form. More... | |
Definition at line 75 of file SlicingColorMapWidget.h.
te::qt::widgets::SlicingColorMapWidget::SlicingColorMapWidget | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Constructs a SlicingColorMapWidget which is a child of parent, with widget flags set to f.
te::qt::widgets::SlicingColorMapWidget::~SlicingColorMapWidget | ( | ) |
Destructor.
|
private |
|
signal |
te::se::ColorMap* te::qt::widgets::SlicingColorMapWidget::getColorMap | ( | ) |
Ui::SlicingColorMapForm* te::qt::widgets::SlicingColorMapWidget::getForm | ( | ) |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
private |
void te::qt::widgets::SlicingColorMapWidget::setColorMap | ( | te::se::ColorMap * | cm | ) |
void te::qt::widgets::SlicingColorMapWidget::setRaster | ( | te::rst::Raster * | r | ) |
|
protected |
Updates the widget form based on internal fill element.
|
private |
Terralib color bar object.
Definition at line 130 of file SlicingColorMapWidget.h.
|
private |
SE Color Map element.
Definition at line 129 of file SlicingColorMapWidget.h.
|
private |
Widget used to pick a color.
Definition at line 128 of file SlicingColorMapWidget.h.
|
private |
TerraLib raster object.
Definition at line 131 of file SlicingColorMapWidget.h.
|
private |
Dialog form.
Definition at line 127 of file SlicingColorMapWidget.h.