|
Blender V4.3
|
#include <WM_types.hh>
Public Attributes | |
| blender::Vector< std::string > | paths |
| blender::Vector< int > | file_types |
| int | file_types_bit_flag |
| std::string | tooltip |
Definition at line 1221 of file WM_types.hh.
| blender::Vector<int> wmDragPath::file_types |
Definition at line 1224 of file WM_types.hh.
Referenced by WM_drag_create_path_data(), WM_drag_get_path_file_type(), and WM_drag_get_single_path().
| int wmDragPath::file_types_bit_flag |
Definition at line 1226 of file WM_types.hh.
Referenced by WM_drag_create_path_data(), and WM_drag_has_path_file_type().
| blender::Vector<std::string> wmDragPath::paths |
Definition at line 1222 of file WM_types.hh.
Referenced by blender::tests::TEST(), WM_drag_create_path_data(), WM_drag_get_paths(), WM_drag_get_single_path(), and WM_drag_get_single_path().
| std::string wmDragPath::tooltip |
Definition at line 1227 of file WM_types.hh.
Referenced by blender::tests::TEST(), WM_drag_create_path_data(), and WM_drag_get_item_name().