Skip to main content

IRefineRingUnitSelectMenuMethods

Trait IRefineRingUnitSelectMenuMethods 

Source
pub trait IRefineRingUnitSelectMenuMethods: IRefineRingUnitSelectMenu {
    // Provided methods
    fn destroy(self) { ... }
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<GodUnitSelectMenuContent>,
        god_select_root: impl Into<GodSelectRoot>,
        god_unit: impl Into<GodUnit>,
    ) { ... }
    fn x_call(self) -> BasicMenu_Result { ... }
    fn on_close(self) { ... }
}

Provided Methods§

Source

fn destroy(self)

Destroy() overload

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<GodUnitSelectMenuContent>, god_select_root: impl Into<GodSelectRoot>, god_unit: impl Into<GodUnit>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::godunitselectmenucontent::GodUnitSelectMenuContent, crate::app::godselectroot::GodSelectRoot, crate::app::godunit::GodUnit) overload

Source

fn x_call(self) -> BasicMenu_Result

XCall() overload

Source

fn on_close(self)

OnClose() 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: IRefineRingUnitSelectMenu> IRefineRingUnitSelectMenuMethods for __T

Available on crate feature app-refineringunitselectmenu only.