|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
A group of entry fields. More...
#include <xentara/workbench/ui/Group.hpp>
Public Member Functions | |
| template<std::derived_from< bindings::GroupField > FieldType> | |
| internal auto | add (const FieldType &field) const -> void |
| Add a field to the form. | |
A group of entry fields.
This class is a light-weight reference type referencing the actual group, meaning it can be easily copied.
| internal auto xentara::workbench::ui::Group::add | ( | const FieldType & | field | ) | const -> void |
Add a field to the form.
| field | The field to add to the form |