Home
last modified time | relevance | path

Searched refs:m_content_height (Results 1 – 10 of 10) sorted by relevance

/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DScrollArea.cpp63 m_content_height = other.m_content_height; in ScrollArea()
93 double progress_pixels = m_vert_progress*(m_content_height-m_height); in set_content_height()
94 m_content_height = height; in set_content_height()
96 double scrollbar_length = m_height/m_content_height; in set_content_height()
115 return m_content_height; in get_content_height()
185 if (m_content_height <= m_height) { in set_vert_scroll_progress_pixels()
188 set_vert_scroll_progress(pixels/(m_content_height-m_height)); in set_vert_scroll_progress_pixels()
193 if (m_content_height > m_height) { in vert_scroll_pixels()
194 horiz_scroll(pixels/(m_content_height-m_height)); in vert_scroll_pixels()
203 return max<double>(0,m_vert_progress*(m_content_height-m_height)); in get_vert_scroll_progress_pixels()
[all …]
H A DScrollArea.hpp42 double m_content_height; member in LM::ScrollArea
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/
H A Dcollapsiblesectionwidget.cpp41 , m_content_height(0) in CollapsibleSectionWidget()
71 m_content_height = content_layout->sizeHint().height(); in set_content_layout()
77 m_content_area.setFixedHeight(checked ? m_content_height : 0); in slot_on_click()
H A Dcollapsiblesectionwidget.h62 int m_content_height; variable
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/utility/
H A Dwidgetzoomhandler.cpp71 , m_content_height(content_widget->height()) in WidgetZoomHandler()
180 MinWidgetSize / m_content_height)); in compute_min_max_scale_factors()
187 MaxWidgetSize / m_content_height)); in compute_min_max_scale_factors()
224 static_cast<int>(m_content_height * m_state.m_scale_factor)); in apply_scale_factor()
H A Dmousecoordinatestracker.cpp56 , m_content_height(widget->height()) in MouseCoordinatesTracker()
81 static_cast<int>(ndc.y * m_content_height)); in widget_to_pixel()
H A Dmousecoordinatestracker.h66 const int m_content_height; variable
H A Dwidgetzoomhandler.h71 const int m_content_height; variable
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/helpers/src/qtmml/
H A Dqtmmlwidget.cpp548 int m_content_width, m_content_height; member in __anon1299d46a0211::MmlMtableNode
4693 m_content_height = m_cell_size_data.rowHeightSum() in layoutSymbol()
4696 int bottom = -m_content_height/2; in layoutSymbol()
4715 -m_content_height/2 - frame_spc_ver, in symbolRect()
4717 m_content_height + 2*frame_spc_ver); in symbolRect()
4775 p->drawLine(x, -m_content_height/2, x, m_content_height/2 ); in paintSymbol()
4792 int y = row_offset + row_spc/2 - m_content_height/2; in paintSymbol()
/dports/x11-toolkits/qwt6/qwt-6.1.6/textengines/mathml/
H A Dqwt_mml_document.cpp502 int m_content_width, m_content_height; member in QwtMmlMtableNode
4729 m_content_height = m_cell_size_data.rowHeightSum() in layoutSymbol()
4732 int bottom = -m_content_height / 2; in layoutSymbol()
4752 -m_content_height / 2 - frame_spc_ver, in symbolRect()
4754 m_content_height + 2 * frame_spc_ver ); in symbolRect()
4815 p->drawLine( x, -m_content_height / 2, x, m_content_height / 2 ); in paintSymbol()
4834 int y = row_offset + row_spc / 2 - m_content_height / 2; in paintSymbol()