Searched refs:RowColumnManager (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/alm/
H A DRowColumnManager.h25 /*! The RowColumnManager groups areas with same vertical or horizontal tabs
35 The row and column approach of the RowColumnManager solves this problem.
38 class RowColumnManager { class in namespace:BALM
40 RowColumnManager(LinearSpec* spec);
41 ~RowColumnManager();
H A DRowColumnManager.cpp8 #include "RowColumnManager.h"
20 RowColumnManager::RowColumnManager(LinearSpec* spec) function in class:BALM::RowColumnManager
28 RowColumnManager::~RowColumnManager()
39 RowColumnManager::AddArea(Area* area)
63 RowColumnManager::RemoveArea(Area* area)
90 RowColumnManager::UpdateConstraints()
100 RowColumnManager::TabsChanged(Area* area)
108 RowColumnManager
[all...]
H A DArea.cpp16 #include "RowColumnManager.h"
537 RowColumnManager* manager)
558 Area::_Init(LinearSpec* ls, Row* row, Column* column, RowColumnManager* manager)
H A DALMLayout.cpp18 #include "RowColumnManager.h"
1476 fRowColumnManager = new RowColumnManager(Solver());
/haiku/headers/libs/alm/
H A DColumn.h29 class RowColumnManager;
46 friend class BALM::RowColumnManager;
57 // managed by RowColumnManager
H A DRow.h29 class RowColumnManager;
46 friend class BALM::RowColumnManager;
57 // managed by RowColumnManager
H A DArea.h40 class RowColumnManager;
108 YTab* bottom, RowColumnManager* manager);
111 RowColumnManager* manager);
119 friend class RowColumnManager;
142 RowColumnManager* fRowColumnManager;
H A DALMLayout.h37 class RowColumnManager;
276 RowColumnManager* fRowColumnManager;

Completed in 35 milliseconds