pub trait IRingListSequence_GodAndRingListWindow_MenuMethods: IRingListSequence_GodAndRingListWindow_Menu {
// Provided methods
fn get_selected_page_data(self) -> RingListSequence_PageData { ... }
fn set_selected_page_data(self, value: impl Into<RingListSequence_PageData>) { ... }
fn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<BasicMenuContent>,
) { ... }
fn on_create(self) { ... }
fn on_dispose(self) { ... }
}Provided Methods§
Sourcefn get_selected_page_data(self) -> RingListSequence_PageData
fn get_selected_page_data(self) -> RingListSequence_PageData
get_SelectedPageData() overload
Sourcefn set_selected_page_data(self, value: impl Into<RingListSequence_PageData>)
fn set_selected_page_data(self, value: impl Into<RingListSequence_PageData>)
set_SelectedPageData(crate::app::ringlistsequence::RingListSequence_PageData) overload
Sourcefn ctor(
self,
menu_item_list: impl Into<List_1<BasicMenuItem>>,
menu_content: impl Into<BasicMenuContent>,
)
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
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() 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: IRingListSequence_GodAndRingListWindow_Menu> IRingListSequence_GodAndRingListWindow_MenuMethods for __T
Available on crate feature
app-ringlistsequence only.