|
Blender V5.0
|
#include <BKE_workspace.hh>
Public Attributes | |
| int | icon = 0 |
| std::string | text = {} |
| float | space_factor = 0.0f |
| bool | inverted = false |
Definition at line 28 of file BKE_workspace.hh.
| int blender::bke::WorkSpaceStatusItem::icon = 0 |
Definition at line 29 of file BKE_workspace.hh.
Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().
| bool blender::bke::WorkSpaceStatusItem::inverted = false |
Definition at line 32 of file BKE_workspace.hh.
Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().
| 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().
| std::string blender::bke::WorkSpaceStatusItem::text = {} |
Definition at line 30 of file BKE_workspace.hh.
Referenced by ed_workspace_status_item(), and uiTemplateInputStatus().