Skip to main content

IMyRoomRelianceSelectRootMethods

Trait IMyRoomRelianceSelectRootMethods 

Source
pub trait IMyRoomRelianceSelectRootMethods: IMyRoomRelianceSelectRoot {
Show 13 methods // Provided methods fn get_cursor(self) -> MyRoomRelianceSelectRoot_CursorTop { ... } fn set_cursor(self, value: impl Into<MyRoomRelianceSelectRoot_CursorTop>) { ... } fn get_unit_list_content(self) -> MyRoomRelianceSelectContent { ... } fn get_reliance_select_content(self) -> MyRoomRelianceSubSelectContent { ... } fn open_reliance_select(self) { ... } fn close_reliance_select(self) { ... } fn open_reliance_rank(self, open_count: impl Into<i32>) { ... } fn close_reliance_rank(self) { ... } fn show_category_cursor(self) { ... } fn hide_category_cursor(self) { ... } fn start(self) { ... } fn update(self) { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_cursor(self) -> MyRoomRelianceSelectRoot_CursorTop

get_Cursor() overload

Source

fn set_cursor(self, value: impl Into<MyRoomRelianceSelectRoot_CursorTop>)

set_Cursor(crate::app::myroomrelianceselectroot::MyRoomRelianceSelectRoot_CursorTop) overload

Source

fn get_unit_list_content(self) -> MyRoomRelianceSelectContent

GetUnitListContent() overload

Source

fn get_reliance_select_content(self) -> MyRoomRelianceSubSelectContent

GetRelianceSelectContent() overload

Source

fn open_reliance_select(self)

OpenRelianceSelect() overload

Source

fn close_reliance_select(self)

CloseRelianceSelect() overload

Source

fn open_reliance_rank(self, open_count: impl Into<i32>)

OpenRelianceRank(i32) overload

Source

fn close_reliance_rank(self)

CloseRelianceRank() overload

Source

fn show_category_cursor(self)

ShowCategoryCursor() overload

Source

fn hide_category_cursor(self)

HideCategoryCursor() overload

Source

fn start(self)

Start() overload

Source

fn update(self)

Update() overload

Source

fn ctor(self)

.ctor() 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: IMyRoomRelianceSelectRoot> IMyRoomRelianceSelectRootMethods for __T

Available on crate feature app-myroomrelianceselectroot only.