CopperSpice API
1.9.2
|
This is the complete list of members for QVideoWindowControl, including all inherited members.
QMediaControl(QObject *parent=nullptr) | QMediaControl | explicitprotected |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
QVideoWindowControl(QObject *parent=nullptr) | QVideoWindowControl | explicitprotected |
aspectRatioMode() const = 0 | QVideoWindowControl | pure virtual |
blockSignals(bool block) | QObject | |
brightness() const = 0 | QVideoWindowControl | pure virtual |
brightnessChanged(int brightness) | QVideoWindowControl | signal |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
contrast() const = 0 | QVideoWindowControl | pure virtual |
contrastChanged(int contrast) | QVideoWindowControl | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | slot |
destroyed(QObject *obj=nullptr) | QObject | signal |
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
displayRect() const = 0 | QVideoWindowControl | pure virtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
findChild(const QString &childName=QString ()) const | QObject | |
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
fullScreenChanged(bool fullScreen) | QVideoWindowControl | signal |
hue() const = 0 | QVideoWindowControl | pure virtual |
hueChanged(int hue) | QVideoWindowControl | signal |
inherits(const QString &className) const | QObject | |
installEventFilter(QObject *filterObj) | QObject | |
isFullScreen() const = 0 | QVideoWindowControl | pure virtual |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isWidgetType() const | QObject | |
isWindowType() const | QObject | |
killTimer(int id) | QObject | |
metaObject() const | QObject | |
moveToThread(QThread *targetThread) | QObject | |
nativeSize() const = 0 | QVideoWindowControl | pure virtual |
nativeSizeChanged() | QVideoWindowControl | signal |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
parent() const | QObject | |
property(const QString &name) const | QObject | |
qobject_cast(QObject *object) | QObject | related |
receivers(const QString &signal) const | QObject | protected |
removeEventFilter(QObject *obj) | QObject | |
repaint() = 0 | QVideoWindowControl | pure virtual |
saturation() const = 0 | QVideoWindowControl | pure virtual |
saturationChanged(int saturation) | QVideoWindowControl | signal |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setAspectRatioMode(Qt::AspectRatioMode mode) = 0 | QVideoWindowControl | pure virtual |
setBrightness(int brightness) = 0 | QVideoWindowControl | pure virtual |
setContrast(int contrast) = 0 | QVideoWindowControl | pure virtual |
setDisplayRect(const QRect &rect) = 0 | QVideoWindowControl | pure virtual |
setFullScreen(bool fullScreen) = 0 | QVideoWindowControl | pure virtual |
setHue(int hue) = 0 | QVideoWindowControl | pure virtual |
setObjectName(const QString &name) | QObject | |
setParent(QObject *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setSaturation(int saturation) = 0 | QVideoWindowControl | pure virtual |
setWinId(WId id) = 0 | QVideoWindowControl | pure virtual |
signalsBlocked() const | QObject | |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
staticMetaObject() | QObject | static |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
winId() const = 0 | QVideoWindowControl | pure virtual |
~QMediaControl() | QMediaControl | |
~QObject() | QObject | |
~QVideoWindowControl() | QVideoWindowControl |