Searched refs:TableRowInvoked (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.h27 virtual void TableRowInvoked(Table* table, int32 rowIndex);
H A DThreadsPage.h27 virtual void TableRowInvoked(Table* table, int32 rowIndex);
H A DTeamsPage.cpp125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) function in class:MainWindow::TeamsPage
H A DThreadsPage.cpp191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) function in class:MainWindow::ThreadsPage
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h40 virtual void TableRowInvoked(Table* table, int32 rowIndex);
H A DRegistersView.cpp301 RegistersView::TableRowInvoked(Table* table, int32 rowIndex) function in class:RegistersView
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h99 virtual void TableRowInvoked(Table* table, int32 rowIndex);
H A DTable.cpp237 TableListener::TableRowInvoked(Table* table, int32 rowIndex) function in class:TableListener
699 fListeners.ItemAt(i)->TableRowInvoked(this, index);

Completed in 47 milliseconds