MWAWListManager Class Reference

a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list More...

#include <MWAWList.hxx>

List of all members.

Public Member Functions

 MWAWListManager ()
 the constructor
 ~MWAWListManager ()
 the destructor
bool needToSend (int index, std::vector< int > &idMarkerList) const
 check if a list need to be send/resend to the interface
shared_ptr< MWAWListgetList (int index) const
 returns a list with given index ( if found )
shared_ptr< MWAWListgetNewList (shared_ptr< MWAWList > actList, int levl, MWAWListLevel const &level)
 returns a new list corresponding to a list where we have a new level

Protected Attributes

std::vector< MWAWListm_listList
 the list of created list
std::vector< int > m_sendIdMarkerList
 the list of send list to interface

Detailed Description

a manager which manages the lists, keeps the different kind of lists, to assure the unicity of each list


Constructor & Destructor Documentation

the constructor

the destructor


Member Function Documentation

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


Member Data Documentation

std::vector<MWAWList> MWAWListManager::m_listList [protected]

the list of created list

Referenced by getList(), getNewList(), and needToSend().

std::vector<int> MWAWListManager::m_sendIdMarkerList [mutable, protected]

the list of send list to interface


The documentation for this class was generated from the following files: