Searched refs:m_hScroll (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp62 m_hScroll(0),
84 m_hScroll = new BScrollBar(
89 AddChild(m_hScroll);
170 if (m_hScroll) {
177 m_hScroll->SetRange(0.0, 0.0);
178 m_hScroll->SetProportion(1.0);
182 m_hScroll->SetRange(m_dataRect.left, m_dataRect.right - width);
183 m_hScroll->SetProportion(width / m_dataRect.Width());
H A DParameterContainerView.h82 BScrollBar* m_hScroll; member in class:ParameterContainerView

Completed in 93 milliseconds