/haiku/headers/private/interface/ |
H A D | ColumnListView.h | 69 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 D | CapabilitiesView.cpp | 111 BRow *row; in ~CapabilitiesView() 122 BRow* 125 BRow* row = new BRow(); in _CreateCapabilitiesRow() 136 BRow* 139 BRow* row = new BRow(); in _CreateConvolutionCapabilitiesRow()
|
H A D | ExtensionsView.cpp | 59 BRow *row; in ~ExtensionsView() 83 BRow* row = new BRow(); in _AddExtensionsList()
|
H A D | CapabilitiesView.h | 21 BRow* _CreateCapabilitiesRow(GLenum capability, 23 BRow* _CreateConvolutionCapabilitiesRow();
|
/haiku/src/kits/interface/ |
H A D | ColumnListView.cpp | 172 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 D | AbstractTable.h | 58 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 D | Table.cpp | 192 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 D | Table.h | 149 BRow* row, BField* field, 152 BRow* row, BField* field, 170 typedef BObjectList<BRow> RowList; 176 int32 _ModelIndexOfRow(BRow* row);
|
H A D | AbstractTable.cpp | 52 AbstractTable::AbstractColumn::MouseDown(BColumnListView* parent, BRow* row, in MouseDown() 81 AbstractTable::AbstractColumn::MouseUp(BColumnListView* parent, BRow* row, in MouseUp()
|
H A D | TreeTable.h | 209 BRow* row, BField* field, 212 BRow* row, BField* field, 235 virtual void ExpandOrCollapse(BRow* row, bool expand);
|
/haiku/src/apps/drivesetup/ |
H A D | PartitionList.h | 65 class PartitionListRow : public BRow { 66 typedef BRow Inherited; 100 virtual void ExpandOrCollapse(BRow* row, bool expand);
|
H A D | MainWindow.h | 26 class BRow; variable 82 BRow* currentRow);
|
H A D | MainWindow.cpp | 90 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 D | ResView.h | 53 void UpdateRow(BRow *row); 70 class ResDataRow : public BRow
|
/haiku/src/apps/devices/ |
H A D | PropertyList.cpp | 21 : BRow(), in PropertyRow() 83 BRow *row; in RemoveAll()
|
H A D | PropertyList.h | 25 class PropertyRow : public BRow {
|
/haiku/src/apps/debugger/user_interface/gui/teams_window/ |
H A D | TeamsListView.h | 68 class TeamRow : public BRow { 69 typedef BRow Inherited;
|
/haiku/src/preferences/sounds/ |
H A D | HEventList.cpp | 28 BRow(), in HEventRow() 104 BRow* row; in RemoveAll()
|
H A D | HEventList.h | 24 class HEventRow : public BRow {
|
/haiku/src/preferences/shortcuts/ |
H A D | PopUpColumn.h | 24 void MouseDown(BColumnListView* parent, BRow* row,
|
H A D | ShortcutsWindow.h | 90 BRow* fSelectedRow;
|
H A D | ShortcutsSpec.h | 31 class ShortcutsSpec : public BRow, public BArchivable {
|
/haiku/src/preferences/repositories/ |
H A D | RepoRow.h | 23 class RepoRow : public BRow {
|
H A D | RepoRow.cpp | 24 BRow(), in RepoRow()
|
/haiku/src/preferences/notifications/ |
H A D | NotificationsView.h | 27 class AppRow : public BRow {
|