Blender
V3.3
|
Public Attributes | |
std::string | idname |
std::unique_ptr< AbstractView > | view |
![]() | |
struct Link * | next |
struct Link * | prev |
Wrapper to store views in a ListBase, addressable via an identifier.
Definition at line 44 of file interface_view.cc.
std::string ViewLink::idname |
Definition at line 45 of file interface_view.cc.
Referenced by ui_block_add_view_impl().
std::unique_ptr<AbstractView> ViewLink::view |
Definition at line 46 of file interface_view.cc.
Referenced by ui_block_add_view_impl().