#include <WPSPageSpan.h>
Public Member Functions | |
| WPSHeaderFooter (const WPSHeaderFooterType headerFooterType, const WPSHeaderFooterOccurence occurence, const uint8_t internalType) | |
| WPSHeaderFooter (const WPSHeaderFooter &headerFooter) | |
| ~WPSHeaderFooter () | |
| const WPSHeaderFooterType | getType () const |
| const WPSHeaderFooterOccurence | getOccurence () const |
| const uint8_t | getInternalType () const |
Private Attributes | |
| WPSHeaderFooterType | m_type |
| WPSHeaderFooterOccurence | m_occurence |
| uint8_t | m_internalType |
| WPSHeaderFooter::WPSHeaderFooter | ( | const WPSHeaderFooterType | headerFooterType, | |
| const WPSHeaderFooterOccurence | occurence, | |||
| const uint8_t | internalType | |||
| ) |
| WPSHeaderFooter::WPSHeaderFooter | ( | const WPSHeaderFooter & | headerFooter | ) |
| WPSHeaderFooter::~WPSHeaderFooter | ( | ) |
| const uint8_t WPSHeaderFooter::getInternalType | ( | ) | const [inline] |
Referenced by operator==().
| const WPSHeaderFooterOccurence WPSHeaderFooter::getOccurence | ( | ) | const [inline] |
Referenced by operator==().
| const 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().