![]() |
The ZX Ecosystem v5.1.0;_GUI_v3.1.0
|
#include <string>#include <stack>#include <memory>#include "zxecosystem/base/ZXColors.h"#include "zxecosystem/core/ZXScreen.h"#include "zxecosystem/core/ZXEcosystem.h"#include "zxecosystem/gui/ZXGUIGeneral.h"#include "zxecosystem/gui/widgets/ZXWidgetsBase.h"

Go to the source code of this file.
Classes | |
| class | zxeco::gui::Window |
| A window on the screen. More... | |
| class | zxeco::gui::Window::DepthFirstInserter |
| To insert widgets in a window in a depth-first fashion. More... | |
Namespaces | |
| namespace | zxeco |
| The main namespace of the library, that spans across all the zx modules. | |
| namespace | zxeco::gui |
| The namespace of the GUI companion sub-library. | |