|
xentara-workbench-plugin v1.0.1
The Xentara Workbench Plugin Framework
|
Base class for UI bindings for all types of elements. More...
#include <xentara/workbench/bindings/AbstractElementBinding.hpp>
Inheritance diagram for xentara::workbench::bindings::AbstractElementBinding:Public Member Functions | |
| virtual | ~AbstractElementBinding ()=0 |
| Virtual destructor. | |
| virtual auto | populateUi (ui::Form form) -> void=0 |
| Populate the ui with the contents of the given form. | |
Base class for UI bindings for all types of elements.
|
pure virtualdefault |
Virtual destructor.
|
pure virtual |
Populate the ui with the contents of the given form.
| form | The form to populate |