Blender V4.5
UILayoutGridFlowInput Struct Reference

Public Attributes

bool row_major: 1
bool even_columns: 1
bool even_rows: 1
int space_x
int space_y
int litem_w
int litem_x
int litem_y
int tot_columns
int tot_rows

Detailed Description

Definition at line 4251 of file interface_layout.cc.

Member Data Documentation

◆ even_columns

bool UILayoutGridFlowInput::even_columns

Definition at line 4254 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ even_rows

bool UILayoutGridFlowInput::even_rows

Definition at line 4255 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ litem_w

int UILayoutGridFlowInput::litem_w

Definition at line 4260 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ litem_x

int UILayoutGridFlowInput::litem_x

Definition at line 4261 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ litem_y

int UILayoutGridFlowInput::litem_y

Definition at line 4262 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ row_major

bool UILayoutGridFlowInput::row_major

Definition at line 4253 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ space_x

int UILayoutGridFlowInput::space_x

Definition at line 4256 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ space_y

int UILayoutGridFlowInput::space_y

Definition at line 4257 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ tot_columns

int UILayoutGridFlowInput::tot_columns

Definition at line 4264 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().

◆ tot_rows

int UILayoutGridFlowInput::tot_rows

Definition at line 4265 of file interface_layout.cc.

Referenced by ui_litem_grid_flow_compute().


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