Blender V5.0
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 413 of file abstract_view_item.cc.

Member Function Documentation

◆ matches()

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

Definition at line 415 of file abstract_view_item.cc.

References b, and blender::ui::AbstractViewItem::matches().

Referenced by UI_view_item_matches().

◆ swap_button_pointers()

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

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