Blender V4.3
blender::ui::ViewItemAPIWrapper Class Reference

Static Public Member Functions

static bool matches (const AbstractViewItem &a, const AbstractViewItem &b)
 
static void swap_button_pointers (AbstractViewItem &a, AbstractViewItem &b)
 

Detailed Description

Helper class to provide a higher level public (C-)API. Has access to private/protected view item members and ensures some invariants that way.

Definition at line 342 of file abstract_view_item.cc.

Member Function Documentation

◆ matches()

static bool blender::ui::ViewItemAPIWrapper::matches ( const AbstractViewItem & a,
const AbstractViewItem & b )
inlinestatic

Definition at line 344 of file abstract_view_item.cc.

References b.

Referenced by UI_view_item_matches().

◆ swap_button_pointers()

static void blender::ui::ViewItemAPIWrapper::swap_button_pointers ( AbstractViewItem & a,
AbstractViewItem & b )
inlinestatic

Definition at line 353 of file abstract_view_item.cc.

References b.

Referenced by ui_view_item_swap_button_pointers().


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