Blender V4.3
ViewLink Struct Reference

Inherits Link.

Static Public Member Functions

static void views_bounds_calc (const uiBlock &block)
 

Public Attributes

std::string idname
 
std::unique_ptr< AbstractViewview
 

Detailed Description

Wrapper to store views in a ListBase, addressable via an identifier.

Definition at line 47 of file interface_view.cc.

Member Function Documentation

◆ views_bounds_calc()

Member Data Documentation

◆ idname

std::string ViewLink::idname

Definition at line 48 of file interface_view.cc.

Referenced by ui_block_add_view_impl().

◆ view

std::unique_ptr<AbstractView> ViewLink::view

Definition at line 49 of file interface_view.cc.

Referenced by ui_block_add_view_impl().


The documentation for this struct was generated from the following file: