Skip to main content

ISortieSequenceInventoryMethods

Trait ISortieSequenceInventoryMethods 

Source
pub trait ISortieSequenceInventoryMethods: ISortieSequenceInventory {
Show 22 methods // Provided methods fn ctor(self, mode: impl Into<SortieInventoryManager_Modes>) { ... } fn load_res(self) { ... } fn is_loading_res(self) -> bool { ... } fn open(self) { ... } fn open_title_bar(self) { ... } fn has_done_after_build(self) -> bool { ... } fn start_menu(self) { ... } fn get_current_menu(self) -> BasicMenu { ... } fn tutorial(self) { ... } fn menu_tick(self) { ... } fn main_menu_only_activate_unit_menu(self) { ... } fn main_menu_only_activate_pool_menu(self) { ... } fn create_sub_menu(self) { ... } fn menu_open_other_than_chara_image(self) { ... } fn menu_close_other_than_chara_image(self) { ... } fn is_menu_close_other_than_chara_image(self) -> bool { ... } fn to_trade(self) { ... } fn end_trade(self) { ... } fn menu_close(self) { ... } fn is_closed(self) -> bool { ... } fn menu_close_end(self) { ... } fn set_menu_active( self, menu: impl Into<BasicMenu>, b_active: impl Into<bool>, ) { ... }
}

Provided Methods§

Source

fn ctor(self, mode: impl Into<SortieInventoryManager_Modes>)

.ctor(crate::app::sortieinventorymanager::SortieInventoryManager_Modes) overload

Source

fn load_res(self)

LoadRes() overload

Source

fn is_loading_res(self) -> bool

IsLoadingRes() overload

Source

fn open(self)

Open() overload

Source

fn open_title_bar(self)

OpenTitleBar() overload

Source

fn has_done_after_build(self) -> bool

HasDoneAfterBuild() overload

Source

fn start_menu(self)

StartMenu() overload

Source

fn get_current_menu(self) -> BasicMenu

GetCurrentMenu() overload

Source

fn tutorial(self)

Tutorial() overload

Source

fn menu_tick(self)

MenuTick() overload

Source

fn main_menu_only_activate_unit_menu(self)

MainMenuOnlyActivateUnitMenu() overload

Source

fn main_menu_only_activate_pool_menu(self)

MainMenuOnlyActivatePoolMenu() overload

Source

fn create_sub_menu(self)

CreateSubMenu() overload

Source

fn menu_open_other_than_chara_image(self)

MenuOpenOtherThanCharaImage() overload

Source

fn menu_close_other_than_chara_image(self)

MenuCloseOtherThanCharaImage() overload

Source

fn is_menu_close_other_than_chara_image(self) -> bool

IsMenuCloseOtherThanCharaImage() overload

Source

fn to_trade(self)

ToTrade() overload

Source

fn end_trade(self)

EndTrade() overload

Source

fn menu_close(self)

MenuClose() overload

Source

fn is_closed(self) -> bool

IsClosed() overload

Source

fn menu_close_end(self)

MenuCloseEnd() overload

Source

fn set_menu_active(self, menu: impl Into<BasicMenu>, b_active: impl Into<bool>)

SetMenuActive(crate::app::basicmenu::BasicMenu, 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§

Source§

impl<__T: ISortieSequenceInventory> ISortieSequenceInventoryMethods for __T

Available on crate feature app-sortiesequenceinventory only.