|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
A sub element shown on a separate page. More...
#include <xentara/workbench/bindings/SubElementPage.hpp>
Inheritance diagram for xentara::workbench::bindings::SubElementPage:Classes | |
| struct | Options |
| Options. More... | |
Public Member Functions | |
| template<std::derived_from< skill::SubElement > Element> | |
| SubElementPage (PropertyController &propertyController, Element &property, Options options) | |
| Constructor. | |
A sub element shown on a separate page.
| xentara::workbench::bindings::SubElementPage::SubElementPage | ( | PropertyController & | propertyController, |
| Element & | property, | ||
| Options | options | ||
| ) |
Constructor.
| propertyController | The property controller that manages the property |
| property | A reference to the variable holding the property’s value. |
| options | The binding options |