[−][src]Struct tm_sys::ffi::tm_properties_view_api
Fields
create_properties_view: Option<unsafe extern "C" fn(allocator: *mut tm_allocator_i, config: *const tm_properties_view_config_t) -> *mut tm_properties_view_o>destroy_properties_view: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o)>set_object: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o, object: tm_tt_id_t) -> bool>set_object_with_mask: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o, object: tm_tt_id_t, property_mask: u64) -> bool>set_objects: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o, objects: *const tm_tt_id_t, n: u32) -> bool>objects: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o) -> *const tm_tt_id_t>ui: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o, asset_root: tm_tt_id_t, ui: *mut tm_ui_o, style: *const tm_ui_style_t, rect: tm_rect_t, tab: *mut tm_tab_i)>ui_info: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o) -> *mut tm_properties_ui_info_t>metrics: Option<unsafe extern "C" fn(inst: *mut tm_properties_view_o) -> *mut f32>get_type_display_name: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, object_type: u64, buffer: *mut c_char, size: u32)>get_display_name: Option<unsafe extern "C" fn(tt: *const tm_the_truth_o, object: tm_tt_id_t, buffer: *mut c_char, size: u32)>ui_object: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32) -> f32>ui_object_default: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32) -> f32>ui_property: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32, property: u32) -> f32>ui_property_with_name: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, indent: u32, property: u32) -> f32>ui_property_default: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, indent: u32, property: u32) -> f32>ui_property_default_with_name: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, indent: u32, property: u32) -> f32>ui_tree_item: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, key: u64, rect: tm_rect_t, indent: u32, expanded_default: bool, tooltip: *const c_char) -> bool>ui_group: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, indent: u32, expanded_default: bool, is_expanded: *mut bool) -> f32>ui_bool: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32) -> f32>ui_uint32: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, converter: *mut tm_properties_uint32_display_converter_i) -> f32>ui_uint64: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32) -> f32>ui_float: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, converter: *const tm_properties_float_display_converter_i) -> f32>ui_double: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32) -> f32>ui_string: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32) -> f32>ui_reference: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32) -> f32>ui_reference_args: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, picker_args: *const tm_propeties_reference_picker_args_t) -> f32>ui_subobject: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, indent: u32, expanded_by_default: bool) -> f32>ui_reference_set: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, indent: u32) -> f32>ui_subobject_set: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, indent: u32) -> f32>ui_subobject_set_item_header: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, property: u32, sub: tm_tt_id_t, indent: u32, expanded_by_default: bool) -> bool>ui_subobject_set_item: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, object: tm_tt_id_t, property: u32, sub: tm_tt_id_t, indent: u32, expanded_by_default: bool) -> f32>ui_subobject_direct: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, parent: tm_tt_id_t, subobject: tm_tt_id_t, indent: u32, expanded_by_default: bool) -> f32>ui_uint32_popup_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, num_items: u32) -> f32>ui_uint64_popup_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, items_values: *const u64, num_items: u32) -> f32>ui_reference_popup_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, items_references: *const tm_tt_id_t, num_items: u32) -> f32>ui_string_popup_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, num_items: u32) -> f32>ui_uint32_dropdown: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, item_tooltips: *mut *const c_char, items_uint32: *const u32, num_items: u32) -> f32>ui_uint64_dropdown: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, items: *mut *const c_char, item_tooltips: *mut *const c_char, items_uint64: *const u64, num_items: u32) -> f32>ui_float_slider: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, slider: *const tm_properties_float_slider_t) -> f32>ui_vec2: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, position: tm_tt_id_t) -> f32>ui_vec3: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, position: tm_tt_id_t) -> f32>ui_vec4: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, position: tm_tt_id_t) -> f32>ui_color_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, color: tm_tt_id_t) -> f32>ui_rotation: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, rotation: tm_tt_id_t) -> f32>ui_visibility_flags: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, indent: u32) -> f32>ui_label: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char) -> f32>ui_horizontal_line: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t) -> f32>ui_static_text: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, text: *const c_char) -> f32>ui_prototype: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, parent: tm_tt_id_t, property: u32, subobject: tm_tt_id_t, pick_type_hash: u64) -> f32>ui_open_path: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, extensions: *const c_char, description: *const c_char) -> f32>ui_save_path: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, name: *const c_char, tooltip: *const c_char, object: tm_tt_id_t, property: u32, extensions: *const c_char, description: *const c_char) -> f32>ui_expanded_color_picker: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, color: tm_tt_id_t) -> f32>internal__copy_expanded_state: Option<unsafe extern "C" fn(pv: *mut tm_properties_view_o, from_key: tm_tt_id_t, to_key: tm_tt_id_t)>ui_multi_object: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, item_rect: tm_rect_t, parent_proxy: tm_tt_id_t, property: u32, objects: *const tm_tt_id_t, n: u32, indent: u32) -> f32>proxy_to_objects: Option<unsafe extern "C" fn(pv: *mut tm_properties_view_o, proxy: tm_tt_id_t) -> *const tm_tt_id_t>multi_proxy: Option<unsafe extern "C" fn(pv: *mut tm_properties_view_o, parent_proxy: tm_tt_id_t, property: u32, objects: *const tm_tt_id_t, n: u32) -> tm_tt_id_t>get_property_value: Option<unsafe extern "C" fn(pv: *mut tm_properties_view_o, object: tm_tt_id_t, property: u32, ta: *mut tm_temp_allocator_i) -> *const tm_tt_prop_value_t>was_changed: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, object: tm_tt_id_t, property: u32) -> bool>popup_pick_with_categories: Option<unsafe extern "C" fn(args: *mut tm_properties_ui_args_t, ui_id: u64, pos: tm_vec2_t, strings: *const *const c_char, categories: *const *const c_char, num_strings: u32, pick_index: *mut u32) -> bool>Trait Implementations
impl Clone for tm_properties_view_api[src]
pub fn clone(&self) -> tm_properties_view_api[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for tm_properties_view_api[src]
impl Debug for tm_properties_view_api[src]
Auto Trait Implementations
impl RefUnwindSafe for tm_properties_view_api
impl Send for tm_properties_view_api
impl Sync for tm_properties_view_api
impl Unpin for tm_properties_view_api
impl UnwindSafe for tm_properties_view_api
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,