Searched refs:BRow (Results 1 - 25 of 37) sorted by last modified time

12

/haiku/src/apps/drivesetup/
H A DPartitionList.cpp476 PartitionListView::ExpandOrCollapse(BRow* row, bool expand)
H A DMainWindow.cpp90 BRow* row = fPartitionList->RowAt(i);
443 if (BRow* row = fListView->FindRow(id)) {
591 BRow* _selectedRow = fListView->CurrentSelection();
594 BRow* _topLevelRow = _selectedRow;
595 BRow* parent = NULL;
1437 MainWindow::_ColumnListViewHeight(BColumnListView* list, BRow* currentRow)
1442 BRow* row = list->RowAt(i, currentRow);
1456 BRow* parentRow = fListView->RowAt(0, NULL);
H A DMainWindow.h26 class BRow;
82 BRow* currentRow);
/haiku/src/kits/interface/
H A DColumnListView.cpp170 class BRowContainer : public BObjectList<BRow>
275 void AddRow(BRow*, int32 index, BRow* TheRow);
276 BRow* CurrentSelection(BRow* lastSelected) const;
282 void ExpandOrCollapse(BRow* parent, bool expand);
283 void RemoveRow(BRow*);
285 void UpdateRow(BRow*);
286 bool FindParent(BRow* row, BRow** _paren
550 BRow::BRow() function in class:BRow
564 BRow::BRow(float height) function in class:BRow
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp161 // BRow for the PackageListView
162 class PackageRow : public BRow {
163 typedef BRow Inherited;
1058 BRow* selected = CurrentSelection();
/haiku/src/kits/tracker/infowindow/
H A DAttributesView.cpp72 BRow* row = new BRow;
498 BRow* first = fListView->RowAt(0, NULL);
/haiku/src/apps/devices/
H A DPropertyList.cpp21 : BRow(),
83 BRow *row;
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.h90 BRow* fSelectedRow;
H A DShortcutsWindow.cpp449 BRow* curSel = fColumnListView->CurrentSelection();
655 BRow* item = fColumnListView->CurrentSelection();
H A DShortcutsSpec.cpp128 BRow(),
144 BRow(),
166 BRow(),
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp202 : BRow(ceilf(be_control_look->DefaultLabelSpacing() * 3.3f))
445 BRow* row = new TeamRow(info);
H A DTeamsListView.h68 class TeamRow : public BRow {
69 typedef BRow Inherited;
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp56 class CookieRow: public BRow
62 BRow(),
/haiku/src/tests/kits/opengl/glinfo/
H A DCapabilitiesView.cpp111 BRow *row;
125 BRow*
128 BRow* row = new BRow();
139 BRow*
142 BRow* row = new BRow();
/haiku/src/preferences/sounds/
H A DHEventList.cpp28 BRow(),
104 BRow* row;
/haiku/src/preferences/repositories/
H A DRepoRow.cpp24 BRow(),
H A DRepositoriesView.cpp541 BRow* row = fListView->RowAt((int32)0, NULL);
H A DRepoRow.h23 class RepoRow : public BRow {
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp420 class TreeTableRow : public BRow {
639 BRow* row = NULL;
869 BRow* row = RowAt(point);
911 TreeTable::ColumnMouseDown(AbstractColumn* column, BRow* _row, BField* field,
936 TreeTable::ColumnMouseUp(AbstractColumn* column, BRow* _row, BField* field,
1010 TreeTable::ExpandOrCollapse(BRow* _row, bool expand)
H A DTable.cpp192 BRow* row = NULL;
456 BRow* row = fRows.ItemAt(rowIndex);
473 if (BRow* row = fRows.ItemAt(rowIndex))
502 BRow* row = fRows.ItemAt(rowIndex);
523 BRow* row = RowAt(point);
561 Table::ColumnMouseDown(AbstractColumn* column, BRow* row, BField* field,
582 Table::ColumnMouseUp(AbstractColumn* column, BRow* row, BField* field,
611 BRow* row = new(std::nothrow) BRow();
657 if (BRow* ro
[all...]
H A DAbstractTable.cpp52 AbstractTable::AbstractColumn::MouseDown(BColumnListView* parent, BRow* row,
81 AbstractTable::AbstractColumn::MouseUp(BColumnListView* parent, BRow* row,
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp41 BRow(),
H A DNotificationsView.h27 class AppRow : public BRow {
/haiku/headers/private/interface/
H A DColumnListView.h69 class BRow;
120 // index. Hierarchies are formed by adding other BRow objects as
122 class BRow { class
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* ro
[all...]
/haiku/src/apps/resedit/
H A DResView.cpp191 BRow *row = fListView->CurrentSelection();
202 BRow *row = fListView->RowAt(i);
351 ResView::UpdateRow(BRow *row)

Completed in 121 milliseconds

12