Movatterモバイル変換


[0]ホーム

URL:


We bake cookies in your browser for a better experience. Using this site means that you consent.Read More

Menu

Qt Documentation

QKeyEventTransition Class

TheQKeyEventTransition class provides a transition for key events.More...

Header:#include <QKeyEventTransition>
Since: Qt 4.6
Inherits:QEventTransition

Properties

Public Functions

QKeyEventTransition(QState * sourceState = 0)
QKeyEventTransition(QObject * object, QEvent::Type type, int key, QState * sourceState = 0)
~QKeyEventTransition()
intkey() const
Qt::KeyboardModifiersmodifierMask() const
voidsetKey(int key)
voidsetModifierMask(Qt::KeyboardModifiers modifierMask)

Reimplemented Protected Functions

virtual booleventTest(QEvent * event)
virtual voidonTransition(QEvent * event)

Additional Inherited Members

Detailed Description

TheQKeyEventTransition class provides a transition for key events.

QKeyEventTransition is part ofThe State Machine Framework.

See alsoQState::addTransition().

Property Documentation

key :int

This property holds the key that this key event transition is associated with.

Access functions:

intkey() const
voidsetKey(int key)

modifierMask :Qt::KeyboardModifiers

This property holds the keyboard modifier mask that this key event transition checks for.

Access functions:

Qt::KeyboardModifiersmodifierMask() const
voidsetModifierMask(Qt::KeyboardModifiers modifierMask)

Member Function Documentation

QKeyEventTransition::QKeyEventTransition(QState * sourceState = 0)

Constructs a new key event transition with the givensourceState.

QKeyEventTransition::QKeyEventTransition(QObject * object,QEvent::Type type,int key,QState * sourceState = 0)

Constructs a new key event transition for events of the giventype for the givenobject, with the givenkey andsourceState.

QKeyEventTransition::~QKeyEventTransition()

Destroys this key event transition.

[virtual protected]bool QKeyEventTransition::eventTest(QEvent * event)

Reimplemented fromQAbstractTransition::eventTest().

[virtual protected]void QKeyEventTransition::onTransition(QEvent * event)

Reimplemented fromQAbstractTransition::onTransition().

© 2016 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 theGNU 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.


[8]ページ先頭

©2009-2025 Movatter.jp