Uses of Class
io.qt.core.Qt.Orientation
Package | Description |
---|---|
io.qt.charts | |
io.qt.core | |
io.qt.gui | |
io.qt.remoteobjects | |
io.qt.sql | |
io.qt.widgets |
-
Uses of Qt.Orientation in io.qt.charts
Methods in io.qt.charts that return Qt.Orientation Modifier and Type Method Description Qt.Orientation
QAbstractAxis. orientation()
protected Qt.Orientation
QBarModelMapper. orientation()
protected Qt.Orientation
QBoxPlotModelMapper. orientation()
abstract Qt.Orientation
QCandlestickModelMapper. orientation()
Qt.Orientation
QHCandlestickModelMapper. orientation()
protected Qt.Orientation
QPieModelMapper. orientation()
Qt.Orientation
QVCandlestickModelMapper. orientation()
protected Qt.Orientation
QXYModelMapper. orientation()
Methods in io.qt.charts with parameters of type Qt.Orientation Modifier and Type Method Description QList<QAbstractAxis>
QChart. axes(Qt.Orientation... orientation)
Overloaded function forQChart.axes(io.qt.core.Qt.Orientations, io.qt.charts.QAbstractSeries)
protected void
QBarModelMapper. setOrientation(Qt.Orientation orientation)
protected void
QBoxPlotModelMapper. setOrientation(Qt.Orientation orientation)
protected void
QPieModelMapper. setOrientation(Qt.Orientation orientation)
protected void
QXYModelMapper. setOrientation(Qt.Orientation orientation)
-
Uses of Qt.Orientation in io.qt.core
Fields in io.qt.core with type parameters of type Qt.Orientation Modifier and Type Field Description QObject.Signal3<Qt.Orientation,@QtPrimitiveType Integer,@QtPrimitiveType Integer>
QAbstractItemModel. headerDataChanged
Methods in io.qt.core that return Qt.Orientation Modifier and Type Method Description Qt.Orientation[]
Qt.Orientations. flags()
Returns an array of flag objects represented by this Orientations.static Qt.Orientation
Qt.Orientation. resolve(int value)
Returns the corresponding enum entry for the given value.static Qt.Orientation
Qt.Orientation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Qt.Orientation[]
Qt.Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.Orientation Modifier and Type Method Description Qt.Orientations
Qt.Orientation. combined(Qt.Orientation e)
Combines this entry with other enum entry.Qt.Orientations
Qt.Orientations. combined(Qt.Orientation e)
Combines this flags with enum entry.static Qt.Orientations
Qt.Orientation. flags(Qt.Orientation... values)
Creates a newQt.Orientations
from the entries.Object
QAbstractItemModel. headerData(int section, Qt.Orientation orientation)
Overloaded function forQAbstractItemModel.headerData(int, io.qt.core.Qt.Orientation, int)
withrole = 0
.Object
QAbstractItemModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QAbstractProxyModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QConcatenateTablesProxyModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QIdentityProxyModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QSortFilterProxyModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QTransposeProxyModel. headerData(int section, Qt.Orientation orientation, int role)
Qt.Orientations
Qt.Orientations. setFlag(Qt.Orientation e)
Sets the flage
Qt.Orientations
Qt.Orientations. setFlag(Qt.Orientation e, boolean on)
Sets or clears the flagflag
boolean
QAbstractItemModel. setHeaderData(int section, Qt.Orientation orientation, Object value)
Overloaded function forQAbstractItemModel.setHeaderData(int, io.qt.core.Qt.Orientation, java.lang.Object, int)
withrole = 2
.boolean
QAbstractItemModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
boolean
QAbstractProxyModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
boolean
QSortFilterProxyModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
boolean
QTransposeProxyModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
Constructors in io.qt.core with parameters of type Qt.Orientation Constructor Description Orientations(Qt.Orientation... args)
Creates a new Orientations where the flags inargs
are set. -
Uses of Qt.Orientation in io.qt.gui
Methods in io.qt.gui that return Qt.Orientation Modifier and Type Method Description Qt.Orientation
QWheelEvent. orientation()
Deprecated.UseQWheelEvent.angleDelta()
insteadMethods in io.qt.gui with parameters of type Qt.Orientation Modifier and Type Method Description Object
QStandardItemModel. headerData(int section, Qt.Orientation orientation, int role)
boolean
QStandardItemModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
protected void
QWheelEvent. setOrientation(Qt.Orientation orientation)
Constructors in io.qt.gui with parameters of type Qt.Orientation Constructor Description QWheelEvent(QPointF pos, int delta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.Orientation orient)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, int delta, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.Orientation orient)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifier... modifiers)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, Qt.MouseEventSource source)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and invertedQWheelEvent(QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt.Orientation qt4Orientation, Qt.MouseButtons buttons, Qt.KeyboardModifiers modifiers, Qt.ScrollPhase phase, Qt.MouseEventSource source, boolean inverted)
Deprecated.Use the last QWheelEvent constructor taking pixelDelta, angleDelta, phase, and inverted -
Uses of Qt.Orientation in io.qt.remoteobjects
Methods in io.qt.remoteobjects with parameters of type Qt.Orientation Modifier and Type Method Description Object
QAbstractItemModelReplica. headerData(int section, Qt.Orientation orientation, int role)
-
Uses of Qt.Orientation in io.qt.sql
Methods in io.qt.sql with parameters of type Qt.Orientation Modifier and Type Method Description Object
QSqlQueryModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QSqlTableModel. headerData(int section, Qt.Orientation orientation, int role)
boolean
QSqlQueryModel. setHeaderData(int section, Qt.Orientation orientation, Object value, int role)
-
Uses of Qt.Orientation in io.qt.widgets
Fields in io.qt.widgets with type parameters of type Qt.Orientation Modifier and Type Field Description QObject.Signal1<Qt.Orientation>
QToolBar. orientationChanged
Methods in io.qt.widgets that return Qt.Orientation Modifier and Type Method Description Qt.Orientation
QAbstractSlider. orientation()
Qt.Orientation
QDataWidgetMapper. orientation()
Qt.Orientation
QDialogButtonBox. orientation()
Qt.Orientation
QGraphicsLinearLayout. orientation()
Qt.Orientation
QGraphicsSceneWheelEvent. orientation()
Qt.Orientation
QHeaderView. orientation()
Qt.Orientation
QProgressBar. orientation()
Qt.Orientation
QSplitter. orientation()
Qt.Orientation
QSplitterHandle. orientation()
Qt.Orientation
QStyleOptionHeader. orientation()
The header's orientation (horizontal or vertical)Qt.Orientation
QStyleOptionProgressBar. orientation()
The progress bar's orientation (horizontal or vertical); the default orentation is Qt::HorizontalQt.Orientation
QStyleOptionSlider. orientation()
The slider's orientation (horizontal or vertical)Qt.Orientation
QToolBar. orientation()
Methods in io.qt.widgets with parameters of type Qt.Orientation Modifier and Type Method Description void
QGraphicsAnchorLayout. addAnchors(QGraphicsLayoutItem firstItem, QGraphicsLayoutItem secondItem, Qt.Orientation... orientations)
void
QMainWindow. addDockWidget(Qt.DockWidgetArea area, QDockWidget dockwidget, Qt.Orientation orientation)
int
QStyle. combinedLayoutSpacing(QSizePolicy.ControlTypes controls1, QSizePolicy.ControlTypes controls2, Qt.Orientation orientation)
int
QStyle. combinedLayoutSpacing(QSizePolicy.ControlTypes controls1, QSizePolicy.ControlTypes controls2, Qt.Orientation orientation, QStyleOption option)
int
QStyle. combinedLayoutSpacing(QSizePolicy.ControlTypes controls1, QSizePolicy.ControlTypes controls2, Qt.Orientation orientation, QStyleOption option, QWidget widget)
Object
QDirModel. headerData(int section, Qt.Orientation orientation, int role)
Object
QFileSystemModel. headerData(int section, Qt.Orientation orientation, int role)
void
QHeaderView. headerDataChanged(Qt.Orientation orientation, int logicalFirst, int logicalLast)
int
QCommonStyle. layoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option, QWidget widget)
int
QProxyStyle. layoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option, QWidget widget)
int
QStyle. layoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation)
int
QStyle. layoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option)
Overloaded function forQStyle.layoutSpacing(io.qt.widgets.QSizePolicy.ControlType, io.qt.widgets.QSizePolicy.ControlType, io.qt.core.Qt.Orientation, io.qt.widgets.QStyleOption, io.qt.widgets.QWidget)
withwidget = null
.abstract int
QStyle. layoutSpacing(QSizePolicy.ControlType control1, QSizePolicy.ControlType control2, Qt.Orientation orientation, QStyleOption option, QWidget widget)
void
QMainWindow. resizeDocks(Collection<QDockWidget> docks, Collection<Integer> sizes, Qt.Orientation orientation)
void
QGridLayout. setDefaultPositioning(int n, Qt.Orientation orient)
void
QAbstractSlider. setOrientation(Qt.Orientation arg__1)
void
QDataWidgetMapper. setOrientation(Qt.Orientation aOrientation)
void
QDialogButtonBox. setOrientation(Qt.Orientation orientation)
void
QGraphicsLinearLayout. setOrientation(Qt.Orientation orientation)
void
QGraphicsSceneWheelEvent. setOrientation(Qt.Orientation orientation)
void
QProgressBar. setOrientation(Qt.Orientation arg__1)
void
QSplitter. setOrientation(Qt.Orientation arg__1)
void
QSplitterHandle. setOrientation(Qt.Orientation o)
void
QStyleOptionHeader. setOrientation(Qt.Orientation orientation)
The header's orientation (horizontal or vertical)void
QStyleOptionProgressBar. setOrientation(Qt.Orientation orientation)
The progress bar's orientation (horizontal or vertical); the default orentation is Qt::Horizontalvoid
QStyleOptionSlider. setOrientation(Qt.Orientation orientation)
The slider's orientation (horizontal or vertical)void
QToolBar. setOrientation(Qt.Orientation orientation)
void
QMainWindow. splitDockWidget(QDockWidget after, QDockWidget dockwidget, Qt.Orientation orientation)