Internal: a page. More...
Public Member Functions | |
Page () | |
the constructor | |
Public Attributes | |
int | m_page |
the page (if absolute) | |
std::vector< std::shared_ptr< Graphic > > | m_graphicsList |
the graphic list | |
std::string | m_extra |
extra data | |
bool | m_send |
true if we have send the data | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Page const &bl) |
operator<< | |
Internal: a page.
|
inline |
the constructor
|
friend |
operator<<
std::string MacWrtProStructuresInternal::Page::m_extra |
extra data
Referenced by MacWrtProStructures::readPageII().
std::vector<std::shared_ptr<Graphic> > MacWrtProStructuresInternal::Page::m_graphicsList |
the graphic list
Referenced by MacWrtProStructures::readPageII().
int MacWrtProStructuresInternal::Page::m_page |
the page (if absolute)
Referenced by MacWrtProStructures::readPageII().
bool MacWrtProStructuresInternal::Page::m_send |
true if we have send the data