A dialog used to build a ImageOutlineWidget element. More...
#include <ImageOutlineWidget.h>
Public Member Functions | |
| te::se::ImageOutline * | getImageOutline () const |
| void | setImageOutline (const te::se::ImageOutline *io) |
Initializer Methods | |
Methods related to instantiation and destruction. | |
| ImageOutlineWidget (QWidget *parent=0, Qt::WindowFlags f=0) | |
| Constructs a ImageOutlineWidget dialog which is a child of parent, with widget flags set to f. More... | |
| ~ImageOutlineWidget () | |
| Destructor. More... | |
Protected Slots | |
| void | onNoneSymbolizerClicked () |
| void | onPolygonSymbolizerClicked () |
| void | onPolygonSymbolizerCreated () |
Protected Member Functions | |
| void | deleteInterfaces () |
| void | updateUi () |
| Updates the widget form based on internal mark element. More... | |
Private Attributes | |
| te::se::ImageOutline * | m_io |
| SE Image Outline element. More... | |
| QGridLayout * | m_layout |
| Qt Layout object. More... | |
| te::qt::widgets::SymbolPreviewWidget * | m_preview |
| Preview Widget used to visualize the symbol. More... | |
| te::qt::widgets::PolygonSymbolizerWidget * | m_psWidget |
| Polygon Symbolizer UI. More... | |
| std::auto_ptr < Ui::ImageOutlineWidgetForm > | m_ui |
| Dialog form. More... | |
A dialog used to build a ImageOutlineWidget element.
Definition at line 65 of file ImageOutlineWidget.h.
| te::qt::widgets::ImageOutlineWidget::ImageOutlineWidget | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | f = 0 |
||
| ) |
Constructs a ImageOutlineWidget dialog which is a child of parent, with widget flags set to f.
| te::qt::widgets::ImageOutlineWidget::~ImageOutlineWidget | ( | ) |
Destructor.
|
protected |
| te::se::ImageOutline* te::qt::widgets::ImageOutlineWidget::getImageOutline | ( | ) | const |
|
protectedslot |
|
protectedslot |
|
protectedslot |
| void te::qt::widgets::ImageOutlineWidget::setImageOutline | ( | const te::se::ImageOutline * | io | ) |
|
protected |
Updates the widget form based on internal mark element.
|
private |
SE Image Outline element.
Definition at line 118 of file ImageOutlineWidget.h.
|
private |
Qt Layout object.
Definition at line 116 of file ImageOutlineWidget.h.
|
private |
Preview Widget used to visualize the symbol.
Definition at line 114 of file ImageOutlineWidget.h.
|
private |
Polygon Symbolizer UI.
Definition at line 113 of file ImageOutlineWidget.h.
|
private |
Dialog form.
Definition at line 111 of file ImageOutlineWidget.h.