|
Zrythm v2.0.0-DEV
a highly automated and intuitive digital audio workstation
|
QApplication wrapper that also spins the JUCE message loop. More...
#include <tests/helpers/scoped_juce_qapplication.h>


Additional Inherited Members | |
| Static Public Member Functions inherited from zrythm::test_helpers::ScopedQCoreApplication | |
| static void | process_events_until_true (const std::function< bool()> &cond, unsigned int max_calls=100) |
Processes QCoreApplication events until cond returns true. | |
| static void | process_events_until_timeout (std::chrono::milliseconds time=std::chrono::milliseconds(200)) |
QApplication wrapper that also spins the JUCE message loop.
To be inherited from (or used as a member) in test classes.
Definition at line 20 of file scoped_juce_qapplication.h.
|
inline |
Definition at line 23 of file scoped_juce_qapplication.h.