LibBeamApi  1.3.0
Public Member Functions | Private Member Functions | Private Attributes
BTable Class Reference

#include <BTable.h>

List of all members.

Public Member Functions

 BTable ()
 ~BTable ()
void setTitle (BArray< BString > title)
void addRow (BArray< BString > data)
void print ()

Private Member Functions

void calculateWidths ()
void printLine (BArray< BString > line, int comment=0)

Private Attributes

BArray< BStringotitle
BList< BArray< BString > > odata
BArray< int > ocolumnWidths

Constructor & Destructor Documentation

BTable::BTable ( )
BTable::~BTable ( )

Member Function Documentation

void BTable::addRow ( BArray< BString data)
void BTable::calculateWidths ( ) [private]
void BTable::print ( )
void BTable::printLine ( BArray< BString line,
int  comment = 0 
) [private]
void BTable::setTitle ( BArray< BString title)

Member Data Documentation

BArray<int> BTable::ocolumnWidths [private]

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