A dialog used to build a OverlapBehaviorWidget element. More...
#include <OverlapBehaviorWidget.h>
Public Member Functions | |
te::se::RasterSymbolizer::OverlapBehavior | getOverlapBehavior () const |
void | setOverlapBehavior (te::se::RasterSymbolizer::OverlapBehavior value) |
Initializer Methods | |
Methods related to instantiation and destruction. | |
OverlapBehaviorWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
Constructs a OverlapBehaviorWidget dialog which is a child of parent, with widget flags set to f. More... | |
~OverlapBehaviorWidget () | |
Destructor. More... | |
Protected Slots | |
void | onValueChanged (QString value) |
Protected Member Functions | |
void | initialize () |
Internal method to initialize the widget (e.g.: color, combos, icons, etc.) More... | |
void | updateUi () |
Updates the widget form based on internal element. More... | |
Private Attributes | |
te::se::RasterSymbolizer::OverlapBehavior | m_ob |
std::map< te::se::RasterSymbolizer::OverlapBehavior, QString > | m_obNames |
std::auto_ptr< Ui::OverlapBehaviorWidgetForm > | m_ui |
Dialog form. More... | |
A dialog used to build a OverlapBehaviorWidget element.
Definition at line 62 of file OverlapBehaviorWidget.h.
te::qt::widgets::OverlapBehaviorWidget::OverlapBehaviorWidget | ( | QWidget * | parent = 0 , |
Qt::WindowFlags | f = 0 |
||
) |
Constructs a OverlapBehaviorWidget dialog which is a child of parent, with widget flags set to f.
te::qt::widgets::OverlapBehaviorWidget::~OverlapBehaviorWidget | ( | ) |
Destructor.
te::se::RasterSymbolizer::OverlapBehavior te::qt::widgets::OverlapBehaviorWidget::getOverlapBehavior | ( | ) | const |
|
protected |
Internal method to initialize the widget (e.g.: color, combos, icons, etc.)
|
protectedslot |
void te::qt::widgets::OverlapBehaviorWidget::setOverlapBehavior | ( | te::se::RasterSymbolizer::OverlapBehavior | value | ) |
|
protected |
Updates the widget form based on internal element.
|
private |
Definition at line 104 of file OverlapBehaviorWidget.h.
|
private |
Definition at line 102 of file OverlapBehaviorWidget.h.
|
private |
Dialog form.
Definition at line 101 of file OverlapBehaviorWidget.h.