gpt4 book ai didi

C++ Qt : Check the current State of QStateMachine

转载 作者:可可西里 更新时间:2023-11-01 16:27:30 25 4
gpt4 key购买 nike

我正在尝试在 Qt (C++) 中实现状态机。如何检查 QStateMachine 的当前状态?我在文档中找不到方法。

谢谢

最佳答案

你试过QStateMachine::configuration()了吗?

引用http://www.qtcentre.org/threads/42085-How-to-get-the-current-state-of-QStateMachine

以上网址摘录:

// QStateMachine::configuration() gives you the current states.

while(stateMachine->configuration().contains(s2))
{
//do something
}

关于C++ Qt : Check the current State of QStateMachine,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8519890/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com