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§
Sourcefn get_cursor(self) -> MyRoomRelianceSelectRoot_CursorTop
fn get_cursor(self) -> MyRoomRelianceSelectRoot_CursorTop
get_Cursor() overload
Sourcefn set_cursor(self, value: impl Into<MyRoomRelianceSelectRoot_CursorTop>)
fn set_cursor(self, value: impl Into<MyRoomRelianceSelectRoot_CursorTop>)
set_Cursor(crate::app::myroomrelianceselectroot::MyRoomRelianceSelectRoot_CursorTop) overload
Sourcefn get_unit_list_content(self) -> MyRoomRelianceSelectContent
fn get_unit_list_content(self) -> MyRoomRelianceSelectContent
GetUnitListContent() overload
Sourcefn get_reliance_select_content(self) -> MyRoomRelianceSubSelectContent
fn get_reliance_select_content(self) -> MyRoomRelianceSubSelectContent
GetRelianceSelectContent() overload
Sourcefn open_reliance_select(self)
fn open_reliance_select(self)
OpenRelianceSelect() overload
Sourcefn close_reliance_select(self)
fn close_reliance_select(self)
CloseRelianceSelect() overload
Sourcefn open_reliance_rank(self, open_count: impl Into<i32>)
fn open_reliance_rank(self, open_count: impl Into<i32>)
OpenRelianceRank(i32) overload
Sourcefn close_reliance_rank(self)
fn close_reliance_rank(self)
CloseRelianceRank() overload
Sourcefn show_category_cursor(self)
fn show_category_cursor(self)
ShowCategoryCursor() overload
Sourcefn hide_category_cursor(self)
fn hide_category_cursor(self)
HideCategoryCursor() 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: IMyRoomRelianceSelectRoot> IMyRoomRelianceSelectRootMethods for __T
Available on crate feature
app-myroomrelianceselectroot only.