brief class used to stored the style More...
#include <StarItem.hxx>
Public Types | |
enum | FamilyStyle { F_Char =1, F_Paragraph =2, F_Frame =4, F_Page =8, F_Pseudo =0x10, F_ALL =0xFE } |
the different family style More... | |
Public Member Functions | |
StarItemStyle () | |
constructor More... | |
Public Attributes | |
librevenge::RVNGString | m_names [4] |
the name, the parent name, the follow name, the help names More... | |
int | m_family |
the family More... | |
int | m_mask |
the mask More... | |
StarItemSet | m_itemSet |
the item list More... | |
unsigned | m_helpId |
the help id More... | |
int | m_outlineLevel |
the outline level More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, StarItemStyle const &style) |
operator<< More... | |
brief class used to stored the style
|
inline |
constructor
|
friend |
operator<<
int StarItemStyle::m_family |
the family
Referenced by operator<<(), and StarItemPool::readStyles().
unsigned StarItemStyle::m_helpId |
the help id
Referenced by operator<<(), and StarItemPool::readStyles().
StarItemSet StarItemStyle::m_itemSet |
the item list
Referenced by operator<<(), StarItemPool::readStyles(), and StarObjectTextInternal::TextZone::send().
int StarItemStyle::m_mask |
the mask
Referenced by operator<<(), and StarItemPool::readStyles().
librevenge::RVNGString StarItemStyle::m_names[4] |
the name, the parent name, the follow name, the help names
Referenced by operator<<(), and StarItemPool::readStyles().
int StarItemStyle::m_outlineLevel |
the outline level
Referenced by StarObjectTextInternal::TextZone::send().