Skip to main content

IRingListSkillMenu_MenuMethods

Trait IRingListSkillMenu_MenuMethods 

Source
pub trait IRingListSkillMenu_MenuMethods: IRingListSkillMenu_Menu {
    // Provided methods
    fn ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<BasicMenuContent>,
        cancel: impl Into<RingListSkillMenu_CancelEventHandler>,
        is_bind_parent: impl Into<bool>,
    ) { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn custom_call(self) -> BasicMenu_Result { ... }
    fn get_display_index(self) -> i32 { ... }
}

Provided Methods§

Source

fn ctor( self, menu_item_list: impl Into<List_1<BasicMenuItem>>, menu_content: impl Into<BasicMenuContent>, cancel: impl Into<RingListSkillMenu_CancelEventHandler>, is_bind_parent: impl Into<bool>, )

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicmenucontent::BasicMenuContent, crate::app::ringlistskillmenu::RingListSkillMenu_CancelEventHandler, bool) overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn get_display_index(self) -> i32

GetDisplayIndex() 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: IRingListSkillMenu_Menu> IRingListSkillMenu_MenuMethods for __T

Available on crate feature app-ringlistskillmenu only.