StarTableInternal::TableLine Struct Reference

small structure used to store a table line More...

Public Member Functions

 TableLine ()
 constructor More...
 
bool read (StarZone &zone, StarObjectText &object)
 try to read the data More...
 
bool send (STOFFListenerPtr listener, StarState &state, int row) const
 try to send the data to a listener More...
 

Public Attributes

int m_formatId
 the format More...
 
int m_numBoxes
 the number of boxes More...
 
std::vector< shared_ptr< TableBox > > m_boxList
 a list of box More...
 
shared_ptr< StarFormatManagerInternal::FormatDefm_format
 the format More...
 

Detailed Description

small structure used to store a table line

Constructor & Destructor Documentation

◆ TableLine()

StarTableInternal::TableLine::TableLine ( )
inline

constructor

Member Function Documentation

◆ read()

bool StarTableInternal::TableLine::read ( StarZone zone,
StarObjectText object 
)

try to read the data

◆ send()

bool StarTableInternal::TableLine::send ( STOFFListenerPtr  listener,
StarState state,
int  row 
) const

try to send the data to a listener

Member Data Documentation

◆ m_boxList

std::vector<shared_ptr<TableBox> > StarTableInternal::TableLine::m_boxList

a list of box

◆ m_format

shared_ptr<StarFormatManagerInternal::FormatDef> StarTableInternal::TableLine::m_format

the format

◆ m_formatId

int StarTableInternal::TableLine::m_formatId

the format

◆ m_numBoxes

int StarTableInternal::TableLine::m_numBoxes

the number of boxes


The documentation for this struct was generated from the following file:

Generated on Sat Apr 29 2017 12:29:49 for libstaroffice by doxygen 1.8.13