Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/WM_api.h
| Show First 20 Lines • Show All 373 Lines • ▼ Show 20 Lines | int WM_operator_props_popup_confirm(struct bContext *C, | ||||
| struct wmOperator *op, | struct wmOperator *op, | ||||
| const struct wmEvent *event); | const struct wmEvent *event); | ||||
| int WM_operator_props_popup_call(struct bContext *C, | int WM_operator_props_popup_call(struct bContext *C, | ||||
| struct wmOperator *op, | struct wmOperator *op, | ||||
| const struct wmEvent *event); | const struct wmEvent *event); | ||||
| int WM_operator_props_popup(struct bContext *C, | int WM_operator_props_popup(struct bContext *C, | ||||
| struct wmOperator *op, | struct wmOperator *op, | ||||
| const struct wmEvent *event); | const struct wmEvent *event); | ||||
| int WM_operator_props_dialog_popup(struct bContext *C, | int WM_operator_props_dialog_popup(struct bContext *C, struct wmOperator *op, int width); | ||||
| struct wmOperator *op, | |||||
| int width, | |||||
| int height); | |||||
| int WM_operator_redo_popup(struct bContext *C, struct wmOperator *op); | int WM_operator_redo_popup(struct bContext *C, struct wmOperator *op); | ||||
| int WM_operator_ui_popup(struct bContext *C, struct wmOperator *op, int width, int height); | int WM_operator_ui_popup(struct bContext *C, struct wmOperator *op, int width); | ||||
| int WM_operator_confirm_message_ex(struct bContext *C, | int WM_operator_confirm_message_ex(struct bContext *C, | ||||
| struct wmOperator *op, | struct wmOperator *op, | ||||
| const char *title, | const char *title, | ||||
| const int icon, | const int icon, | ||||
| const char *message, | const char *message, | ||||
| const short opcontext); | const short opcontext); | ||||
| int WM_operator_confirm_message(struct bContext *C, struct wmOperator *op, const char *message); | int WM_operator_confirm_message(struct bContext *C, struct wmOperator *op, const char *message); | ||||
| ▲ Show 20 Lines • Show All 461 Lines • Show Last 20 Lines | |||||