QInputSequence Class | Qt 3D 5.15.18 (original) (raw)

class Qt3DInput::QInputSequence

QInputSequence represents a set of QAbstractActionInput's that must be triggerd one after the other. More...

This class was introduced in Qt 5.7.

Properties

Public Functions

Public Slots

Signals

Detailed Description

Property Documentation

buttonInterval : int

The maximum time in between consecutive QAbstractActionInput's in the input sequence. The time is in milliseconds.

Access functions:

Notifier signal:

void buttonIntervalChanged(int buttonInterval)

timeout : int

The time in which all QAbstractActionInput's in the input sequence must triggered within. The time is in milliseconds.

Access functions:

int timeout() const
void setTimeout(int timeout)

Notifier signal:

void timeoutChanged(int timeout)

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.