Home
last modified time | relevance | path

Searched refs:BRow (Results 1 – 25 of 37) sorted by relevance

12

/haiku/headers/private/interface/
H A DColumnListView.h69 class BRow; variable
122 class BRow {
124 BRow();
125 BRow(float height);
126 virtual ~BRow();
152 BRow* fNextSelected;
153 BRow* fPrevSelected;
154 BRow* fParent;
184 virtual void MouseMoved(BColumnListView* parent, BRow* row,
187 virtual void MouseDown(BColumnListView* parent, BRow* row,
[all …]
/haiku/src/tests/kits/opengl/glinfo/
H A DCapabilitiesView.cpp111 BRow *row; in ~CapabilitiesView()
122 BRow*
125 BRow* row = new BRow(); in _CreateCapabilitiesRow()
136 BRow*
139 BRow* row = new BRow(); in _CreateConvolutionCapabilitiesRow()
H A DExtensionsView.cpp59 BRow *row; in ~ExtensionsView()
83 BRow* row = new BRow(); in _AddExtensionsList()
H A DCapabilitiesView.h21 BRow* _CreateCapabilitiesRow(GLenum capability,
23 BRow* _CreateConvolutionCapabilitiesRow();
/haiku/src/kits/interface/
H A DColumnListView.cpp172 class BRowContainer : public BObjectList<BRow>
277 void AddRow(BRow*, int32 index, BRow* TheRow);
278 BRow* CurrentSelection(BRow* lastSelected) const;
284 void ExpandOrCollapse(BRow* parent, bool expand);
285 void RemoveRow(BRow*);
287 void UpdateRow(BRow*);
288 bool FindParent(BRow* row, BRow** _parent,
290 int32 IndexOf(BRow* row);
291 void Deselect(BRow*);
292 void AddToSelection(BRow*);
[all …]
/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.h58 BRow* row, BField* field, BPoint point,
61 BRow* row, BField* field, BPoint point,
84 virtual void MouseDown(BColumnListView* parent, BRow* row,
87 virtual void MouseUp(BColumnListView* parent, BRow* row,
H A DTable.cpp192 BRow* row = NULL; in _Update()
456 BRow* row = fRows.ItemAt(rowIndex); in SelectRow()
473 if (BRow* row = fRows.ItemAt(rowIndex)) in DeselectRow()
502 BRow* row = fRows.ItemAt(rowIndex); in GetCellRectAt()
523 BRow* row = RowAt(point); in GetToolTipAt()
561 Table::ColumnMouseDown(AbstractColumn* column, BRow* row, BField* field, in ColumnMouseDown()
582 Table::ColumnMouseUp(AbstractColumn* column, BRow* row, BField* field, in ColumnMouseUp()
611 BRow* row = new(std::nothrow) BRow(); in TableRowsAdded()
657 if (BRow* row = fRows.RemoveItemAt(i)) { in TableRowsRemoved()
673 if (BRow* row = fRows.ItemAt(i)) in TableRowsChanged()
[all …]
H A DTable.h149 BRow* row, BField* field,
152 BRow* row, BField* field,
170 typedef BObjectList<BRow> RowList;
176 int32 _ModelIndexOfRow(BRow* row);
H A DAbstractTable.cpp52 AbstractTable::AbstractColumn::MouseDown(BColumnListView* parent, BRow* row, in MouseDown()
81 AbstractTable::AbstractColumn::MouseUp(BColumnListView* parent, BRow* row, in MouseUp()
H A DTreeTable.h209 BRow* row, BField* field,
212 BRow* row, BField* field,
235 virtual void ExpandOrCollapse(BRow* row, bool expand);
/haiku/src/apps/drivesetup/
H A DPartitionList.h65 class PartitionListRow : public BRow {
66 typedef BRow Inherited;
100 virtual void ExpandOrCollapse(BRow* row, bool expand);
H A DMainWindow.h26 class BRow; variable
82 BRow* currentRow);
H A DMainWindow.cpp90 BRow* row = fPartitionList->RowAt(i); in ListPopulatorVisitor()
443 if (BRow* row = fListView->FindRow(id)) { in MessageReceived()
591 BRow* _selectedRow = fListView->CurrentSelection(); in _AdaptToSelectedPartition()
594 BRow* _topLevelRow = _selectedRow; in _AdaptToSelectedPartition()
595 BRow* parent = NULL; in _AdaptToSelectedPartition()
1437 MainWindow::_ColumnListViewHeight(BColumnListView* list, BRow* currentRow) in _ColumnListViewHeight()
1442 BRow* row = list->RowAt(i, currentRow); in _ColumnListViewHeight()
1456 BRow* parentRow = fListView->RowAt(0, NULL); in _UpdateWindowZoomLimits()
/haiku/src/apps/resedit/
H A DResView.h53 void UpdateRow(BRow *row);
70 class ResDataRow : public BRow
/haiku/src/apps/devices/
H A DPropertyList.cpp21 : BRow(), in PropertyRow()
83 BRow *row; in RemoveAll()
H A DPropertyList.h25 class PropertyRow : public BRow {
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h68 class TeamRow : public BRow {
69 typedef BRow Inherited;
/haiku/src/preferences/sounds/
H A DHEventList.cpp28 BRow(), in HEventRow()
104 BRow* row; in RemoveAll()
H A DHEventList.h24 class HEventRow : public BRow {
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.h24 void MouseDown(BColumnListView* parent, BRow* row,
H A DShortcutsWindow.h90 BRow* fSelectedRow;
H A DShortcutsSpec.h31 class ShortcutsSpec : public BRow, public BArchivable {
/haiku/src/preferences/repositories/
H A DRepoRow.h23 class RepoRow : public BRow {
H A DRepoRow.cpp24 BRow(), in RepoRow()
/haiku/src/preferences/notifications/
H A DNotificationsView.h27 class AppRow : public BRow {

12