A dialog used to build a ShadedRelief element. More...
#include <ShadedReliefWidget.h>
Public Member Functions | |
| te::se::ShadedRelief * | getShadedRelief () const |
| void | setShadedRelief (const te::se::ShadedRelief *sr) |
Initializer Methods | |
Methods related to instantiation and destruction. | |
| ShadedReliefWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a ShadedReliefWidget dialog which is a child of parent, with widget flags set to f. More... | |
| ~ShadedReliefWidget () | |
| Destructor. More... | |
Protected Slots | |
| void | onBrightnessToggled (bool flag) |
| void | onFactorChanged (double 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 fill element. More... | |
Private Attributes | |
| te::se::ShadedRelief * | m_sr |
| SE Shaded relief element. More... | |
| std::auto_ptr < Ui::ShadedReliefWidgetForm > | m_ui |
| Dialog form. More... | |
A dialog used to build a ShadedRelief element.
Definition at line 61 of file ShadedReliefWidget.h.
| te::qt::widgets::ShadedReliefWidget::ShadedReliefWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructs a ShadedReliefWidget dialog which is a child of parent, with widget flags set to f.
| te::qt::widgets::ShadedReliefWidget::~ShadedReliefWidget | ( | ) |
Destructor.
| te::se::ShadedRelief* te::qt::widgets::ShadedReliefWidget::getShadedRelief | ( | ) | const |
|
protected |
Internal method to initialize the widget (e.g.: color, combos, icons, etc.)
|
protectedslot |
|
protectedslot |
| void te::qt::widgets::ShadedReliefWidget::setShadedRelief | ( | const te::se::ShadedRelief * | sr | ) |
|
protected |
Updates the widget form based on internal fill element.
|
private |
SE Shaded relief element.
Definition at line 107 of file ShadedReliefWidget.h.
|
private |
Dialog form.
Definition at line 106 of file ShadedReliefWidget.h.