Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp16 TableField(int32 rowIndex) in TableField()
27 void SetRowIndex(int32 rowIndex) in SetRowIndex()
46 TableModelListener::TableRowsAdded(TableModel* model, int32 rowIndex, in TableRowsAdded()
53 TableModelListener::TableRowsRemoved(TableModel* model, int32 rowIndex, in TableRowsRemoved()
60 TableModelListener::TableRowsChanged(TableModel* model, int32 rowIndex, in TableRowsChanged()
95 TableModel::NotifyRowsAdded(int32 rowIndex, int32 count) in NotifyRowsAdded()
106 TableModel::NotifyRowsRemoved(int32 rowIndex, int32 count) in NotifyRowsRemoved()
117 TableModel::NotifyRowsChanged(int32 rowIndex, int32 count) in NotifyRowsChanged()
237 TableListener::TableRowInvoked(Table* table, int32 rowIndex) in TableRowInvoked()
243 TableListener::TableCellMouseDown(Table* table, int32 rowIndex, in TableCellMouseDown()
[all …]
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DTeamsPage.cpp37 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
125 MainWindow::TeamsPage::TableRowInvoked(Table* table, int32 rowIndex) in TableRowInvoked()
H A DThreadsPage.cpp37 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
191 MainWindow::ThreadsPage::TableRowInvoked(Table* table, int32 rowIndex) in TableRowInvoked()
/haiku/src/kits/shared/
H A DTextTable.cpp196 TextTable::TextAt(int32 rowIndex, int32 columnIndex) const in TextAt()
206 TextTable::SetTextAt(int32 rowIndex, int32 columnIndex, const BString& text) in SetTextAt()
239 for (int32 rowIndex = 0; rowIndex < rowCount; rowIndex++) { in Print() local
286 for (int32 rowIndex = 0; rowIndex < rowCount; rowIndex++) { in Print() local
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.cpp153 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
301 RegistersView::TableRowInvoked(Table* table, int32 rowIndex) in TableRowInvoked()
307 RegistersView::TableCellMouseDown(Table* table, int32 rowIndex, in TableCellMouseDown()
H A DBreakpointListView.cpp228 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
250 bool _GetBreakpointValueAt(UserBreakpoint* breakpoint, int32 rowIndex, in _GetBreakpointValueAt()
291 bool _GetWatchpointValueAt(Watchpoint* watchpoint, int32 rowIndex, in _GetWatchpointValueAt()
H A DThreadListView.cpp107 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
141 virtual bool GetToolTipForTableCell(int32 rowIndex, int32 columnIndex, in GetToolTipForTableCell()
H A DStackTraceView.cpp66 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
H A DImageListView.cpp104 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DSignalsConfigView.cpp71 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) in GetValueAt()
98 bool SignalDispositionInfoAt(int32 rowIndex, SignalDispositionInfo*& _info) in SignalDispositionInfoAt()
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp332 int32 rowIndex = table.CountRows(); in Execute() local
/haiku/src/bin/
H A Dramdisk.cpp416 int32 rowIndex = table.CountRows(); in command_list() local
/haiku/src/libs/linprog/
H A DActiveSetSolver.cpp478 int32 rowIndex = 0; in Solve() local
/haiku/src/kits/interface/
H A DColumnListView.cpp4449 int32 rowIndex = list->IndexOf(row); local