Home
last modified time | relevance | path

Searched refs:Orientations (Results 26 – 50 of 1261) sorted by relevance

12345678910>>...51

/dports/graphics/qt5-pixeltool/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_widgetitem_p.h73 …explicit QDesignerWidgetItem(const QLayout *containingLayout, QWidget *w, Qt::Orientations o = Qt:…
90 …static bool check(const QLayout *layout, QWidget *w, Qt::Orientations *ptrToOrientations = nullptr…
110 const Qt::Orientations m_orientations;
/dports/x11/qt5-qev/kde-qttools-5.15.2p17/src/designer/src/lib/shared/
H A Dqdesigner_widgetitem_p.h73 …explicit QDesignerWidgetItem(const QLayout *containingLayout, QWidget *w, Qt::Orientations o = Qt:…
90 …static bool check(const QLayout *layout, QWidget *w, Qt::Orientations *ptrToOrientations = nullptr…
110 const Qt::Orientations m_orientations;
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/compositor/extensions/
H A Dqwaylandxdgshellv6.h228 Q_PROPERTY(Qt::Orientations slideConstraints READ slideConstraints CONSTANT)
229 Q_PROPERTY(Qt::Orientations flipConstraints READ flipConstraints CONSTANT)
230 Q_PROPERTY(Qt::Orientations resizeConstraints READ resizeConstraints CONSTANT)
243 Qt::Orientations slideConstraints() const;
244 Qt::Orientations flipConstraints() const;
245 Qt::Orientations resizeConstraints() const;
H A Dqwaylandxdgshell.h238 Q_PROPERTY(Qt::Orientations slideConstraints READ slideConstraints CONSTANT)
239 Q_PROPERTY(Qt::Orientations flipConstraints READ flipConstraints CONSTANT)
240 Q_PROPERTY(Qt::Orientations resizeConstraints READ resizeConstraints CONSTANT)
253 Qt::Orientations slideConstraints() const;
254 Qt::Orientations flipConstraints() const;
255 Qt::Orientations resizeConstraints() const;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview_p.h83 …Q_PROPERTY(Qt::Orientations syncDirection READ syncDirection WRITE setSyncDirection NOTIFY syncDir…
122 Qt::Orientations syncDirection() const;
123 void setSyncDirection(Qt::Orientations direction);
144 void viewportMoved(Qt::Orientations orientation) override;
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktableview_p.h83 …Q_PROPERTY(Qt::Orientations syncDirection READ syncDirection WRITE setSyncDirection NOTIFY syncDir…
122 Qt::Orientations syncDirection() const;
123 void setSyncDirection(Qt::Orientations direction);
144 void viewportMoved(Qt::Orientations orientation) override;
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dlayerheaderpanel.cpp26 const Orientation *o = Orientations::leftToRight(); in LayerHeaderPanel()
61 const Orientation *o = Orientations::leftToRight(); in paintEvent()
82 Orientations::leftToRight()->rect(rect).adjusted(-2, 0, -2, 0); in drawIcon()
126 const Orientation *o = Orientations::leftToRight(); in mousePressEvent()
152 const Orientation *o = Orientations::leftToRight(); in mouseMoveEvent()
H A Dlayerfooterpanel.cpp29 const Orientation *o = Orientations::leftToRight(); in LayerFooterPanel()
75 const Orientation *o = Orientations::leftToRight(); in paintEvent()
136 const Orientation *o = Orientations::leftToRight(); in mousePressEvent()
156 const Orientation *o = Orientations::leftToRight(); in mouseMoveEvent()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKisAngleSelector.h304 static qreal flipAngle(qreal angle, Qt::Orientations orientations);
320 …static qreal flipAngle(qreal angle, qreal minimum, qreal maximum, Qt::Orientations orientations, b…
329 void flip(Qt::Orientations orientations);
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartLayoutItems.cpp131 Qt::Orientations KChart::TextBubbleLayoutItem::expandingDirections() const in expandingDirections()
270 Qt::Orientations KChart::TextLayoutItem::expandingDirections() const in expandingDirections()
272 return Qt::Orientations(); // Grow neither vertically nor horizontally in expandingDirections()
555 Qt::Orientations KChart::VerticalLineLayoutItem::expandingDirections() const in expandingDirections()
614 Qt::Orientations KChart::MarkerLayoutItem::expandingDirections() const in expandingDirections()
616 return Qt::Orientations(); // Grow neither vertically nor horizontally in expandingDirections()
709 Qt::Orientations KChart::LineLayoutItem::expandingDirections() const in expandingDirections()
711 return Qt::Orientations(); // Grow neither vertically nor horizontally in expandingDirections()
810 return Qt::Orientations(); // Grow neither vertically nor horizontally in expandingDirections()
868 Qt::Orientations KChart::AutoSpacerLayoutItem::expandingDirections() const in expandingDirections()
[all …]
H A DKChartValueTrackerAttributes.cpp44 Qt::Orientations orientations;
169 Qt::Orientations ValueTrackerAttributes::orientations() const in orientations()
174 void ValueTrackerAttributes::setOrientations( Qt::Orientations orientations ) in setOrientations()
H A DKChartValueTrackerAttributes.h97 Qt::Orientations orientations() const;
102 void setOrientations( Qt::Orientations orientations );
/dports/sysutils/calamares/calamares-3.2.44.2/src/libcalamaresui/
H A DViewManager.h51 … Q_PROPERTY( Qt::Orientations panelSides READ panelSides WRITE setPanelSides MEMBER m_panelSides )
113 Qt::Orientations panelSides() const { return m_panelSides; } in panelSides()
114 void setPanelSides( Qt::Orientations panelSides ) { m_panelSides = panelSides; } in setPanelSides()
270 Qt::Orientations m_panelSides;
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkBasePopupWidget.h79 Q_PROPERTY( Qt::Orientations orientation READ orientation WRITE setOrientation);
145 Qt::Orientations orientation()const;
148 void setOrientation(Qt::Orientations orientation);
H A DctkBasePopupWidget.cpp92 this->Orientations = Qt::Vertical; in ctkBasePopupWidgetPrivate()
285 if (this->Orientations & Qt::Vertical) in closedGeometry()
293 if (this->Orientations & Qt::Horizontal) in closedGeometry()
350 if (this->Orientations & Qt::Vertical) in desiredOpenGeometry()
584 Qt::Orientations ctkBasePopupWidget::orientation()const in orientation()
587 return d->Orientations; in orientation()
591 void ctkBasePopupWidget::setOrientation(Qt::Orientations orientations) in setOrientation()
594 d->Orientations = orientations; in setOrientation()
H A DctkBasePopupWidget_p.h102 Qt::Orientations Orientations; variable
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dinfographicsview.h63 virtual void rotateFlipPartLabel(ItemBase *, double degrees, Qt::Orientations flipDirection);
116 void setSMDOrientation(Qt::Orientations);
117 Qt::Orientations smdOrientation();
143 Qt::Orientations m_smdOrientation;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqsizepolicy.h126 Qt::Orientations expandingDirections() const {
127 Qt::Orientations result;
154 typedef Qt::Orientations ExpandData;
175 inline QT3_SUPPORT Qt::Orientations expanding() const { return expandingDirections(); }
H A Dqlayoutitem.h72 virtual Qt::Orientations expandingDirections() const = 0;
109 Qt::Orientations expandingDirections() const;
131 Qt::Orientations expandingDirections() const;
/dports/cad/fritzing/fritzing-app-0.9.2b/src/svg/
H A Dsvgflattener.h43 …c, const QString & elementID, const QString & altElementID, double printerScale, Qt::Orientations);
47 …ng & att, QDomElement altAtt, const QString & altElementID, double printerScale, Qt::Orientations);
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_panner.h55 void setOrientations(Qt::Orientations);
56 Qt::Orientations orientations() const;
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_panner.h55 void setOrientations(Qt::Orientations);
56 Qt::Orientations orientations() const;
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_dyngrid_layout.h50 void setExpandingDirections( Qt::Orientations );
51 virtual Qt::Orientations expandingDirections() const;
H A Dqwt_panner.h57 void setOrientations( Qt::Orientations );
58 Qt::Orientations orientations() const;
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_dyngrid_layout.h50 void setExpandingDirections( Qt::Orientations );
51 virtual Qt::Orientations expandingDirections() const;

12345678910>>...51