#include <WPSPageSpan.h>
Public Member Functions | |
WPSHeaderFooter (const WPSHeaderFooter &headerFooter) | |
~WPSHeaderFooter () | |
WPSHeaderFooterType | getType () const |
WPSHeaderFooterOccurence | getOccurence () const |
uint8_t | getInternalType () const |
Private Attributes | |
WPSHeaderFooterType | m_type |
WPSHeaderFooterOccurence | m_occurence |
uint8_t | m_internalType |
WPSHeaderFooter::WPSHeaderFooter | ( | const WPSHeaderFooter & | headerFooter | ) |
uint8_t WPSHeaderFooter::getInternalType | ( | ) | const [inline] |
Referenced by operator==().
WPSHeaderFooterOccurence WPSHeaderFooter::getOccurence | ( | ) | const [inline] |
Referenced by operator==().
WPSHeaderFooterType WPSHeaderFooter::getType | ( | ) | const [inline] |
Referenced by operator==().
uint8_t WPSHeaderFooter::m_internalType [private] |
Referenced by getInternalType().
Referenced by getOccurence().
WPSHeaderFooterType WPSHeaderFooter::m_type [private] |
Referenced by getType().