#include <WP6ContentListener.h>
Public Member Functions | |
WP6StyleStateSequence () | |
void | setCurrentState (WP6StyleState state) |
const WP6StyleState | getCurrentState () const |
const WP6StyleState | getPreviousState () const |
void | clear () |
Private Attributes | |
std::vector< WP6StyleState > | m_stateSequence |
WP6StyleState | m_currentState |
WP6StyleState | m_previousState |
WP6StyleStateSequence::WP6StyleStateSequence | ( | ) | [inline] |
void WP6StyleStateSequence::clear | ( | ) | [inline] |
Referenced by WP6StyleStateSequence().
const WP6StyleState WP6StyleStateSequence::getCurrentState | ( | ) | const [inline] |
const WP6StyleState WP6StyleStateSequence::getPreviousState | ( | ) | const [inline] |
Referenced by WP6ContentListener::displayNumberReferenceGroupOff().
void WP6StyleStateSequence::setCurrentState | ( | WP6StyleState | state | ) | [inline] |
Referenced by WP6ContentListener::_paragraphNumberOn(), WP6ContentListener::displayNumberReferenceGroupOff(), WP6ContentListener::displayNumberReferenceGroupOn(), WP6ContentListener::globalOff(), WP6ContentListener::globalOn(), WP6ContentListener::noteOff(), WP6ContentListener::noteOn(), WP6ContentListener::paragraphNumberOff(), WP6ContentListener::styleGroupOff(), and WP6ContentListener::styleGroupOn().
std::vector<WP6StyleState> WP6StyleStateSequence::m_stateSequence [private] |
Referenced by clear(), getCurrentState(), getPreviousState(), and setCurrentState().