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 | |
| Public Attributes | |
| librevenge::RVNGString | m_names [4] | 
| the name, the parent name, the follow name, the help names | |
| int | m_family | 
| the family | |
| int | m_mask | 
| the mask | |
| StarItemSet | m_itemSet | 
| the item list | |
| unsigned | m_helpId | 
| the help id | |
| int | m_outlineLevel | 
| the outline level | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, StarItemStyle const &style) | 
| operator<< | |
brief class used to stored the style
| 
 | inline | 
constructor
Referenced by operator<<.
| 
 | friend | 
operator<<
| int StarItemStyle::m_family | 
the family
Referenced by operator<<, StarItemPool::readStyles(), and StarItemStyle().
| unsigned StarItemStyle::m_helpId | 
the help id
Referenced by operator<<, StarItemPool::readStyles(), and StarItemStyle().
| StarItemSet StarItemStyle::m_itemSet | 
the item list
Referenced by operator<<, StarItemPool::readStyles(), StarObjectTextInternal::TextZone::send(), and StarItemStyle().
| int StarItemStyle::m_mask | 
the mask
Referenced by operator<<, StarItemPool::readStyles(), and StarItemStyle().
| 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(), and StarItemStyle().