Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Unit test helper for access to UI elements without actually running an UI.
This allows to cover functionality for resolving UI-coordinates against an UI topology and accessing or creating elements. Obviously, only faked UI widgets can be returned, but this does not matter for those features anyway.
Definition in file test-element-access.hpp.
#include "lib/error.hpp"
#include "stage/model/element-access.hpp"
#include "stage/interact/ui-coord.hpp"
#include "test/mock-elm.hpp"
#include "lib/symbol.hpp"
#include <string>
#include <memory>
Classes | |
struct | DummyTab |
struct | DummyView |
class | DummyWidget |
class | TestElementAccess |
Mock implementation of the model::ElementAccess interface for testing without actual UI. More... | |
Namespaces | |
stage | |
Lumiera GTK UI implementation root. | |