Skip to main content

IMapNavigationRootMethods

Trait IMapNavigationRootMethods 

Source
pub trait IMapNavigationRootMethods: IMapNavigationRoot {
    // Provided methods
    fn set_title_text(self) { ... }
    fn get_status_menu_content(self) -> MapNavigationStatusMenuContent { ... }
    fn get_mini_map_menu_content(self) -> MapNavigationMiniMapMenuContent { ... }
    fn get_animator(self) -> Animator { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_title_text(self)

SetTitleText() overload

Source

fn get_status_menu_content(self) -> MapNavigationStatusMenuContent

GetStatusMenuContent() overload

Source

fn get_mini_map_menu_content(self) -> MapNavigationMiniMapMenuContent

GetMiniMapMenuContent() overload

Source

fn get_animator(self) -> Animator

GetAnimator() 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: IMapNavigationRoot> IMapNavigationRootMethods for __T

Available on crate feature root-mapnavigationroot only.