a slide id More...
#include <PowerPoint7Struct.hxx>
| Public Member Functions | |
| SlideId (unsigned long id=0) | |
| bool | isValid () const | 
| returns true if the id is valid  More... | |
| bool | operator< (SlideId const &id) const | 
| operator<  More... | |
| bool | operator== (SlideId const &id) const | 
| operator==  More... | |
| bool | operator!= (SlideId const &id) const | 
| operator==  More... | |
| Public Attributes | |
| int | m_id | 
| the slide id  More... | |
| bool | m_isMaster | 
| a flag to know if this is a master slide or a normal slide  More... | |
| bool | m_inNotes | 
| a flag to know if the content is in the notes part  More... | |
| bool | m_inHandout | 
| a flag to know if the content is in the handout part  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, SlideId const &id) | 
| operator<<  More... | |
a slide id
| 
 | inlineexplicit | 
| 
 | inline | 
returns true if the id is valid
Referenced by PowerPoint7ParserInternal::State::addSlide(), PowerPoint7Parser::readNoteAtom(), PowerPoint7Parser::readOutlineTextProps9Atom(), and PowerPoint7Parser::readSlideIdentifier().
| 
 | inline | 
operator==
| 
 | inline | 
operator<
| 
 | inline | 
operator==
Referenced by operator!=().
| 
 | friend | 
operator<<
| int PowerPoint7Struct::SlideId::m_id | 
the slide id
Referenced by isValid(), operator<(), and operator==().
| bool PowerPoint7Struct::SlideId::m_inHandout | 
a flag to know if the content is in the handout part
Referenced by isValid(), operator<(), operator==(), and PowerPoint7Parser::readHandout().
| bool PowerPoint7Struct::SlideId::m_inNotes | 
a flag to know if the content is in the notes part
Referenced by operator<(), operator==(), PowerPoint7Parser::readNoteAtom(), and PowerPoint7Graph::sendSlide().
| bool PowerPoint7Struct::SlideId::m_isMaster | 
a flag to know if this is a master slide or a normal slide
Referenced by PowerPoint7ParserInternal::State::addSlide(), isValid(), operator<(), and operator==().