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.
|
inline |
constructor
Referenced by operator!=(), operator<(), and operator==().
|
inline |
operator!=
|
inline |
operator<
|
inline |
operator==
Referenced by operator!=().
int StarItemPoolInternal::StyleId::m_family |
the family
Referenced by operator<(), operator==(), StyleId(), and StarItemPool::updateStyles().
librevenge::RVNGString StarItemPoolInternal::StyleId::m_name |
the name
Referenced by operator<(), operator==(), StyleId(), and StarItemPool::updateStyles().