Skip to main content

IMainMenuSequence_PlayerBirthdayInputMenuSequence_MenuMethods

Trait IMainMenuSequence_PlayerBirthdayInputMenuSequence_MenuMethods 

Source
pub trait IMainMenuSequence_PlayerBirthdayInputMenuSequence_MenuMethods: IMainMenuSequence_PlayerBirthdayInputMenuSequence_Menu {
    // Provided methods
    fn get_show_row_max(self) -> i32 { ... }
    fn on_close(self) { ... }
    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 ctor(
        self,
        menu_item_list: impl Into<List_1<BasicMenuItem>>,
        menu_content: impl Into<BasicMenuContent>,
    ) { ... }
}

Provided Methods§

Source

fn get_show_row_max(self) -> i32

GetShowRowMax() overload

Source

fn on_close(self)

OnClose() overload

Source

fn key_up(self, is_trigger: impl Into<bool>)

KeyUp(bool) overload

Source

fn key_down(self, is_trigger: impl Into<bool>)

KeyDown(bool) overload

Source

fn key_left(self, is_trigger: impl Into<bool>)

KeyLeft(bool) overload

Source

fn key_right(self, is_trigger: impl Into<bool>)

KeyRight(bool) overload

Source

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

.ctor(crate::system::collections::generic::list_1::List_1<crate::app::basicmenuitem::BasicMenuItem>, crate::app::basicmenucontent::BasicMenuContent) 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§