LibBeamApi
1.3.0
|
#include <BTable.h>
Public Member Functions | |
BTable () | |
~BTable () | |
void | clear () |
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 | ( | ) |
|
private |
void BTable::clear | ( | ) |
void BTable::print | ( | ) |
|
private |