Inkscape
Vector Graphics Editor
|
#include <style-internal.h>
Public Member Functions | |
SPILigatures () | |
~SPILigatures () override=default | |
void | read (gchar const *str) override |
const Glib::ustring | get_value () const override |
![]() | |
SPIEnum (_SPCSSFontVariantLigatures_int value=_SPCSSFontVariantLigatures_int(), bool inherits=true) | |
~SPIEnum () override=default | |
void | clear () override |
void | cascade (const SPIBase *const parent) override |
void | merge (const SPIBase *const parent) override |
SPIEnum & | operator= (const SPIEnum &rhs) |
bool | equals (const SPIBase &rhs) const override |
![]() | |
SPIBase (bool inherits_=true) | |
virtual | ~SPIBase ()=default |
void | readIfUnset (gchar const *str, SPStyleSrc source=SPStyleSrc::STYLE_PROP) |
void | readAttribute (Inkscape::XML::Node *repr) |
bool | shall_write (guint const flags=SP_STYLE_FLAG_IFSET, SPStyleSrc const &style_src_req=SPStyleSrc::STYLE_PROP, SPIBase const *const base=nullptr) const |
Check if this property should be written. | |
virtual const Glib::ustring | write (guint const flags=SP_STYLE_FLAG_IFSET, SPStyleSrc const &style_src_req=SPStyleSrc::STYLE_PROP, SPIBase const *const base=nullptr) const |
Compile this style conditionally into a 'name: value' string suitable for css attrs. | |
void | overwrite (const SPIBase *const other) |
void | setStylePointer (SPStyle *style_in) |
SPIBase & | operator= (const SPIBase &rhs)=default |
bool | operator== (const SPIBase &rhs) const |
virtual SPAttr | id () const |
Glib::ustring const & | name () const |
Additional Inherited Members | |
![]() | |
_SPCSSFontVariantLigatures_int | value |
_SPCSSFontVariantLigatures_int | computed |
![]() | |
bool | inherits: 1 |
bool | set: 1 |
bool | inherit: 1 |
bool | important: 1 |
SPStyleSrc | style_src |
![]() | |
char const * | important_str () const |
![]() | |
SPStyle * | style |
Definition at line 558 of file style-internal.h.
|
inline |
Definition at line 562 of file style-internal.h.
|
overridedefault |
|
overridevirtual |
Reimplemented from SPIEnum< _SPCSSFontVariantLigatures_int >.
Definition at line 1059 of file style-internal.cpp.
References SPIBase::inherit, SP_CSS_FONT_VARIANT_LIGATURES_COMMON, SP_CSS_FONT_VARIANT_LIGATURES_CONTEXTUAL, SP_CSS_FONT_VARIANT_LIGATURES_DISCRETIONARY, SP_CSS_FONT_VARIANT_LIGATURES_HISTORICAL, SP_CSS_FONT_VARIANT_LIGATURES_NONE, SP_CSS_FONT_VARIANT_LIGATURES_NORMAL, and SPIEnum< _SPCSSFontVariantLigatures_int >::value.
|
overridevirtual |
Reimplemented from SPIEnum< _SPCSSFontVariantLigatures_int >.
Definition at line 1018 of file style-internal.cpp.
References SPIEnum< _SPCSSFontVariantLigatures_int >::computed, enum_font_variant_ligatures, SPIBase::inherit, SPIBase::set, SP_CSS_FONT_VARIANT_LIGATURES_NOCOMMON, SP_CSS_FONT_VARIANT_LIGATURES_NONE, SP_CSS_FONT_VARIANT_LIGATURES_NORMAL, SPStyleEnum::value, and SPIEnum< _SPCSSFontVariantLigatures_int >::value.