a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list More...
#include <MWAWList.hxx>
Public Member Functions | |
MWAWListManager () | |
the constructor More... | |
~MWAWListManager () | |
the destructor More... | |
bool | needToSend (int index, std::vector< int > &idMarkerList) const |
check if a list need to be send/resend to the interface More... | |
shared_ptr< MWAWList > | getList (int index) const |
returns a list with given index ( if found ) More... | |
shared_ptr< MWAWList > | getNewList (shared_ptr< MWAWList > actList, int levl, MWAWListLevel const &level) |
returns a new list corresponding to a list where we have a new level More... | |
Protected Attributes | |
std::vector< MWAWList > | m_listList |
the list of created list More... | |
std::vector< int > | m_sendIdMarkerList |
the list of send list to interface More... | |
a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list
|
inline |
the constructor
|
inline |
the destructor
shared_ptr< MWAWList > MWAWListManager::getList | ( | int | index | ) | const |
returns a list with given index ( if found )
Referenced by MORTextInternal::Paragraph::updateToFinalState().
shared_ptr< MWAWList > MWAWListManager::getNewList | ( | shared_ptr< MWAWList > | actList, |
int | levl, | ||
MWAWListLevel const & | level | ||
) |
returns a new list corresponding to a list where we have a new level
Referenced by MDWParserInternal::ZoneInfo::updateListId(), and MORTextInternal::Paragraph::updateToFinalState().
bool MWAWListManager::needToSend | ( | int | index, |
std::vector< int > & | idMarkerList | ||
) | const |
check if a list need to be send/resend to the interface
|
protected |
the list of created list
Referenced by getList(), getNewList(), and needToSend().
|
mutableprotected |
the list of send list to interface