|
Blender V4.3
|
#include <view3d_navigate.hh>
Public Attributes | |
| eViewOpsFlag | flag |
| const char * | idname |
| bool(* | poll_fn )(bContext *C) |
| int(* | init_fn )(bContext *C, ViewOpsData *vod, const wmEvent *event, PointerRNA *ptr) |
| int(* | apply_fn )(bContext *C, ViewOpsData *vod, const eV3D_OpEvent event_code, const int xy[2]) |
Definition at line 84 of file view3d_navigate.hh.
| int(* ViewOpsType::apply_fn) (bContext *C, ViewOpsData *vod, const eV3D_OpEvent event_code, const int xy[2]) |
Definition at line 89 of file view3d_navigate.hh.
Referenced by ED_view3d_navigation_do(), and view3d_navigate_modal_fn().
| eViewOpsFlag ViewOpsType::flag |
Definition at line 85 of file view3d_navigate.hh.
Referenced by ViewOpsData::init_navigation().
| const char* ViewOpsType::idname |
Definition at line 86 of file view3d_navigate.hh.
Referenced by view3d_navigate_modal_fn(), VIEW3D_OT_dolly(), VIEW3D_OT_move(), VIEW3D_OT_rotate(), VIEW3D_OT_view_orbit(), VIEW3D_OT_view_pan(), VIEW3D_OT_view_roll(), and VIEW3D_OT_zoom().
| int(* ViewOpsType::init_fn) (bContext *C, ViewOpsData *vod, const wmEvent *event, PointerRNA *ptr) |
Definition at line 88 of file view3d_navigate.hh.
Referenced by view3d_navigation_invoke_generic().
Definition at line 87 of file view3d_navigate.hh.
Referenced by ED_view3d_navigation_do().