#include <BTable.h>
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< BString > | otitle |
BList< BArray< BString > > | odata |
BArray< int > | ocolumnWidths |
BTable::BTable | ( | ) |
BTable::~BTable | ( | ) |
void BTable::calculateWidths | ( | ) | [private] |
void BTable::print | ( | ) |
BArray<int> BTable::ocolumnWidths [private] |
BList<BArray<BString> > BTable::odata [private] |
BArray<BString> BTable::otitle [private] |