pub trait ISortieTradeItemMenuMethods: ISortieTradeItemMenu {
Show 29 methods
// Provided methods
fn get_m_common_index(self) -> i32 { ... }
fn set_m_common_index(self, value: impl Into<i32>) { ... }
fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<SortieTradeItemMenuContent>,
) { ... }
fn rebuild_menu(self) { ... }
fn get_name(self) -> Il2CppString { ... }
fn key_up(self, is_trigger: impl Into<bool>) { ... }
fn key_down(self, is_trigger: impl Into<bool>) { ... }
fn key_left(self, is_trigger: impl Into<bool>) { ... }
fn key_right(self, is_trigger: impl Into<bool>) { ... }
fn get_unit(self) -> Unit { ... }
fn set_unit(self, unit: impl Into<Unit>) { ... }
fn set_reciever_unit(self, unit: impl Into<Unit>) { ... }
fn get_select_item(self) -> UnitItem { ... }
fn clear_select(self) { ... }
fn set_select(self, select_no: impl Into<i32>) { ... }
fn set_first_select_at_select_index(self) { ... }
fn get_first_select(self) -> i32 { ... }
fn get_second_select(self) -> i32 { ... }
fn is_first_select(
self,
menu_item: impl Into<SortieTradeItemMenuItem>,
) -> bool { ... }
fn get_first_select_menu_item(self) -> SortieTradeItemMenuItem { ... }
fn show_cursor(self, is_show: impl Into<bool>) { ... }
fn set_initial_select(self) { ... }
fn move_front_cursor_from(self, another_menu: impl Into<BasicMenu>) { ... }
fn set_select_index_at_first_select(self) { ... }
fn set_select_index_ex(self, common_index: impl Into<i32>) { ... }
fn set_select_index_for_second_select(self, another_index: impl Into<i32>) { ... }
fn enable_to_select_blank(self, enabled: impl Into<bool>) { ... }
fn set_selectable_blank_to_disable(self, disabled: impl Into<bool>) { ... }
fn is_empty(self) -> bool { ... }
}Provided Methods§
Sourcefn get_m_common_index(self) -> i32
fn get_m_common_index(self) -> i32
get_m_CommonIndex() overload
Sourcefn set_m_common_index(self, value: impl Into<i32>)
fn set_m_common_index(self, value: impl Into<i32>)
set_m_CommonIndex(i32) overload
Sourcefn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<SortieTradeItemMenuContent>,
)
fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<SortieTradeItemMenuContent>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::sortietradeitemmenucontent::SortieTradeItemMenuContent) overload
RebuildMenu() overload
Sourcefn get_name(self) -> Il2CppString
fn get_name(self) -> Il2CppString
GetName() overload
Sourcefn set_reciever_unit(self, unit: impl Into<Unit>)
fn set_reciever_unit(self, unit: impl Into<Unit>)
SetRecieverUnit(crate::app::unit::Unit) overload
Sourcefn get_select_item(self) -> UnitItem
fn get_select_item(self) -> UnitItem
GetSelectItem() overload
Sourcefn clear_select(self)
fn clear_select(self)
ClearSelect() overload
Sourcefn set_select(self, select_no: impl Into<i32>)
fn set_select(self, select_no: impl Into<i32>)
SetSelect(i32) overload
Sourcefn set_first_select_at_select_index(self)
fn set_first_select_at_select_index(self)
SetFirstSelectAtSelectIndex() overload
Sourcefn get_first_select(self) -> i32
fn get_first_select(self) -> i32
GetFirstSelect() overload
Sourcefn get_second_select(self) -> i32
fn get_second_select(self) -> i32
GetSecondSelect() overload
Sourcefn is_first_select(self, menu_item: impl Into<SortieTradeItemMenuItem>) -> bool
fn is_first_select(self, menu_item: impl Into<SortieTradeItemMenuItem>) -> bool
IsFirstSelect(crate::app::sortietradeitemmenuitem::SortieTradeItemMenuItem) overload
GetFirstSelectMenuItem() overload
Sourcefn show_cursor(self, is_show: impl Into<bool>)
fn show_cursor(self, is_show: impl Into<bool>)
ShowCursor(bool) overload
Sourcefn set_initial_select(self)
fn set_initial_select(self)
SetInitialSelect() overload
Sourcefn move_front_cursor_from(self, another_menu: impl Into<BasicMenu>)
fn move_front_cursor_from(self, another_menu: impl Into<BasicMenu>)
MoveFrontCursorFrom(crate::app::basicmenu::BasicMenu) overload
Sourcefn set_select_index_at_first_select(self)
fn set_select_index_at_first_select(self)
SetSelectIndexAtFirstSelect() overload
Sourcefn set_select_index_ex(self, common_index: impl Into<i32>)
fn set_select_index_ex(self, common_index: impl Into<i32>)
SetSelectIndexEx(i32) overload
Sourcefn set_select_index_for_second_select(self, another_index: impl Into<i32>)
fn set_select_index_for_second_select(self, another_index: impl Into<i32>)
SetSelectIndexForSecondSelect(i32) overload
Sourcefn enable_to_select_blank(self, enabled: impl Into<bool>)
fn enable_to_select_blank(self, enabled: impl Into<bool>)
EnableToSelectBlank(bool) overload
Sourcefn set_selectable_blank_to_disable(self, disabled: impl Into<bool>)
fn set_selectable_blank_to_disable(self, disabled: impl Into<bool>)
SetSelectableBlankToDisable(bool) overload
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementors§
impl<__T: ISortieTradeItemMenu> ISortieTradeItemMenuMethods for __T
app-sortietradeitemmenu only.