#include <WPXListener.h>

Protected Member Functions | |
| WPXListener (std::list< WPXPageSpan > &pageList) | |
| virtual | ~WPXListener () |
| bool | isUndoOn () |
| void | setUndoOn (bool isOn) |
Protected Attributes | |
| std::list< WPXPageSpan > & | m_pageList |
Private Attributes | |
| bool | m_isUndoOn |
| WPXListener::WPXListener | ( | std::list< WPXPageSpan > & | pageList | ) | [protected] |
| WPXListener::~WPXListener | ( | ) | [protected, virtual] |
| bool WPXListener::isUndoOn | ( | ) | [inline, protected] |
| void WPXListener::setUndoOn | ( | bool | isOn | ) | [inline, protected] |
std::list<WPXPageSpan>& WPXListener::m_pageList [protected] |
bool WPXListener::m_isUndoOn [private] |