Internal: a style of a StarItemPool. More...
Public Member Functions | |
| StyleId (librevenge::RVNGString const &name, int family) | |
| constructor | |
| bool | operator== (StyleId const &other) const |
| operator== | |
| bool | operator!= (StyleId const &other) const |
| operator!= | |
| bool | operator< (StyleId const &other) const |
| operator< | |
Public Attributes | |
| librevenge::RVNGString | m_name |
| the name | |
| int | m_family |
| the family | |
Internal: a style of a StarItemPool.
| StarItemPoolInternal::StyleId::StyleId | ( | librevenge::RVNGString const & | name, |
| int | family | ||
| ) | [inline] |
constructor
| bool StarItemPoolInternal::StyleId::operator!= | ( | StyleId const & | other | ) | const [inline] |
operator!=
| bool StarItemPoolInternal::StyleId::operator< | ( | StyleId const & | other | ) | const [inline] |
operator<
| bool StarItemPoolInternal::StyleId::operator== | ( | StyleId const & | other | ) | const [inline] |
operator==
Referenced by operator!=().
the family
Referenced by operator<(), operator==(), and StarItemPool::updateStyles().
| librevenge::RVNGString StarItemPoolInternal::StyleId::m_name |
the name
Referenced by operator<(), operator==(), and StarItemPool::updateStyles().