Loading...
Searching...
No Matches
te::qt::widgets::MarkExternalGraphicPropertyItem Class Reference

A widget used to define the graphic mark external graphic se object. More...

#include <MarkExternalGraphicPropertyItem.h>

Inheritance diagram for te::qt::widgets::MarkExternalGraphicPropertyItem:
te::qt::widgets::CheckboxStylePropertyItem te::qt::widgets::StylePropertyItem te::qt::widgets::AbstractPropertyItem

Initializer Methods

Methods related to instantiation and destruction.

QtProperty * m_onLineResourceProperty
 
QtProperty * m_inLineContentProperty
 
te::se::InlineContentm_inlineContent
 
std::string m_format
 
int m_size
 
 MarkExternalGraphicPropertyItem (QtProperty *parent, QtTreePropertyBrowser *propertyBrowser, StylePropertyItemListener *listener, QColor c)
 Constructor.
 
 ~MarkExternalGraphicPropertyItem ()
 Destructor.
 
bool setExternalGraphic (const te::se::ExternalGraphic *externalGraphic)
 
te::se::ExternalGraphicgetExternalGraphic () const
 
void setGraphicSize (int size)
 
virtual void setDlg (QWidget *parent, QtProperty *prop)
 
virtual void showOnLineResourceDlg ()
 
virtual void showInLineContentDlg ()
 

Initializer Methods

Methods related to instantiation and destruction.

StylePropertyItemListenerm_listener
 
std::vector< QtProperty * > m_vecProperties
 
void addListenerToProperty (QtProperty *p)
 
bool propertyHasListener (QtProperty *p)
 
virtual void valueChanged (QtProperty *p, const QVariant &qVariant) override
 

Initializer Methods

Methods related to instantiation and destruction.

QtTreePropertyBrowser * m_propertyBrowser
 
QColor m_colorParent
 
bool m_enableListeners
 
QtProperty * m_itemProperty
 
QtProperty * getItemProperty () const
 
void setPropertyColor (QtProperty *property, QColor c)
 
void addProperty (QtProperty *qProperty, const QColor &qColor)
 
void addSubProperty (QtProperty *qPropertyParent, QtProperty *qProperty, const QColor &qColor)
 
void setExpandedStatus (QtBrowserItem *item, bool status, bool applyToChildren)
 
void setExpandedStatus (bool status, bool applyToChildren)
 
void setChildrenEnabled (bool enabled)
 
virtual void valueChanged (QtProperty *p, int value)
 
virtual void valueChanged (QtProperty *p, double value)
 
virtual void valueChanged (QtProperty *p, const QString &value)
 
virtual void valueChanged (QtProperty *p, const QColor &value)
 
virtual void valueChanged (QtProperty *p, const QFont &value)
 
virtual void valueChanged (QtProperty *p, const QSize &value)
 
virtual void valueChanged (QtProperty *p, const QSizeF &value)
 
virtual void valueChanged (QtProperty *p, const QPointF &value)
 
void init (QtProperty *property)
 
static QString getValueFromEnumProperty (QtProperty *enumPropertyItem)
 
static void setValueToEnumProperty (QtProperty *enumPropertyItem, const QString &value)
 

Initializer Methods

Methods related to instantiation and destruction.

bool isChecked () const
 
void setChecked (bool checked)
 
virtual void valueChanged (QtProperty *p, bool value)
 
QtProperty * m_checkableProperty
 
void checkedStateChanged (CheckboxStylePropertyItem *stylePropertyItem)
 
void setCheckableProperty (QtProperty *qtProperty)
 

Detailed Description

A widget used to define the graphic mark external graphic se object.

A widget used to define the graphic mark glyph se object.

  • online resource
  • inline contents
  • font
  • char
  • fill

Definition at line 62 of file MarkExternalGraphicPropertyItem.h.

Constructor & Destructor Documentation

◆ MarkExternalGraphicPropertyItem()

te::qt::widgets::MarkExternalGraphicPropertyItem::MarkExternalGraphicPropertyItem ( QtProperty * parent,
QtTreePropertyBrowser * propertyBrowser,
StylePropertyItemListener * listener,
QColor c )

Constructor.

◆ ~MarkExternalGraphicPropertyItem()

te::qt::widgets::MarkExternalGraphicPropertyItem::~MarkExternalGraphicPropertyItem ( )

Destructor.

Member Function Documentation

◆ addListenerToProperty()

void te::qt::widgets::StylePropertyItem::addListenerToProperty ( QtProperty * p)
inherited

◆ addProperty()

void te::qt::widgets::AbstractPropertyItem::addProperty ( QtProperty * qProperty,
const QColor & qColor )
inherited

◆ addSubProperty()

void te::qt::widgets::AbstractPropertyItem::addSubProperty ( QtProperty * qPropertyParent,
QtProperty * qProperty,
const QColor & qColor )
inherited

◆ checkedStateChanged

void te::qt::widgets::CheckboxStylePropertyItem::checkedStateChanged ( CheckboxStylePropertyItem * stylePropertyItem)
signalinherited

◆ getExternalGraphic()

te::se::ExternalGraphic * te::qt::widgets::MarkExternalGraphicPropertyItem::getExternalGraphic ( ) const

◆ getItemProperty()

QtProperty * te::qt::widgets::AbstractPropertyItem::getItemProperty ( ) const
inherited

◆ getValueFromEnumProperty()

static QString te::qt::widgets::AbstractPropertyItem::getValueFromEnumProperty ( QtProperty * enumPropertyItem)
staticinherited

◆ init()

void te::qt::widgets::AbstractPropertyItem::init ( QtProperty * property)
protectedinherited

◆ isChecked()

bool te::qt::widgets::CheckboxStylePropertyItem::isChecked ( ) const
inherited

◆ propertyHasListener()

bool te::qt::widgets::StylePropertyItem::propertyHasListener ( QtProperty * p)
inherited

References slots.

◆ setCheckableProperty()

void te::qt::widgets::CheckboxStylePropertyItem::setCheckableProperty ( QtProperty * qtProperty)
privateinherited

◆ setChecked()

void te::qt::widgets::CheckboxStylePropertyItem::setChecked ( bool checked)
inherited

References slots.

◆ setChildrenEnabled()

void te::qt::widgets::AbstractPropertyItem::setChildrenEnabled ( bool enabled)
inherited

◆ setDlg

virtual void te::qt::widgets::MarkExternalGraphicPropertyItem::setDlg ( QWidget * parent,
QtProperty * prop )
virtualslot

◆ setExpandedStatus() [1/2]

void te::qt::widgets::AbstractPropertyItem::setExpandedStatus ( bool status,
bool applyToChildren )
inherited

◆ setExpandedStatus() [2/2]

void te::qt::widgets::AbstractPropertyItem::setExpandedStatus ( QtBrowserItem * item,
bool status,
bool applyToChildren )
inherited

◆ setExternalGraphic()

bool te::qt::widgets::MarkExternalGraphicPropertyItem::setExternalGraphic ( const te::se::ExternalGraphic * externalGraphic)

◆ setGraphicSize()

void te::qt::widgets::MarkExternalGraphicPropertyItem::setGraphicSize ( int size)

References slots.

◆ setPropertyColor()

void te::qt::widgets::AbstractPropertyItem::setPropertyColor ( QtProperty * property,
QColor c )
inherited

◆ setValueToEnumProperty()

static void te::qt::widgets::AbstractPropertyItem::setValueToEnumProperty ( QtProperty * enumPropertyItem,
const QString & value )
staticinherited

References slots.

◆ showInLineContentDlg

virtual void te::qt::widgets::MarkExternalGraphicPropertyItem::showInLineContentDlg ( )
virtualslot

◆ showOnLineResourceDlg

virtual void te::qt::widgets::MarkExternalGraphicPropertyItem::showOnLineResourceDlg ( )
virtualslot

◆ valueChanged [1/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QColor & value )
virtualslotinherited

◆ valueChanged [2/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QFont & value )
virtualslotinherited

◆ valueChanged [3/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QPointF & value )
virtualslotinherited

◆ valueChanged [4/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QSize & value )
virtualslotinherited

◆ valueChanged [5/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QSizeF & value )
virtualslotinherited

◆ valueChanged [6/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
const QString & value )
virtualslotinherited

◆ valueChanged [7/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
double value )
virtualslotinherited

◆ valueChanged [8/10]

virtual void te::qt::widgets::AbstractPropertyItem::valueChanged ( QtProperty * p,
int value )
virtualslotinherited

◆ valueChanged [9/10]

virtual void te::qt::widgets::CheckboxStylePropertyItem::valueChanged ( QtProperty * p,
bool value )
virtualslotinherited

◆ valueChanged [10/10]

virtual void te::qt::widgets::StylePropertyItem::valueChanged ( QtProperty * p,
const QVariant & qVariant )
overridevirtualslotinherited

Member Data Documentation

◆ m_checkableProperty

QtProperty* te::qt::widgets::CheckboxStylePropertyItem::m_checkableProperty
privateinherited

Definition at line 82 of file CheckboxStylePropertyItem.h.

◆ m_colorParent

QColor te::qt::widgets::AbstractPropertyItem::m_colorParent
protectedinherited

Definition at line 123 of file AbstractPropertyItem.h.

◆ m_enableListeners

bool te::qt::widgets::AbstractPropertyItem::m_enableListeners
protectedinherited

Definition at line 124 of file AbstractPropertyItem.h.

◆ m_format

std::string te::qt::widgets::MarkExternalGraphicPropertyItem::m_format
protected

Definition at line 98 of file MarkExternalGraphicPropertyItem.h.

◆ m_inlineContent

te::se::InlineContent* te::qt::widgets::MarkExternalGraphicPropertyItem::m_inlineContent
protected

Definition at line 97 of file MarkExternalGraphicPropertyItem.h.

◆ m_inLineContentProperty

QtProperty* te::qt::widgets::MarkExternalGraphicPropertyItem::m_inLineContentProperty
protected

Definition at line 95 of file MarkExternalGraphicPropertyItem.h.

◆ m_itemProperty

QtProperty* te::qt::widgets::AbstractPropertyItem::m_itemProperty
protectedinherited

Definition at line 125 of file AbstractPropertyItem.h.

◆ m_listener

StylePropertyItemListener* te::qt::widgets::StylePropertyItem::m_listener
protectedinherited

Definition at line 90 of file StylePropertyItem.h.

◆ m_onLineResourceProperty

QtProperty* te::qt::widgets::MarkExternalGraphicPropertyItem::m_onLineResourceProperty
protected

Definition at line 94 of file MarkExternalGraphicPropertyItem.h.

◆ m_propertyBrowser

QtTreePropertyBrowser* te::qt::widgets::AbstractPropertyItem::m_propertyBrowser
protectedinherited

Definition at line 121 of file AbstractPropertyItem.h.

◆ m_size

int te::qt::widgets::MarkExternalGraphicPropertyItem::m_size
protected

Definition at line 99 of file MarkExternalGraphicPropertyItem.h.

◆ m_vecProperties

std::vector<QtProperty*> te::qt::widgets::StylePropertyItem::m_vecProperties
protectedinherited

Definition at line 91 of file StylePropertyItem.h.


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