TeamsPage
fMainTabView->AddTab(fTeamsPage = new TeamsPage(this));
class TeamsPage;
TeamsPage* fTeamsPage;
MainWindow::TeamsPage::SetModel(Model* model)
MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex)
class MainWindow::TeamsPage::TeamsTableModel : public TableModel {
MainWindow::TeamsPage::TeamsPage(MainWindow* parent)
MainWindow::TeamsPage::~TeamsPage()
class MainWindow::TeamsPage : public BGroupView, private TableListener {
TeamsPage(MainWindow* parent);
virtual ~TeamsPage();