![]() |
The ZX Ecosystem v5.1.0;_GUI_v3.1.0
|
#include "zxecosystem/gui/widgets/ZXWidgetsBase.h"
Go to the source code of this file.
Classes | |
class | zxeco::gui::LabelWidget |
A widget consisting only in a single-line label, with possibly control codes. More... | |
class | zxeco::gui::ButtonWidget |
A widget that is a button, either text or image. More... | |
class | zxeco::gui::SwitchWidget |
A widget that is a button with two positions that are held over time. More... | |
class | zxeco::gui::LineInputWidget |
A widget that shows a line for user typing. More... | |
class | zxeco::gui::ChoiceWidget |
A widget consisting of a number of options, for single or multiple selection. More... | |
class | zxeco::gui::SeparatorWidget |
A separator between adjacent widgets. More... | |
class | zxeco::gui::ImageWidget |
A widget consisting in just one image. 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. | |