Inkscape
Vector Graphics Editor
|
#include <style-internal.h>
Public Member Functions | |
SPIEastAsian () | |
~SPIEastAsian () override=default | |
void | read (gchar const *str) override |
const Glib::ustring | get_value () const override |
![]() | |
SPIEnum (_SPCSSFontVariantEastAsian_int value=_SPCSSFontVariantEastAsian_int(), bool inherits=true) | |
~SPIEnum () override=default | |
void | read (gchar const *str) override |
const Glib::ustring | get_value () const override |
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 | |
![]() | |
_SPCSSFontVariantEastAsian_int | value |
_SPCSSFontVariantEastAsian_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 596 of file style-internal.h.
|
inline |
Definition at line 600 of file style-internal.h.
|
overridedefault |
|
overridevirtual |
Implements SPIBase.
Definition at line 1226 of file style-internal.cpp.
References enum_font_variant_east_asian, SPIBase::inherit, SPStyleEnum::key, and SPIEnum< _SPCSSFontVariantEastAsian_int >::value.
|
overridevirtual |
Implements SPIBase.
Definition at line 1163 of file style-internal.cpp.
References SPIEnum< _SPCSSFontVariantEastAsian_int >::computed, enum_font_variant_east_asian, SPIBase::inherit, SPIBase::set, SP_CSS_FONT_VARIANT_EAST_ASIAN_FULL_WIDTH, SP_CSS_FONT_VARIANT_EAST_ASIAN_JIS04, SP_CSS_FONT_VARIANT_EAST_ASIAN_JIS78, SP_CSS_FONT_VARIANT_EAST_ASIAN_JIS83, SP_CSS_FONT_VARIANT_EAST_ASIAN_JIS90, SP_CSS_FONT_VARIANT_EAST_ASIAN_NORMAL, SP_CSS_FONT_VARIANT_EAST_ASIAN_PROPORTIONAL_WIDTH, SP_CSS_FONT_VARIANT_EAST_ASIAN_RUBY, SP_CSS_FONT_VARIANT_EAST_ASIAN_SIMPLIFIED, SP_CSS_FONT_VARIANT_EAST_ASIAN_TRADITIONAL, SPStyleEnum::value, and SPIEnum< _SPCSSFontVariantEastAsian_int >::value.