Internal: store a picture information in DocMkrParser. More...
Public Member Functions | |
| PictInfo () | |
| constructor | |
Public Attributes | |
| int | m_id |
| the picture id | |
| int | m_sndId |
| the sound id | |
| int | m_align |
| the alignment ( 1:center, ... ) | |
| bool | m_print |
| true if the picture is printed | |
| bool | m_invert |
| true if we must invert the picture | |
| int | m_action |
| the action | |
| std::string | m_actionString |
| the action string | |
| int | m_next [2] |
| the next chapter/paragraph position for goChapter | |
| std::string | m_appleScript [3] |
| the applescript type | |
| std::string | m_extra |
| extra data | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, PictInfo const &info) |
| operator<< | |
Internal: store a picture information in DocMkrParser.
| DocMkrParserInternal::PictInfo::PictInfo | ( | ) | [inline] |
constructor
| std::ostream& operator<< | ( | std::ostream & | o, |
| PictInfo const & | info | ||
| ) | [friend] |
operator<<
the action
Referenced by DocMkrParserInternal::operator<<(), DocMkrParser::readPictInfo(), and DocMkrParser::sendPicture().
| std::string DocMkrParserInternal::PictInfo::m_actionString |
the action string
Referenced by DocMkrParserInternal::operator<<(), DocMkrParser::readPictInfo(), and DocMkrParser::sendPicture().
the alignment ( 1:center, ... )
Referenced by DocMkrParserInternal::operator<<(), DocMkrParser::readPictInfo(), and DocMkrParser::sendPicture().
| std::string DocMkrParserInternal::PictInfo::m_appleScript[3] |
the applescript type
Referenced by DocMkrParserInternal::operator<<(), PictInfo(), and DocMkrParser::readPictInfo().
| std::string DocMkrParserInternal::PictInfo::m_extra |
extra data
Referenced by DocMkrParserInternal::operator<<(), and DocMkrParser::readPictInfo().
the picture id
Referenced by DocMkrParserInternal::operator<<(), DocMkrParser::readPictInfo(), and DocMkrParser::sendPicture().
true if we must invert the picture
Referenced by DocMkrParserInternal::operator<<(), and DocMkrParser::readPictInfo().
the next chapter/paragraph position for goChapter
Referenced by DocMkrParserInternal::operator<<(), PictInfo(), and DocMkrParser::readPictInfo().
true if the picture is printed
Referenced by DocMkrParserInternal::operator<<(), and DocMkrParser::readPictInfo().
the sound id
Referenced by DocMkrParserInternal::operator<<(), and DocMkrParser::readPictInfo().