SignalEvent Class
class QStateMachine::SignalEventSignalEvent 클래스는 Qt 신호 이벤트를 나타냅니다. 더 보기...
공용 함수
virtual | ~SignalEvent() |
QList<QVariant> | arguments() const |
QObject * | sender() const |
int | signalIndex() const |
상세 설명
신호 이벤트는 Qt 신호에 대한 응답으로 QStateMachine 에 의해 생성됩니다. QSignalTransition 클래스는 신호 이벤트와 관련된 전환을 제공합니다. QStateMachine::SignalEvent 은 Qt State Machine 프레임워크의 일부입니다.
sender() 함수는 시그널을 생성한 객체를 반환합니다. signalIndex () 함수는 신호의 인덱스를 반환합니다. arguments () 함수는 신호의 인수를 반환합니다.
QSignalTransition 를참조하세요 .
멤버 함수 문서
[virtual noexcept]
SignalEvent::~SignalEvent()
이것을 파괴합니다 SignalEvent.
QList<QVariant> SignalEvent::arguments() const
신호의 인수를 반환합니다.
QObject *SignalEvent::sender() const
신호를 방출한 객체를 반환합니다.
QObject::sender()도 참조하세요 .
int SignalEvent::signalIndex() const
신호의 인덱스를 반환합니다.
QMetaObject::indexOfSignal() 및 QMetaObject::method()도 참조하세요 .
© 2025 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.