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:

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 ( QWidget *  parent)

Constructor.

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

Destructor.

Member Function Documentation

te::se::Graphic* te::qt::widgets::GraphicProperty::getGraphic ( ) const
void te::qt::widgets::GraphicProperty::graphicChanged ( )
signal

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

void te::qt::widgets::GraphicProperty::onGlyphMarkChanged ( )
slot
void te::qt::widgets::GraphicProperty::onGraphicPropertyChanged ( )
slot
void te::qt::widgets::GraphicProperty::onLocalImageChanged ( )
slot
void te::qt::widgets::GraphicProperty::onWellKnownMarkChanged ( )
slot
bool te::qt::widgets::GraphicProperty::setGraphic ( const te::se::Graphic graphic)

Member Data Documentation

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

Definition at line 110 of file GraphicProperty.h.

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

Definition at line 115 of file GraphicProperty.h.

te::qt::widgets::GraphicPropertyItem* te::qt::widgets::GraphicProperty::m_graphp
protected

Definition at line 108 of file GraphicProperty.h.

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

Definition at line 111 of file GraphicProperty.h.

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

Definition at line 109 of file GraphicProperty.h.

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

Definition at line 113 of file GraphicProperty.h.


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