pub trait ISortieSequenceSkillEditMethods: ISortieSequenceSkillEdit {
// Provided methods
fn set_back_inherite_callback(self, callback: impl Into<Action>) { ... }
fn load_res(self) { ... }
fn is_loading_res(self) -> bool { ... }
fn open(self) { ... }
fn has_done_after_build(self) -> bool { ... }
fn start_menu(self) { ... }
fn menu_tick(self) { ... }
fn close(self) { ... }
fn is_close_all(self) -> bool { ... }
fn end(self) { ... }
fn create_equip_sub_menu(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_back_inherite_callback(self, callback: impl Into<Action>)
fn set_back_inherite_callback(self, callback: impl Into<Action>)
SetBackInheriteCallback(crate::system::action::Action) overload
Sourcefn is_loading_res(self) -> bool
fn is_loading_res(self) -> bool
IsLoadingRes() overload
Sourcefn has_done_after_build(self) -> bool
fn has_done_after_build(self) -> bool
HasDoneAfterBuild() overload
StartMenu() overload
MenuTick() overload
Sourcefn is_close_all(self) -> bool
fn is_close_all(self) -> bool
IsCloseAll() overload
CreateEquipSubMenu() 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: ISortieSequenceSkillEdit> ISortieSequenceSkillEditMethods for __T
Available on crate feature
app-sortiesequenceskilledit only.