Searched refs:m_dataRect (Results 1 - 4 of 4) sorted by path

/haiku/src/apps/cortex/DiagramView/
H A DDiagramView.cpp75 m_dataRect = Bounds();
165 *width = m_dataRect.Width() + 10.0;
166 *height = m_dataRect.Height() + 10.0;
671 m_dataRect.right = boxRect.right;
672 m_dataRect.bottom = boxRect.bottom;
760 if (Bounds().Height() > m_dataRect.Height())
767 scrollBar->SetRange(m_dataRect.top, m_dataRect.bottom - Bounds().Height());
768 scrollBar->SetProportion(Bounds().Height() / m_dataRect.Height());
776 if (Bounds().Width() > m_dataRect
[all...]
H A DDiagramView.h274 BRect m_dataRect; member in class:DiagramView
/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp60 m_dataRect(dataRect),
158 D_INTERNAL((" -> dataRect.Height() = %f scrollView.Height() = %f\n", m_dataRect.Height(), height));
159 if (height > m_dataRect.Height()) {
166 m_vScroll->SetRange(m_dataRect.top, m_dataRect.bottom - height);
167 m_vScroll->SetProportion(height / m_dataRect.Height());
174 D_INTERNAL((" -> dataRect.Width() = %f scrollView.Width() = %f\n", m_dataRect.Width(), width));
175 if (width > m_dataRect.Width()) {
182 m_hScroll->SetRange(m_dataRect.left, m_dataRect
[all...]
H A DParameterContainerView.h80 BRect m_dataRect; member in class:ParameterContainerView

Completed in 120 milliseconds