Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 371 Lines • ▼ Show 20 Lines | |||||
| void WM_operator_properties_gesture_box(struct wmOperatorType *ot); | void WM_operator_properties_gesture_box(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_gesture_box_select(struct wmOperatorType *ot); | void WM_operator_properties_gesture_box_select(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_gesture_box_zoom(struct wmOperatorType *ot); | void WM_operator_properties_gesture_box_zoom(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_gesture_lasso(struct wmOperatorType *ot); | void WM_operator_properties_gesture_lasso(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_gesture_straightline(struct wmOperatorType *ot, int cursor); | void WM_operator_properties_gesture_straightline(struct wmOperatorType *ot, int cursor); | ||||
| void WM_operator_properties_gesture_circle(struct wmOperatorType *ot); | void WM_operator_properties_gesture_circle(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_mouse_select(struct wmOperatorType *ot); | void WM_operator_properties_mouse_select(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_select_all(struct wmOperatorType *ot); | void WM_operator_properties_select_all(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_select_action(struct wmOperatorType *ot, int default_action); | void WM_operator_properties_select_action(struct wmOperatorType *ot, int default_action, bool hide_gui); | ||||
| void WM_operator_properties_select_action_simple(struct wmOperatorType *ot, int default_action); | void WM_operator_properties_select_action_simple(struct wmOperatorType *ot, int default_action, bool hide_gui); | ||||
| void WM_operator_properties_select_random(struct wmOperatorType *ot); | void WM_operator_properties_select_random(struct wmOperatorType *ot); | ||||
| int WM_operator_properties_select_random_seed_increment_get(wmOperator *op); | int WM_operator_properties_select_random_seed_increment_get(wmOperator *op); | ||||
| void WM_operator_properties_select_operation(struct wmOperatorType *ot); | void WM_operator_properties_select_operation(struct wmOperatorType *ot); | ||||
| void WM_operator_properties_select_operation_simple(struct wmOperatorType *ot); | void WM_operator_properties_select_operation_simple(struct wmOperatorType *ot); | ||||
| struct CheckerIntervalParams { | struct CheckerIntervalParams { | ||||
| int nth; /* bypass when set to zero */ | int nth; /* bypass when set to zero */ | ||||
| int skip; | int skip; | ||||
| int offset; | int offset; | ||||
| ▲ Show 20 Lines • Show All 280 Lines • Show Last 20 Lines | |||||