Home
last modified time | relevance | path

Searched refs:m_rowHeight (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/apitrace/apitrace-9.0/gui/graphing/
H A Dheatmapview.cpp12 m_rowHeight = 20; in HeatmapView()
94 painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
101 painter.translate(0, m_rowHeight); in paintEvent()
119 painter.drawLine(0, m_rowHeight, width(), m_rowHeight); in paintEvent()
120 painter.drawLine(0, m_rowHeight * 2, width(), m_rowHeight * 2); in paintEvent()
123 painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
126 painter.drawLine(0, m_rowHeight, width(), m_rowHeight); in paintEvent()
156 … painter.translate(0, m_data->headerRows() * m_rowHeight - m_viewBottom % m_rowHeight); in paintEvent()
157 painter.drawLine(0, (row + 1) * m_rowHeight, width(), (row + 1) * m_rowHeight); in paintEvent()
160 painter.drawLine(0, row * m_rowHeight, width(), row * m_rowHeight); in paintEvent()
[all …]
H A Dheatmapverticalaxiswidget.cpp11 m_rowHeight = 20; in HeatmapVerticalAxisWidget()
20 m_valueMax = (data->dataRows() + data->headerRows()) * m_rowHeight; in setDataProvider()
30 if (e->pos().y() < m_data->headerRows() * m_rowHeight) { in mouseDoubleClickEvent()
35 row -= m_data->headerRows() * m_rowHeight; in mouseDoubleClickEvent()
37 row /= m_rowHeight; in mouseDoubleClickEvent()
63 painter.translate(0, m_data->headerRows() * m_rowHeight - m_valueBegin % m_rowHeight); in paintEvent()
64 int rowStart = m_valueBegin / m_rowHeight; in paintEvent()
69 painter.drawLine(0, m_rowHeight, width(), m_rowHeight); in paintEvent()
70 painter.translate(0, m_rowHeight); in paintEvent()
79 painter.drawLine(0, m_rowHeight, width(), m_rowHeight); in paintEvent()
[all …]
H A Dheatmapverticalaxiswidget.h19 int m_rowHeight;
H A Dheatmapview.h119 int m_rowHeight;
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DQuickTableButton.cpp49 qreal m_rowHeight; member in SizeChooserGrid
72 m_rowHeight = metrics.height() + 2; in SizeChooserGrid()
84 return QSize(m_extraWidth + 8 * m_columnWidth, m_extraHeight + 8 * m_rowHeight); in sizeHint()
90 m_row = qMin(qreal(7.0), (ev->y() - m_topMargin) / m_rowHeight); in mouseMoveEvent()
127 …painter.fillRect(QRectF(0.0, 0.0, (m_column + 1) * m_columnWidth, (m_row + 1) * m_rowHeight), pa… in paintEvent()
129 … painter.drawLine(QPointF(c * m_columnWidth, 0.0), QPointF(c * m_columnWidth, 8 * m_rowHeight)); in paintEvent()
132 … painter.drawLine(QPointF(0.0, r * m_rowHeight), QPointF(8 * m_columnWidth, r * m_rowHeight)); in paintEvent()
136 …painter.drawText(QRectF(0.0, 0.0, m_columnWidth, m_rowHeight), QString("%1x%2").arg(m_column + 1).… in paintEvent()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DQuickTableButton.cpp49 qreal m_rowHeight; member in SizeChooserGrid
72 m_rowHeight = metrics.height() + 2; in SizeChooserGrid()
84 return QSize(m_extraWidth + 8 * m_columnWidth, m_extraHeight+ 8 * m_rowHeight); in sizeHint()
90 m_row = qMin(qreal(7.0), (ev->y()-m_topMargin) / m_rowHeight); in mouseMoveEvent()
127 …painter.fillRect(QRectF(0.0, 0.0, (m_column+1) * m_columnWidth, (m_row+1) * m_rowHeight), palett… in paintEvent()
129 painter.drawLine(QPointF(c*m_columnWidth, 0.0), QPointF(c*m_columnWidth, 8 * m_rowHeight)); in paintEvent()
132 painter.drawLine(QPointF(0.0, r*m_rowHeight), QPointF(8 * m_columnWidth, r*m_rowHeight)); in paintEvent()
136 …painter.drawText(QRectF(0.0, 0.0, m_columnWidth, m_rowHeight), QString("%1x%2").arg(m_column+1).ar… in paintEvent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzfarm/tfarmclient/
H A Dtgrid.cpp246 if ((col->getRowCount() * m_rowHeight) > ly) in updateScrollBarStatus()
270 static int m_rowHeight; member in TGrid::Data
273 int TGrid::Data::m_rowHeight = 20; member in TGrid::Data
277 int item = y / m_rowHeight; in posToRow()
418 TRect gridHeaderPlacement(0, size.ly - 1 - m_data->m_rowHeight, size.lx - 1, in draw()
434 TRect(x0, gridHeaderY0, x1, gridHeaderY0 + m_data->m_rowHeight - 1), in draw()
439 int y = size.ly - 1 - m_data->m_rowHeight; in draw()
440 for (int j = m_data->m_yoffset / m_data->m_rowHeight; in draw()
441 j < col->getRowCount() && y; ++j, y -= m_data->m_rowHeight) { in draw()
444 TRect cellRect(x0, rowY - m_data->m_rowHeight - 1, x1, rowY); in draw()
[all …]
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Dframefilter.h69 uint32_t m_rowHeight;
81 : m_rowHeight(0) in ParallelFilter()
106 return m_rowHeight; in getCUHeight()
/dports/multimedia/x265/source/encoder/
H A Dframefilter.h69 uint32_t m_rowHeight;
81 : m_rowHeight(0) in ParallelFilter()
106 return m_rowHeight; in getCUHeight()
/dports/www/falkon/falkon-3.2.0/src/lib/preferences/
H A Dpluginlistdelegate.cpp26 , m_rowHeight(0) in PluginListDelegate()
108 if (!m_rowHeight) { in sizeHint()
124m_rowHeight = 2 * m_padding + 2 * opt.fontMetrics.leading() + opt.fontMetrics.height() + titleMetr… in sizeHint()
127 return QSize(200, m_rowHeight); in sizeHint()
H A Dpluginlistdelegate.h36 mutable int m_rowHeight;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/context/applets/albums/plugin/
H A DAlbumsModel.cpp33 , m_rowHeight( 0 ) in AlbumsModel()
42 return m_rowHeight; in rowHeight()
49 m_rowHeight = QFontMetrics( font ).height(); in updateRowHeight()
91 …h += (item->type() != AlbumType) ? m_rowHeight : static_cast<const AlbumItem *>( item )->iconSize(… in data()
H A DAlbumsModel.h45 int m_rowHeight; variable
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dcustomtable.h260 { return m_rowHeight; } in getRowHeight()
267 { m_rowHeight = value; } in setRowHeight()
377 int m_rowHeight; variable
/dports/www/falkon/falkon-3.2.0/src/plugins/GreaseMonkey/settings/
H A Dgm_settingslistdelegate.cpp30 , m_rowHeight(0) in GM_SettingsListDelegate()
158 if (!m_rowHeight) { in sizeHint()
174m_rowHeight = 2 * m_padding + opt.fontMetrics.leading() + opt.fontMetrics.height() + titleMetrics.… in sizeHint()
177 return QSize(200, m_rowHeight); in sizeHint()
H A Dgm_settingslistdelegate.h37 mutable int m_rowHeight; variable
/dports/textproc/libwpd010/libwpd-0.10.3/src/lib/
H A DWP6EOLGroup.cpp56 m_rowHeight(0), in WP6EOLGroup()
100 m_rowHeight = readU16(input, encryption); in _readContents()
105 m_rowHeight = 0x0000; in _readContents()
315 listener->insertRow(m_rowHeight, m_isMinimumHeight, m_isHeaderRow); in parse()
H A DWP6EOLGroup.h62 unsigned short m_rowHeight; variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dspreadsheetviewer.cpp457 , m_rowHeight(20) in SpreadsheetViewer()
504 m_columnScrollArea->setFixedHeight(m_rowHeight * 3 - 3); in SpreadsheetViewer()
523 w->setFixedSize(QSize(scrollBarWidth, m_rowHeight * 3 + 60 - 63)); in SpreadsheetViewer()
689 int row = (point.y() + 1) / m_rowHeight; in xyToPosition()
697 int y = (pos.frame() * m_rowHeight) - 1; in positionToXY()
785 m_markRowDistance * m_rowHeight; in wheelEvent()
864 int visibleRowCount = visibleRect.height() / m_rowHeight; in keyPressEvent()
867 y = visibleRect.top() - (visibleRowCount + 1) * m_rowHeight; in keyPressEvent()
870 y = visibleRect.bottom() + (visibleRowCount + 1) * m_rowHeight; in keyPressEvent()
874 y = (frameCount + 1) * m_rowHeight; in keyPressEvent()
/dports/games/kiriki/kiriki-21.12.3/src/
H A Dkiriki.cpp263 if (m_rowHeight != kirikiSettings::rowHeight()) in settingsChanged()
265 m_rowHeight = kirikiSettings::rowHeight(); in settingsChanged()
266 m_itemDelegate -> setHeight(m_rowHeight); in settingsChanged()
324 m_rowHeight = kirikiSettings::rowHeight(); in showPreferences()
H A Dkiriki.h62 int m_rowHeight; variable
/dports/www/falkon/falkon-3.2.0/src/lib/navigation/completer/
H A Dlocationcompleterdelegate.cpp36 , m_rowHeight(0) in LocationCompleterDelegate()
224 if (!m_rowHeight) { in sizeHint()
233 m_rowHeight = 4 * m_padding + qMax(16, opt.fontMetrics.height()); in sizeHint()
236 return QSize(200, m_rowHeight); in sizeHint()
H A Dlocationcompleterdelegate.h41 mutable int m_rowHeight; variable
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/imp/xp/
H A DODi_Style_Style.h181 !m_rowHeight.empty() || in hasProperties()
219 const std::string* getRowHeight() const {return &m_rowHeight;} in getRowHeight()
440 std::string m_rowHeight; // style:row-height variable
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dspreadsheetviewer.h305 int m_rowHeight; variable
328 int getRowHeight() const { return m_rowHeight; } in getRowHeight()
329 void setRowHeight(int height) { m_rowHeight = height; } in setRowHeight()

12