MWAWList Class Reference

a small structure used to store the informations about a list More...

#include <MWAWList.hxx>

Public Member Functions

 MWAWList ()
 default constructor
int getId () const
 returns the list id
void resize (int levl)
 resize the number of level of the list (keeping only n level)
bool isCompatibleWith (int levl, MWAWListLevel const &level) const
 returns true if we can add a new level in the list without changing is meaning
bool isCompatibleWith (MWAWList const &newList) const
 returns true if the list is compatible with the defined level of new list
void updateIndicesFrom (MWAWList const &list)
 update the indices, the actual level from newList
void swapId () const
 swap the list id
void setId (int newId) const
 set the list id
MWAWListLevel getLevel (int levl) const
 returns a level if it exists
int numLevels () const
 returns the number of level
void set (int levl, MWAWListLevel const &level)
 sets a level
void setLevel (int levl) const
 set the list level
void openElement () const
 open the list element
void closeElement () const
 close the list element
int getStartValueForNextElement () const
 returns the startvalue corresponding to the actual level ( or -1 for an unknown/unordered list)
void setStartValueForNextElement (int value)
 set the startvalue corresponding to the actual level
bool isNumeric (int levl) const
 returns true is a level is numeric
void sendTo (WPXDocumentInterface &docInterface, int level) const
 send the list level information to the document interface.

Protected Attributes

std::vector< MWAWListLevelm_levels
 the different levels
int m_actLevel
 the actual levels
std::vector< int > m_actualIndices
std::vector< int > m_nextIndices
int m_id [2]
 the identificator ( actual and auxilliar )

Detailed Description

a small structure used to store the informations about a list

Constructor & Destructor Documentation

MWAWList::MWAWList ( )
inline

default constructor

Member Function Documentation

void MWAWList::closeElement ( ) const
inline

close the list element

int MWAWList::getId ( ) const
inline

returns the list id

Referenced by MWAWListManager::send(), and sendTo().

MWAWListLevel MWAWList::getLevel ( int  levl) const
inline

returns a level if it exists

int MWAWList::getStartValueForNextElement ( ) const

returns the startvalue corresponding to the actual level ( or -1 for an unknown/unordered list)

bool MWAWList::isCompatibleWith ( int  levl,
MWAWListLevel const &  level 
) const

returns true if we can add a new level in the list without changing is meaning

bool MWAWList::isCompatibleWith ( MWAWList const &  newList) const

returns true if the list is compatible with the defined level of new list

bool MWAWList::isNumeric ( int  levl) const

returns true is a level is numeric

Referenced by getStartValueForNextElement(), openElement(), and sendTo().

int MWAWList::numLevels ( ) const
inline

returns the number of level

Referenced by MWAWListManager::send().

void MWAWList::openElement ( ) const

open the list element

void MWAWList::resize ( int  levl)

resize the number of level of the list (keeping only n level)

Referenced by MWAWListManager::getNewList(), and set().

void MWAWList::sendTo ( WPXDocumentInterface &  docInterface,
int  level 
) const

send the list level information to the document interface.

Referenced by MWAWListManager::send().

void MWAWList::set ( int  levl,
MWAWListLevel const &  level 
)

sets a level

Referenced by MWAWListManager::getNewList().

void MWAWList::setId ( int  newId) const

set the list id

Referenced by MWAWListManager::getNewList(), and sendTo().

void MWAWList::setLevel ( int  levl) const

set the list level

void MWAWList::setStartValueForNextElement ( int  value)

set the startvalue corresponding to the actual level

void MWAWList::swapId ( ) const
inline

swap the list id

Note
a cheat because writerperfect imposes to get a new id if the level 1 changes

Referenced by MWAWListManager::send().

void MWAWList::updateIndicesFrom ( MWAWList const &  list)

update the indices, the actual level from newList

Member Data Documentation

int MWAWList::m_actLevel
mutableprotected
std::vector<int> MWAWList::m_actualIndices
mutableprotected
int MWAWList::m_id[2]
mutableprotected

the identificator ( actual and auxilliar )

Referenced by getId(), MWAWList(), setId(), and swapId().

std::vector<int> MWAWList::m_nextIndices
mutableprotected

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

Generated on Wed May 22 2013 18:12:46 for libmwaw by doxygen 1.8.1.2