te::qt::widgets::GraphicProperty Class Reference

A widget used to define the general properties of a se object. More...

#include <GraphicProperty.h>

Inheritance diagram for te::qt::widgets::GraphicProperty:
QWidget

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
bool setGraphic (const te::se::Graphic *graphic)
 
te::se::GraphicgetGraphic () const
 

Protected Attributes

te::qt::widgets::GlyphMarkPropertyItemm_gp
 
te::se::Graphicm_graphic
 
te::qt::widgets::GraphicPropertyItemm_graphp
 
te::qt::widgets::LocalImagePropertyItemm_li
 
te::qt::widgets::WellKnownMarkPropertyItemm_mp
 
bool m_setLocalGraphic
 

Detailed Description

A widget used to define the general properties of a se object.

Definition at line 60 of file GraphicProperty.h.

Constructor & Destructor Documentation

te::qt::widgets::GraphicProperty::~GraphicProperty ( )
default

Destructor.

Referenced by GraphicProperty().

Member Function Documentation

void te::qt::widgets::GraphicProperty::graphicChanged ( )
signal

This signal is emitted when the internal graphic element is changed.

Referenced by GraphicProperty(), onGlyphMarkChanged(), onGraphicPropertyChanged(), onLocalImageChanged(), and onWellKnownMarkChanged().

void te::qt::widgets::GraphicProperty::onGlyphMarkChanged ( )
slot
void te::qt::widgets::GraphicProperty::onLocalImageChanged ( )
slot
void te::qt::widgets::GraphicProperty::onWellKnownMarkChanged ( )
slot

Member Data Documentation

te::qt::widgets::GlyphMarkPropertyItem* te::qt::widgets::GraphicProperty::m_gp
protected

Definition at line 110 of file GraphicProperty.h.

Referenced by GraphicProperty(), onGlyphMarkChanged(), and setGraphic().

te::se::Graphic* te::qt::widgets::GraphicProperty::m_graphic
protected
te::qt::widgets::GraphicPropertyItem* te::qt::widgets::GraphicProperty::m_graphp
protected

Definition at line 108 of file GraphicProperty.h.

Referenced by GraphicProperty(), onGraphicPropertyChanged(), and setGraphic().

te::qt::widgets::LocalImagePropertyItem* te::qt::widgets::GraphicProperty::m_li
protected

Definition at line 111 of file GraphicProperty.h.

Referenced by GraphicProperty(), onLocalImageChanged(), and setGraphic().

te::qt::widgets::WellKnownMarkPropertyItem* te::qt::widgets::GraphicProperty::m_mp
protected

Definition at line 109 of file GraphicProperty.h.

Referenced by GraphicProperty(), onWellKnownMarkChanged(), and setGraphic().

bool te::qt::widgets::GraphicProperty::m_setLocalGraphic
protected

The documentation for this class was generated from the following files: