pub trait IProfileCardVisualBaseMenuItemMethods: IProfileCardVisualBaseMenuItem {
Show 13 methods
// Provided methods
fn ctor(self, initial_select: impl Into<bool>) { ... }
fn on_build(self) { ... }
fn on_build_menu_item_content(self) { ... }
fn set_initial_color(self) { ... }
fn update_fixed_cursor(self) { ... }
fn update_new_icon(self) { ... }
fn is_new_arrival(self) -> bool { ... }
fn set_already_read(self) { ... }
fn set_decided(self, decided: impl Into<bool>) { ... }
fn on_select(self) { ... }
fn on_cursor_move_end(self) { ... }
fn on_deselect(self) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
OnBuildMenuItemContent() overload
Sourcefn set_initial_color(self)
fn set_initial_color(self)
SetInitialColor() overload
Sourcefn update_fixed_cursor(self)
fn update_fixed_cursor(self)
UpdateFixedCursor() overload
Sourcefn update_new_icon(self)
fn update_new_icon(self)
UpdateNewIcon() overload
Sourcefn is_new_arrival(self) -> bool
fn is_new_arrival(self) -> bool
IsNewArrival() overload
Sourcefn set_already_read(self)
fn set_already_read(self)
SetAlreadyRead() overload
Sourcefn set_decided(self, decided: impl Into<bool>)
fn set_decided(self, decided: impl Into<bool>)
SetDecided(bool) overload
Sourcefn on_cursor_move_end(self)
fn on_cursor_move_end(self)
OnCursorMoveEnd() overload
Sourcefn on_deselect(self)
fn on_deselect(self)
OnDeselect() overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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: IProfileCardVisualBaseMenuItem> IProfileCardVisualBaseMenuItemMethods for __T
Available on crate feature
app-profilecardvisualbasemenuitem only.