|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
UI classes. More...
Classes | |
| struct | Color |
| A color. More... | |
| class | Form |
| An interface used to add entry fields to a UI form. More... | |
| class | Group |
| A group of entry fields. More... | |
Typedefs | |
| using | String = std::wstring |
| The string type used by the native GUI components. | |
| using | StringView = std::wstring_view |
| The string view type used by the native GUI components. | |
| using | Char = wchar_t |
| The char type used by the native GUI components. | |
Enumerations | |
| enum class | Alignment { Text , Number , Leading , Center , Trailing , Left , Right } |
| Enum class for text field alignment. More... | |
| enum class | SelectionMode { None , Single , Multiple , Extended } |
| The different selection modes for the list box. More... | |
| enum class | FontFamily { Regular , Monospace } |
| Fonts families. More... | |
UI classes.
This namespace contains the classes necessary to interact with the UI used to edit the skill elements.
| using xentara::workbench::ui::Char = typedef wchar_t |
The char type used by the native GUI components.
#include <xentara/workbench/ui/Types.hpp> | using xentara::workbench::ui::String = typedef std::wstring |
The string type used by the native GUI components.
#include <xentara/workbench/ui/Types.hpp> | using xentara::workbench::ui::StringView = typedef std::wstring_view |
The string view type used by the native GUI components.
#include <xentara/workbench/ui/Types.hpp>
|
strong |
Enum class for text field alignment.
#include <xentara/workbench/ui/Types.hpp>
|
strong |
|
strong |
The different selection modes for the list box.
#include <xentara/workbench/ui/Types.hpp>