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

12

/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/tests/kits/opengl/glinfo/
H A DCapabilitiesView.h21 BRow* _CreateCapabilitiesRow(GLenum capability,
23 BRow* _CreateConvolutionCapabilitiesRow();
H A DCapabilitiesView.cpp111 BRow *row;
125 BRow*
128 BRow* row = new BRow();
139 BRow*
142 BRow* row = new BRow();
H A DExtensionsView.cpp59 BRow *row;
85 BRow* row = new BRow();
/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;
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 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,
81 AbstractTable::AbstractColumn::MouseUp(BColumnListView* parent, BRow* row,
H A DTreeTable.h209 BRow* row, BField* field,
212 BRow* row, BField* field,
235 virtual void ExpandOrCollapse(BRow* row, bool expand);
/haiku/src/preferences/sounds/
H A DHEventList.h24 class HEventRow : public BRow {
H A DHEventList.cpp28 BRow(),
104 BRow* row;
/haiku/src/apps/devices/
H A DPropertyList.h25 class PropertyRow : public BRow {
H A DPropertyList.cpp21 : BRow(),
83 BRow *row;
/haiku/src/preferences/shortcuts/
H A DPopUpColumn.h24 void MouseDown(BColumnListView* parent, BRow* row,
H A DShortcutsSpec.h31 class ShortcutsSpec : public BRow, public BArchivable {
H A DShortcutsWindow.h90 BRow* fSelectedRow;
H A DPopUpColumn.cpp39 PopUpColumn::MouseDown(BColumnListView* parent, BRow* row, BField* field,
/haiku/src/preferences/repositories/
H A DRepoRow.h23 class RepoRow : public BRow {
H A DRepoRow.cpp24 BRow(),
/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/resedit/
H A DResView.h53 void UpdateRow(BRow *row);
70 class ResDataRow : public BRow
/haiku/src/apps/drivesetup/
H A DPartitionList.h64 // BRow for the PartitionListView
65 class PartitionListRow : public BRow {
66 typedef BRow Inherited;
100 virtual void ExpandOrCollapse(BRow* row, bool expand);
H A DMainWindow.h26 class BRow;
82 BRow* currentRow);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h68 class TeamRow : public BRow {
69 typedef BRow Inherited;
/haiku/src/preferences/notifications/
H A DNotificationsView.h27 class AppRow : public BRow {

Completed in 102 milliseconds

12