Blender V5.0
blender::bke::WorkSpaceStatusItem Struct Reference

#include <BKE_workspace.hh>

Public Attributes

int icon = 0
std::string text = {}
float space_factor = 0.0f
bool inverted = false

Detailed Description

Definition at line 28 of file BKE_workspace.hh.

Member Data Documentation

◆ icon

int blender::bke::WorkSpaceStatusItem::icon = 0

Definition at line 29 of file BKE_workspace.hh.

Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().

◆ inverted

bool blender::bke::WorkSpaceStatusItem::inverted = false

Definition at line 32 of file BKE_workspace.hh.

Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().

◆ space_factor

float blender::bke::WorkSpaceStatusItem::space_factor = 0.0f

Definition at line 31 of file BKE_workspace.hh.

Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().

◆ text

std::string blender::bke::WorkSpaceStatusItem::text = {}

Definition at line 30 of file BKE_workspace.hh.

Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().


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