Struct GuiTree

Source
pub struct GuiTree { /* private fields */ }

Trait Implementations§

Source§

impl From<IDispatch> for GuiTree

Source§

fn from(value: IDispatch) -> Self

Converts to this type from the input type.
Source§

impl GuiComponentExt for GuiTree

Source§

impl GuiContainerExt for GuiTree

Source§

impl GuiShellExt for GuiTree

Source§

impl GuiTreeExt for GuiTree

Source§

fn hierarchy_header_width(&self) -> Result<i32>

Source§

fn selected_node(&self) -> Result<String>

Source§

fn top_node(&self) -> Result<String>

Source§

fn change_checkbox(&self, p0: String, p1: String, p2: bool) -> Result<()>

Source§

fn collapse_node(&self, p0: String) -> Result<()>

Source§

fn default_context_menu(&self) -> Result<()>

Source§

fn double_click_item(&self, p0: String, p1: String) -> Result<()>

Source§

fn double_click_node(&self, p0: String) -> Result<()>

Source§

fn ensure_visible_horizontal_item(&self, p0: String, p1: String) -> Result<()>

Source§

fn expand_node(&self, p0: String) -> Result<()>

Source§

fn find_node_key_by_path(&self, p0: String) -> Result<String>

Source§

fn get_abap_image(&self, p0: String, p1: String) -> Result<String>

Source§

fn get_check_box_state(&self, p0: String, p1: String) -> Result<bool>

Source§

fn get_column_index_from_name(&self, p0: String) -> Result<i32>

Source§

fn get_column_title_from_name(&self, p0: String) -> Result<String>

Source§

fn get_focused_node_key(&self) -> Result<String>

Source§

fn get_hierarchy_level(&self, p0: String) -> Result<i32>

Source§

fn get_hierarchy_title(&self) -> Result<String>

Source§

fn get_is_disabled(&self, p0: String, p1: String) -> Result<bool>

Source§

fn get_is_editable(&self, p0: String, p1: String) -> Result<bool>

Source§

fn get_is_high_lighted(&self, p0: String, p1: String) -> Result<bool>

Source§

fn get_item_height(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_item_left(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_item_style(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_item_text(&self, p0: String, p1: String) -> Result<String>

Source§

fn get_item_text_color(&self, p0: String, p1: String) -> Result<u64>

Source§

fn get_item_tool_tip(&self, p0: String, p1: String) -> Result<String>

Source§

fn get_item_top(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_item_type(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_item_width(&self, p0: String, p1: String) -> Result<i32>

Source§

fn get_list_tree_node_item_count(&self, p0: String) -> Result<i32>

Source§

fn get_next_node_key(&self, p0: String) -> Result<String>

Source§

fn get_node_abap_image(&self, p0: String) -> Result<String>

Source§

fn get_node_children_count(&self, p0: String) -> Result<i32>

Source§

fn get_node_children_count_by_path(&self, p0: String) -> Result<i32>

Source§

fn get_node_height(&self, p0: String) -> Result<i32>

Source§

fn get_node_index(&self, p0: String) -> Result<i32>

Source§

fn get_node_key_by_path(&self, p0: String) -> Result<String>

Source§

fn get_node_left(&self, p0: String) -> Result<i32>

Source§

fn get_node_path_by_key(&self, p0: String) -> Result<String>

Source§

fn get_node_style(&self, p0: String) -> Result<i32>

Source§

fn get_node_text_by_key(&self, p0: String) -> Result<String>

Source§

fn get_node_text_by_path(&self, p0: String) -> Result<String>

Source§

fn get_node_text_color(&self, p0: String) -> Result<u64>

Source§

fn get_node_tool_tip(&self, p0: String) -> Result<String>

Source§

fn get_node_top(&self, p0: String) -> Result<i32>

Source§

fn get_node_width(&self, p0: String) -> Result<i32>

Source§

fn get_parent(&self, p0: String) -> Result<String>

Source§

fn get_previous_node_key(&self, p0: String) -> Result<String>

Source§

fn get_selection_mode(&self) -> Result<i16>

Source§

fn get_style_description(&self, p0: i32) -> Result<String>

Source§

fn get_tree_type(&self) -> Result<i32>

Source§

fn header_context_menu(&self, p0: String) -> Result<()>

Source§

fn is_folder(&self, p0: String) -> Result<bool>

Source§

fn is_folder_expandable(&self, p0: String) -> Result<bool>

Source§

fn is_folder_expanded(&self, p0: String) -> Result<bool>

Source§

fn item_context_menu(&self, p0: String, p1: String) -> Result<()>

Source§

fn node_context_menu(&self, p0: String) -> Result<()>

Source§

fn press_button(&self, p0: String, p1: String) -> Result<()>

Source§

fn press_header(&self, p0: String) -> Result<()>

Source§

fn press_key(&self, p0: String) -> Result<()>

Source§

fn select_column(&self, p0: String) -> Result<()>

Source§

fn selected_item_column(&self) -> Result<String>

Source§

fn selected_item_node(&self) -> Result<String>

Source§

fn select_item(&self, p0: String, p1: String) -> Result<()>

Source§

fn select_node(&self, p0: String) -> Result<()>

Source§

fn set_check_box_state(&self, p0: String, p1: String, p2: i32) -> Result<()>

Source§

fn set_column_width(&self, p0: String, p1: i32) -> Result<()>

Source§

fn unselect_all(&self) -> Result<()>

Source§

fn unselect_column(&self, p0: String) -> Result<()>

Source§

fn unselect_node(&self, p0: String) -> Result<()>

Source§

impl GuiVComponentExt for GuiTree

Source§

impl GuiVContainerExt for GuiTree

Source§

impl HasIDispatch for GuiTree

Source§

fn get_idispatch(&self) -> &IDispatch

Get the IDispatch object for low-level access to this component.
Source§

impl HasSAPType for GuiTree

Source§

fn sap_type() -> &'static str

Source§

fn sap_subtype() -> Option<&'static str>

Source§

impl IsA<GuiComponent> for GuiTree

Source§

fn upcast(&self) -> GuiComponent

Upcast this value to it’s parent type.
Source§

impl IsA<GuiContainer> for GuiTree

Source§

fn upcast(&self) -> GuiContainer

Upcast this value to it’s parent type.
Source§

impl IsA<GuiShell> for GuiTree

Source§

fn upcast(&self) -> GuiShell

Upcast this value to it’s parent type.
Source§

impl IsA<GuiVComponent> for GuiTree

Source§

fn upcast(&self) -> GuiVComponent

Upcast this value to it’s parent type.
Source§

impl IsA<GuiVContainer> for GuiTree

Source§

fn upcast(&self) -> GuiVContainer

Upcast this value to it’s parent type.
Source§

impl VariantTypeExt<'_, GuiTree> for VARIANT

Source§

fn variant_from(value: GuiTree) -> VARIANT

Convert from a type T into a VARIANT.
Source§

fn variant_into(&self) -> Result<GuiTree>

Convert from a VARIANT into a type, T.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more