Home
last modified time | relevance | path

Searched refs:TableSelectionChanged (Results 1 – 12 of 12) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.h43 virtual void TableSelectionChanged(Table* table);
H A DImageListView.h44 virtual void TableSelectionChanged(Table* table);
H A DThreadListView.h50 virtual void TableSelectionChanged(Table* table);
H A DBreakpointListView.h74 virtual void TableSelectionChanged(Table* table);
H A DStackTraceView.cpp218 StackTraceView::TableSelectionChanged(Table* table) in TableSelectionChanged() function in StackTraceView
H A DImageListView.cpp284 ImageListView::TableSelectionChanged(Table* table) in TableSelectionChanged() function in ImageListView
H A DThreadListView.cpp350 ThreadListView::TableSelectionChanged(Table* table) in TableSelectionChanged() function in ThreadListView
H A DBreakpointListView.cpp432 BreakpointListView::TableSelectionChanged(Table* table) in TableSelectionChanged() function in BreakpointListView
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.h52 virtual void TableSelectionChanged(Table* table);
H A DSignalsConfigView.cpp348 SignalsConfigView::TableSelectionChanged(Table* table) in TableSelectionChanged() function in SignalsConfigView
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h98 virtual void TableSelectionChanged(Table* table);
H A DTable.cpp231 TableListener::TableSelectionChanged(Table* table) in TableSelectionChanged() function in TableListener
548 fListeners.ItemAt(i)->TableSelectionChanged(this); in SelectionChanged()