#include <gtk-test-helpers.hh>
◆ GtkMainLoop() [1/3]
| Scroom::GtkTestHelpers::GtkMainLoop::GtkMainLoop |
( |
| ) |
|
10 {
11 }
std::thread gtk_thread
Definition gtk-test-helpers.hh:17
static void run_gtk()
Definition gtk-test-helpers.cc:19
◆ GtkMainLoop() [2/3]
| Scroom::GtkTestHelpers::GtkMainLoop::GtkMainLoop |
( |
const GtkMainLoop & |
| ) |
|
|
delete |
◆ GtkMainLoop() [3/3]
| Scroom::GtkTestHelpers::GtkMainLoop::GtkMainLoop |
( |
GtkMainLoop && |
| ) |
|
|
delete |
◆ ~GtkMainLoop()
| Scroom::GtkTestHelpers::GtkMainLoop::~GtkMainLoop |
( |
| ) |
|
14 {
17 }
void async_on_ui_thread(T f)
Definition gtk-helpers.hh:42
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ run_gtk()
| void Scroom::GtkTestHelpers::GtkMainLoop::run_gtk |
( |
| ) |
|
|
staticprivate |
20 {
21 gtk_init(nullptr, nullptr);
22 gtk_main();
23 }
◆ gtk_thread
| std::thread Scroom::GtkTestHelpers::GtkMainLoop::gtk_thread |
|
private |
The documentation for this class was generated from the following files: