Searched defs:rowIndex (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp37 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
H A DThreadsPage.cpp37 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) argument
/haiku/src/bin/
H A Dramdisk.cpp416 int32 rowIndex = table.CountRows(); local
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DStackTraceView.cpp66 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
H A DBreakpointListView.cpp228 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
250 bool _GetBreakpointValueAt(UserBreakpoint* breakpoint, int32 rowIndex, argument
291 bool _GetWatchpointValueAt(Watchpoint* watchpoint, int32 rowIndex, argument
H A DImageListView.cpp104 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
H A DRegistersView.cpp153 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
301 RegistersView::TableRowInvoked(Table* table, int32 rowIndex) argument
307 RegistersView::TableCellMouseDown(Table* table, int32 rowIndex, argument
[all...]
H A DThreadListView.cpp107 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
141 virtual bool GetToolTipForTableCell(int32 rowIndex, int32 columnIndex, argument
/haiku/src/kits/shared/
H A DTextTable.cpp173 TextTable::TextAt(int32 rowIndex, int32 columnIndex) const argument
183 TextTable::SetTextAt(int32 rowIndex, int32 columnIndex, const BString& text) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp71 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
98 bool SignalDispositionInfoAt(int32 rowIndex, SignalDispositionInfo*& _info) argument
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp332 int32 rowIndex = table.CountRows(); local
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp478 int32 rowIndex = 0; local
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp16 TableField(int32 rowIndex) argument
27 void SetRowIndex(int32 rowIndex) argument
46 TableModelListener::TableRowsAdded(TableModel* model, int32 rowIndex, argument
53 TableModelListener::TableRowsRemoved(TableModel* model, int32 rowIndex, argument
60 TableModelListener::TableRowsChanged(TableModel* model, int32 rowIndex, argument
95 TableModel::NotifyRowsAdded(int32 rowIndex, int32 count) argument
106 TableModel::NotifyRowsRemoved(int32 rowIndex, int3 argument
117 NotifyRowsChanged(int32 rowIndex, int32 count) argument
237 TableRowInvoked(Table* table, int32 rowIndex) argument
243 TableCellMouseDown(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
250 TableCellMouseUp(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
454 SelectRow(int32 rowIndex, bool extendSelection) argument
471 DeselectRow(int32 rowIndex) argument
500 GetCellRectAt(int32 rowIndex, int32 colIndex, BRect& _output) const argument
524 int32 rowIndex = row != NULL ? _ModelIndexOfRow(row) : -1; local
566 int32 rowIndex = _ModelIndexOfRow(row); local
587 int32 rowIndex = _ModelIndexOfRow(row); local
603 TableRowsAdded(TableModel* model, int32 rowIndex, int32 count) argument
648 TableRowsRemoved(TableModel* model, int32 rowIndex, int32 count) argument
669 TableRowsChanged(TableModel* model, int32 rowIndex, int32 count) argument
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp4434 int32 rowIndex = list->IndexOf(row); local

Completed in 130 milliseconds