Skip to main content

IRingListSequence_GodAndRingListWindow_MenuMethods

Trait IRingListSequence_GodAndRingListWindow_MenuMethods 

Source
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§

Source

fn get_selected_page_data(self) -> RingListSequence_PageData

get_SelectedPageData() overload

Source

fn set_selected_page_data(self, value: impl Into<RingListSequence_PageData>)

set_SelectedPageData(crate::app::ringlistsequence::RingListSequence_PageData) 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

Source

fn on_create(self)

OnCreate() overload

Source

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§

Source§

impl<__T: IRingListSequence_GodAndRingListWindow_Menu> IRingListSequence_GodAndRingListWindow_MenuMethods for __T

Available on crate feature app-ringlistsequence only.