A widget used to controll the style se element. More...
#include <StyleControllerWidget.h>
Signals | |
| void | mapRefresh () |
Public Member Functions | |
| StyleExplorer * | getStyleExplorer () const |
| void | setStyle (te::se::Style *style) |
| Sets a style element to this widget. More... | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
| StyleControllerWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a StyleControllerWidget which is a child of parent, with widget flags set to f. More... | |
| ~StyleControllerWidget () | |
| Destructor. More... | |
Protected Slots | |
| void | changeLegendIconSize (int size) |
| void | onAddSymbolizerClicked () |
| void | onDownSymbolizerClicked () |
| void | onLibraryManagerClicked () |
| void | onMapRefreshClicked () |
| void | onRemoveSymbolizerClicked () |
| void | onUpSymbolizerClicked () |
Protected Member Functions | |
| void | updateUi () |
| Updates the widget form based on internal mark element. More... | |
Private Attributes | |
| te::qt::widgets::StyleExplorer * | m_explorer |
| A style explorer used to explore the style. More... | |
| std::auto_ptr< Ui::StyleControllerWidgetForm > | m_ui |
| Widget form. More... | |
A widget used to controll the style se element.
Definition at line 65 of file StyleControllerWidget.h.
| te::qt::widgets::StyleControllerWidget::StyleControllerWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructs a StyleControllerWidget which is a child of parent, with widget flags set to f.
| te::qt::widgets::StyleControllerWidget::~StyleControllerWidget | ( | ) |
Destructor.
|
protectedslot |
| StyleExplorer* te::qt::widgets::StyleControllerWidget::getStyleExplorer | ( | ) | const |
|
signal |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
| void te::qt::widgets::StyleControllerWidget::setStyle | ( | te::se::Style * | style | ) |
Sets a style element to this widget.
| style | A valid style element. |
|
protected |
Updates the widget form based on internal mark element.
|
private |
A style explorer used to explore the style.
Definition at line 126 of file StyleControllerWidget.h.
|
private |
Widget form.
Definition at line 125 of file StyleControllerWidget.h.