xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
Loading...
Searching...
No Matches
xentara::workbench::ui::Group Class Referencefinal

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.
 

Detailed Description

A group of entry fields.

This class is a light-weight reference type referencing the actual group, meaning it can be easily copied.

Member Function Documentation

◆ add()

template<std::derived_from< bindings::GroupField > FieldType>
internal auto xentara::workbench::ui::Group::add ( const FieldType &  field) const -> void

Add a field to the form.

Parameters
fieldThe field to add to the form