Searched refs:TeamsPage (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.h15 class MainWindow::TeamsPage : public BGroupView, private TableListener { class in class:MainWindow
17 TeamsPage(MainWindow* parent);
18 virtual ~TeamsPage();
H A DTeamsPage.cpp7 #include "main_window/TeamsPage.h"
19 class MainWindow::TeamsPage::TeamsTableModel : public TableModel {
66 // #pragma mark - TeamsPage
69 MainWindow::TeamsPage::TeamsPage(MainWindow* parent) function in class:MainWindow::TeamsPage
95 MainWindow::TeamsPage::~TeamsPage()
103 MainWindow::TeamsPage::SetModel(Model* model)
125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex)
H A DMainWindow.h35 class TeamsPage;
46 TeamsPage* fTeamsPage;
H A DMainWindow.cpp27 #include "main_window/TeamsPage.h"
59 fMainTabView->AddTab(fTeamsPage = new TeamsPage(this));

Completed in 43 milliseconds