Home
last modified time | relevance | path

Searched refs:m_orientation (Results 1 – 25 of 824) sorted by relevance

12345678910>>...33

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DTextButton.cc36 m_orientation(FbTk::ROT0), in TextButton()
50 if (orient == m_orientation in setOrientation()
56 if (((m_orientation == FbTk::ROT0 || m_orientation == FbTk::ROT180) && in setOrientation()
58 ((m_orientation == FbTk::ROT90 || m_orientation == FbTk::ROT270) && in setOrientation()
61 m_orientation = orient; in setOrientation()
64 m_orientation = orient; in setOrientation()
83 font.validOrientation(m_orientation); // load the orientation! in setFont()
133 if (m_orientation == ROT90 || m_orientation == ROT270) { in drawText()
144 translateSize(m_orientation, button_width, button_height); in drawText()
186 baseline_x, baseline_y, m_orientation); in drawText()
[all …]
H A DContainer.cc39 m_orientation(ROT0), in Container()
76 item->setOrientation(m_orientation); in insertItem()
314 if (m_orientation == ROT0 || m_orientation == ROT180) { in repositionItems()
344 if (m_orientation == ROT0 || m_orientation == ROT180) in repositionItems()
403 translateSize(m_orientation, tmpw, tmph); in repositionItems()
430 translateSize(m_orientation, w, h); in maxWidthPerClient()
467 if (m_orientation == orient) in setOrientation()
473 if (((m_orientation == ROT0 || m_orientation == ROT180) && in setOrientation()
475 ((m_orientation == ROT90 || m_orientation == ROT270) && in setOrientation()
478 m_orientation = orient; in setOrientation()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIPanelContainer.cpp55 end += cacheAfter * m_layout->Size(m_orientation); in Process()
69 if (m_orientation == VERTICAL) in Process()
79 pos += m_layout->Size(m_orientation); in Process()
109 end += cacheAfter * m_layout->Size(m_orientation); in Render()
133 if (m_orientation == VERTICAL) in Render()
144 pos += m_layout->Size(m_orientation); in Render()
152 if (m_orientation == VERTICAL) in Render()
277 if (m_orientation == VERTICAL && MoveUp(wrapAround)) in OnUp()
416 if (m_orientation == HORIZONTAL) in CalculateLayout()
499 if (m_orientation == HORIZONTAL) in GetCondition()
[all …]
H A DGUIFixedListContainer.cpp152 m_scroller.SetValue(GetOffset() * m_layout->Size(m_orientation)); in ValidateOffset()
157 m_scroller.SetValue(GetOffset() * m_layout->Size(m_orientation)); in ValidateOffset()
168 float start = (minCursor + 0.2f) * m_layout->Size(m_orientation); in GetCursorFromPoint()
169 …float end = (maxCursor - 0.2f) * m_layout->Size(m_orientation) + m_focusedLayout->Size(m_orientati… in GetCursorFromPoint()
170 float pos = (m_orientation == VERTICAL) ? point.y : point.x; in GetCursorFromPoint()
173 pos -= minCursor * m_layout->Size(m_orientation); in GetCursorFromPoint()
177 if (pos < layout->Size(m_orientation)) in GetCursorFromPoint()
183 pos -= layout->Size(m_orientation); in GetCursorFromPoint()
198 float sizeOfItem = m_layout->Size(m_orientation); in SelectItemFromPoint()
203 float end = (maxCursor - 0.2f) * sizeOfItem + m_focusedLayout->Size(m_orientation); in SelectItemFromPoint()
[all …]
H A DGUIBaseContainer.cpp43 m_orientation = orientation; in CGUIBaseContainer()
119 drawOffset += m_focusedLayout->Size(m_orientation) - m_layout->Size(m_orientation); in Process()
136 if (m_orientation == VERTICAL) in Process()
142 pos += focused ? m_focusedLayout->Size(m_orientation) : m_layout->Size(m_orientation); in Process()
226 drawOffset += m_focusedLayout->Size(m_orientation) - m_layout->Size(m_orientation); in Render()
250 if (m_orientation == VERTICAL) in Render()
257 pos += focused ? m_focusedLayout->Size(m_orientation) : m_layout->Size(m_orientation); in Render()
263 if (m_orientation == VERTICAL) in Render()
516 else if (m_orientation == VERTICAL) in OnLeft()
531 else if (m_orientation == VERTICAL) in OnRight()
[all …]
/dports/editors/calligra/calligra-3.2.1/karbon/ui/widgets/
H A DKarbonPaletteWidget.cpp30 , m_orientation(Qt::Horizontal) in KarbonPaletteWidget()
45 if (orientation == m_orientation) in setOrientation()
47 m_orientation = orientation; in setOrientation()
53 return m_orientation; in orientation()
63 if (m_orientation == Qt::Horizontal) { in maximalScrollOffset()
165 if (m_orientation == Qt::Horizontal) in keyPressEvent()
173 if (m_orientation == Qt::Vertical) in keyPressEvent()
177 if (m_orientation == Qt::Vertical) in keyPressEvent()
181 if (m_orientation == Qt::Vertical) in keyPressEvent()
187 if (m_orientation == Qt::Vertical) in keyPressEvent()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/defaultTools/guidestool/
H A DGuidesTool.cpp40 m_orientation(Qt::Horizontal), in GuidesTool()
63 if (m_orientation == Qt::Horizontal) { in paint()
206 if (m_orientation == Qt::Horizontal) { in mouseDoubleClickEvent()
238 m_orientation = orientation; in createGuideLine()
251 m_orientation = orientation; in moveGuideLine()
258 m_orientation = orientation; in editGuideLine()
293 m_orientation = orientation; in guideLineSelected()
296 if (m_orientation == Qt::Horizontal) in guideLineSelected()
317 if (orientation == m_orientation) { in guideLinesChanged()
319 if (m_orientation == Qt::Horizontal) in guideLinesChanged()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/camera/
H A Dbbcameraorientationhandler.cpp52 , m_orientation(0) in BbCameraOrientationHandler()
66 m_orientation = angle; in BbCameraOrientationHandler()
86 if (angle != m_orientation) { in nativeEventFilter()
90 m_orientation = angle; in nativeEventFilter()
91 emit orientationChanged(m_orientation); in nativeEventFilter()
102 return m_orientation; in viewfinderOrientation()
110 return m_orientation; in orientation()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_layout/
H A DGuide.cpp7 : m_orientation(orientation), m_position(position) {} in Guide()
10 …: m_orientation(lineOrientation(line)), m_position((m_orientation == Qt::Horizontal) ? line.y1() :… in Guide()
13 return m_orientation; in getOrientation()
30 if (m_orientation == Qt::Horizontal) { in operator QLineF()
38 : m_orientation(orientationFromString(el.attribute("orientation"))), in Guide()
44 el.setAttribute("orientation", orientationToString(m_orientation)); in toXml()
66 Guide::Guide() : m_orientation(Qt::Horizontal), m_position(0) {} in Guide()
/dports/graphics/cfdg/cfdg-3.3_1/src-agg/src/
H A Dagg_vcgen_contour.cpp35 m_orientation(0), in vcgen_contour()
45 m_orientation = 0; in remove_all()
68 if(m_orientation == path_flags_none) in add_vertex()
70 m_orientation = get_orientation(cmd); in add_vertex()
85 if(!is_oriented(m_orientation)) in rewind()
87 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
92 if(is_oriented(m_orientation)) in rewind()
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/graphics/agg/agg-2.5/src/
H A Dagg_vcgen_contour.cpp40 m_orientation(0), in vcgen_contour()
50 m_orientation = 0; in remove_all()
73 if(m_orientation == path_flags_none) in add_vertex()
75 m_orientation = get_orientation(cmd); in add_vertex()
90 if(!is_oriented(m_orientation)) in rewind()
92 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
97 if(is_oriented(m_orientation)) in rewind()
99 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/
H A Dagg_vcgen_contour.cpp35 m_orientation(0), in vcgen_contour()
45 m_orientation = 0; in remove_all()
68 if(m_orientation == path_flags_none) in add_vertex()
70 m_orientation = get_orientation(cmd); in add_vertex()
85 if(!is_oriented(m_orientation)) in rewind()
87 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
92 if(is_oriented(m_orientation)) in rewind()
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/
H A Dagg_vcgen_contour.cpp35 m_orientation(0), in vcgen_contour()
45 m_orientation = 0; in remove_all()
68 if(m_orientation == path_flags_none) in add_vertex()
70 m_orientation = get_orientation(cmd); in add_vertex()
85 if(!is_oriented(m_orientation)) in rewind()
87 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
92 if(is_oriented(m_orientation)) in rewind()
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/graphics/mapserver/mapserver-7.6.4/renderers/agg/src/
H A Dagg_vcgen_contour.cpp35 m_orientation(0), in vcgen_contour()
45 m_orientation = 0; in remove_all()
68 if(m_orientation == path_flags_none) in add_vertex()
70 m_orientation = get_orientation(cmd); in add_vertex()
85 if(!is_oriented(m_orientation)) in rewind()
87 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
92 if(is_oriented(m_orientation)) in rewind()
94 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/agg/src/
H A Dagg_vcgen_contour.cpp34 m_orientation(0), in vcgen_contour()
44 m_orientation = 0; in remove_all()
67 if(m_orientation == path_flags_none) in add_vertex()
69 m_orientation = get_orientation(cmd); in add_vertex()
84 if(!is_oriented(m_orientation)) in rewind()
86 m_orientation = (calc_polygon_area(m_src_vertices) > 0.0) ? in rewind()
91 if(is_oriented(m_orientation)) in rewind()
93 m_stroker.width(is_ccw(m_orientation) ? m_width : -m_width); in rewind()
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_draggable_tool_button.cpp28 m_orientation(Qt::Horizontal) in KisDraggableToolButton()
54 if (tanx > 10 && m_orientation == Qt::Horizontal) { in continueDrag()
55 m_orientation = Qt::Vertical; in continueDrag()
56 } else if (tanx < 0.1 && m_orientation == Qt::Vertical) { in continueDrag()
57 m_orientation = Qt::Horizontal; in continueDrag()
61 Q_UNUSED(m_orientation); in continueDrag()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/
H A Dqbarmodelmapper.cpp156 return d->m_orientation; in orientation()
167 d->m_orientation = orientation; in setOrientation()
219 m_orientation(Qt::Vertical), in QBarModelMapperPrivate()
262 if (m_orientation == Qt::Vertical) in barModelIndex()
310 if (orientation != m_orientation) { in modelHeaderDataUpdated()
329 if (m_orientation == Qt::Vertical) in modelRowsAdded()
343 if (m_orientation == Qt::Vertical) in modelRowsRemoved()
435 if (m_orientation == Qt::Vertical) in barSetsAdded()
468 if (m_orientation == Qt::Vertical) in barSetsRemoved()
487 if (m_orientation == Qt::Vertical) in valuesAdded()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qml/
H A Ddeviceorientation.cpp50 DefaultDeviceOrientation() : DeviceOrientation(), m_orientation(DeviceOrientation::Portrait) {} in DefaultDeviceOrientation()
53 return m_orientation; in orientation()
62 if (o != m_orientation) { in setOrientation()
63 m_orientation = o; in setOrientation()
68 Orientation m_orientation; member in DefaultDeviceOrientation
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoToolBoxScrollArea_p.h40 , m_orientation(Qt::Vertical) in KoToolBoxScrollArea()
48 m_toolBox->setOrientation(m_orientation); in KoToolBoxScrollArea()
79 if (orientation == m_orientation) { in setOrientation()
82 m_orientation = orientation; in setOrientation()
89 return m_orientation; in orientation()
126 if (m_orientation == Qt::Vertical) { in wheelEvent()
142 if (m_orientation == Qt::Vertical) { in doScrollPrev()
151 if (m_orientation == Qt::Vertical) { in doScrollNext()
170 if (m_orientation == Qt::Vertical) { in layoutItems()
189 if (m_orientation == Qt::Vertical) { in updateScrollButtons()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoToolBoxScrollArea_p.h40 , m_orientation(Qt::Vertical) in KoToolBoxScrollArea()
48 m_toolBox->setOrientation(m_orientation); in KoToolBoxScrollArea()
79 if (orientation == m_orientation) { in setOrientation()
82 m_orientation = orientation; in setOrientation()
89 return m_orientation; in orientation()
126 if (m_orientation == Qt::Vertical) { in wheelEvent()
142 if (m_orientation == Qt::Vertical) { in doScrollPrev()
151 if (m_orientation == Qt::Vertical) { in doScrollNext()
170 if (m_orientation == Qt::Vertical) { in layoutItems()
189 if (m_orientation == Qt::Vertical) { in updateScrollButtons()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_contour.pas70 m_orientation : unsigned;
132 m_orientation:=0;
256 m_orientation :=0;
286 if m_orientation = path_flags_none then
287 m_orientation:=get_orientation(cmd );
303 if not is_oriented(m_orientation ) then
305 m_orientation:=path_flags_ccw
307 m_orientation:=path_flags_cw;
309 if is_oriented(m_orientation ) then
310 if is_ccw(m_orientation ) then
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_vcgen_contour.pas70 m_orientation : unsigned;
132 m_orientation:=0;
256 m_orientation :=0;
286 if m_orientation = path_flags_none then
287 m_orientation:=get_orientation(cmd );
303 if not is_oriented(m_orientation ) then
305 m_orientation:=path_flags_ccw
307 m_orientation:=path_flags_cw;
309 if is_oriented(m_orientation ) then
310 if is_ccw(m_orientation ) then
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_vcgen_contour.pas70 m_orientation : unsigned;
132 m_orientation:=0;
256 m_orientation :=0;
286 if m_orientation = path_flags_none then
287 m_orientation:=get_orientation(cmd );
303 if not is_oriented(m_orientation ) then
305 m_orientation:=path_flags_ccw
307 m_orientation:=path_flags_cw;
309 if is_oriented(m_orientation ) then
310 if is_ccw(m_orientation ) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_vcgen_contour.pas70 m_orientation : unsigned;
132 m_orientation:=0;
256 m_orientation :=0;
286 if m_orientation = path_flags_none then
287 m_orientation:=get_orientation(cmd );
303 if not is_oriented(m_orientation ) then
305 m_orientation:=path_flags_ccw
307 m_orientation:=path_flags_cw;
309 if is_oriented(m_orientation ) then
310 if is_ccw(m_orientation ) then
/dports/devel/apitrace/apitrace-9.0/gui/graphing/
H A Dgraphaxiswidget.cpp19 …if (m_selectionState->type == SelectionState::Horizontal && m_orientation == GraphAxisWidget::Hori… in hasSelection()
23 …if (m_selectionState->type == SelectionState::Vertical && m_orientation == GraphAxisWidget::Vertic… in hasSelection()
45 m_orientation = v; in setOrientation()
47 if (m_orientation == Horizontal) { in setOrientation()
63 if (m_orientation == Horizontal) { in mouseMoveEvent()
78 …m_selectionState->type = m_orientation == Horizontal ? SelectionState::Horizontal : SelectionState… in mouseMoveEvent()
93 if (m_orientation == Horizontal) { in mousePressEvent()

12345678910>>...33