Searched refs:Row (Results 1 - 14 of 14) sorted by relevance

/haiku/src/libs/alm/
H A DRow.cpp10 #include "Row.h"
24 Row::Top() const
34 Row::Bottom() const
44 Row::~Row()
53 Row::Row(LinearSpec* ls, YTab* top, YTab* bottom) function in class:Row
H A DRowColumnManager.h13 #include "Row.h"
50 Row* _FindRowFor(Area* area);
53 double _PreferredHeight(Row* row,
58 void _UpdateConstraints(Row* row);
61 BObjectList<Row> fRows;
H A DRowColumnManager.cpp41 Row* row = _FindRowFor(area);
43 row = new Row(fLinearSpec, area->Top(), area->Bottom());
65 Row* row = area->fRow;
107 Row*
111 Row* row = fRows.ItemAt(i);
134 RowColumnManager::_PreferredHeight(Row* row, double& weight)
189 RowColumnManager::_UpdateConstraints(Row* row)
H A DALMLayoutBuilder.cpp71 BALMLayoutBuilder::Add(BView* view, Row* row, Column* column)
88 BALMLayoutBuilder::Add(BLayoutItem* item, Row* row, Column* column)
H A DArea.cpp17 #include "Row.h"
150 Row*
558 Area::_Init(LinearSpec* ls, Row* row, Column* column, RowColumnManager* manager)
H A DALMLayout.cpp595 Row*
604 return new(std::nothrow) Row(Solver(), top, bottom);
805 BALMLayout::AddView(BView* view, Row* row, Column* column)
915 BALMLayout::AddItem(BLayoutItem* item, Row* row, Column* column)
H A DSharedSolver.cpp237 Row* row = layout->fRowColumnManager->fRows.ItemAt(j);
/haiku/headers/libs/alm/
H A DRow.h37 class Row { class in namespace:BALM
39 ~Row();
49 Row(LinearProgramming::LinearSpec* ls,
64 using BALM::Row;
H A DArea.h33 class Row;
64 Row* GetRow() const;
110 Row* row, Column* column,
132 Row* fRow;
H A DALMLayoutBuilder.h38 BALMLayoutBuilder& Add(BView* view, Row* row, Column* column);
43 BALMLayoutBuilder& Add(BLayoutItem* item, Row* row,
H A DALMLayout.h36 class Row;
97 Row* AddRow(YTab* top, YTab* bottom);
138 virtual Area* AddView(BView* view, Row* row, Column* column);
145 virtual Area* AddItem(BLayoutItem* item, Row* row,
/haiku/src/tests/libs/alm/
H A DTableDemo.cpp16 #include "Row.h"
30 Row* r1 = layout->AddRow(layout->Top(), NULL);
31 Row* r2 = layout->AddRow(r1->Bottom(), NULL);
32 Row* r3 = layout->AddRow(r2->Bottom(), layout->Bottom());
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp450 TreeTableRow* Row() const { return fRow; } function in class:TreeTableNode
785 AddToSelection(node->Row());
793 Deselect(node->Row());
808 return node->Row()->IsExpanded();
826 BColumnListView::ScrollTo(node->Row());
856 _output = GetFieldRect(node->Row(), column);
995 UpdateRow(child->Row());
1066 AddRow(node->Row(), i,
1067 parentNode != fRootNode ? parentNode->Row() : NULL);
1096 RemoveRow(child->Row());
[all...]
/haiku/headers/private/interface/
H A DColumnListView.h313 // Row manipulation
327 void ScrollTo(const BRow* Row);

Completed in 72 milliseconds