![]() |
Qt 6.x
The Qt SDK
|
#include <qmenu_p.h>
Collaboration diagram for QMenuPrivate::DelayState:Public Member Functions | |
| DelayState () | |
| void | initialize (QMenu *parent) |
| void | start (int timeout, QAction *toStartAction) |
| void | stop () |
Public Attributes | |
| QMenu * | parent = nullptr |
| QAction * | action = nullptr |
| QBasicTimer | timer |
Definition at line 342 of file qmenu_p.h.
References action, QBasicTimer::isActive(), parent, QBasicTimer::start(), and timer.
Here is the call graph for this function:
|
inline |
Definition at line 349 of file qmenu_p.h.
References action, QBasicTimer::stop(), and timer.
Here is the call graph for this function:Definition at line 355 of file qmenu_p.h.
Referenced by initialize(), and start().
| QBasicTimer QMenuPrivate::DelayState::timer |
Definition at line 357 of file qmenu_p.h.
Referenced by QMenuSloppyState::hasParentActiveDelayTimer(), start(), and stop().