A widget used to build a well known mark element.
More...
#include <WellKnownMarkWidget.h>
|
void | updateUi () |
| Updates the widget form based on internal mark element. More...
|
|
A widget used to build a well known mark element.
Definition at line 64 of file WellKnownMarkWidget.h.
te::qt::widgets::WellKnownMarkWidget::WellKnownMarkWidget |
( |
QWidget * |
parent = 0 , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
Constructs a well known mark widget which is a child of parent, with widget flags set to f.
te::qt::widgets::WellKnownMarkWidget::~WellKnownMarkWidget |
( |
| ) |
|
te::se::Mark* te::qt::widgets::WellKnownMarkWidget::getMark |
( |
| ) |
const |
Gets the configured mark element.
- Returns
- The configured mark element.
- Note
- The caller will take the ownership of the returned mark.
void te::qt::widgets::WellKnownMarkWidget::markChanged |
( |
| ) |
|
|
signal |
This signal is emitted when the internal mark element is changed.
void te::qt::widgets::WellKnownMarkWidget::onFillChanged |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::WellKnownMarkWidget::onFillGroupBoxToggled |
( |
bool |
on | ) |
|
|
protectedslot |
void te::qt::widgets::WellKnownMarkWidget::onMarkTypeComboBoxCurrentIndexChanged |
( |
const QString & |
currentText | ) |
|
|
protectedslot |
void te::qt::widgets::WellKnownMarkWidget::onStrokeChanged |
( |
| ) |
|
|
protectedslot |
void te::qt::widgets::WellKnownMarkWidget::onStrokeGroupBoxToggled |
( |
bool |
on | ) |
|
|
protectedslot |
void te::qt::widgets::WellKnownMarkWidget::setMark |
( |
const te::se::Mark * |
mark | ) |
|
Sets a mark element to this widget.
- Parameters
-
mark | A valid mark element. |
- Note
- The widget will NOT take the ownership of the given mark.
-
The widget form will be update based on given mark parameters.
void te::qt::widgets::WellKnownMarkWidget::updateUi |
( |
| ) |
|
|
protected |
Updates the widget form based on internal mark element.
std::vector<std::string> te::qt::widgets::WellKnownMarkWidget::m_supportedMarks |
|
private |
std::auto_ptr<Ui::WellKnownMarkWidgetForm> te::qt::widgets::WellKnownMarkWidget::m_ui |
|
private |
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/terralib5/src/terralib/qt/widgets/se/WellKnownMarkWidget.h