A widget used to define the general properties of a se object. More...
#include <GraphicProperty.h>
Public Slots | |
| void | onGlyphMarkChanged () |
| void | onGraphicPropertyChanged () |
| void | onLocalImageChanged () |
| void | onWellKnownMarkChanged () |
Signals | |
| void | graphicChanged () |
Public Member Functions | |
Initializer Methods | |
Methods related to instantiation and destruction. | |
| GraphicProperty (QWidget *parent) | |
| Constructor. More... | |
| ~GraphicProperty () | |
| Destructor. More... | |
Re-implementation of Pure Virtual Method | |
AbstractGraphicWidget methods. | |
| bool | setGraphic (const te::se::Graphic *graphic) |
| te::se::Graphic * | getGraphic () const |
A widget used to define the general properties of a se object.
Definition at line 60 of file GraphicProperty.h.
| te::qt::widgets::GraphicProperty::GraphicProperty | ( | QWidget * | parent | ) |
Constructor.
| te::qt::widgets::GraphicProperty::~GraphicProperty | ( | ) |
Destructor.
| te::se::Graphic* te::qt::widgets::GraphicProperty::getGraphic | ( | ) | const |
|
signal |
This signal is emitted when the internal graphic element is changed.
|
slot |
|
slot |
|
slot |
|
slot |
| bool te::qt::widgets::GraphicProperty::setGraphic | ( | const te::se::Graphic * | graphic | ) |
|
protected |
Definition at line 110 of file GraphicProperty.h.
|
protected |
Definition at line 115 of file GraphicProperty.h.
|
protected |
Definition at line 108 of file GraphicProperty.h.
|
protected |
Definition at line 111 of file GraphicProperty.h.
|
protected |
Definition at line 109 of file GraphicProperty.h.
|
protected |
Definition at line 113 of file GraphicProperty.h.