|
opynsim
Unofficial C++ Documentation
|
#include <tab_registry_entry.h>
Public Member Functions | |
| TabRegistryEntry (CStringView name, std::function< std::unique_ptr< Tab >(Widget *)> tab_constructor) | |
| CStringView | name () const |
| std::unique_ptr< Tab > | construct_tab (Widget *) const |
|
explicit |
| CStringView osc::TabRegistryEntry::name | ( | ) | const |