Skip to main content

IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItemMethods

Trait IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItemMethods 

Source
pub trait IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItemMethods: IArenaBondGodSelectMenu_ArenaBondEmblemSelectMenuItem {
Show 14 methods // Provided methods fn get_god(self) -> GodUnit { ... } fn set_god(self, value: impl Into<GodUnit>) { ... } fn get_change_type(self) -> RingCleaningSequence_GodType { ... } fn set_change_type(self, value: impl Into<RingCleaningSequence_GodType>) { ... } fn get_is_selectable(self) -> bool { ... } fn set_is_selectable(self, value: impl Into<bool>) { ... } fn get_is_talkable(self) -> bool { ... } fn set_is_talkable(self, value: impl Into<bool>) { ... } fn ctor( self, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>, ) { ... } fn build_attribute(self) -> BasicMenuItem_Attribute { ... } fn a_call(self) -> BasicMenu_Result { ... } fn b_call(self) -> BasicMenu_Result { ... } fn custom_call(self) -> BasicMenu_Result { ... } fn on_select(self) { ... }
}

Provided Methods§

Source

fn get_god(self) -> GodUnit

get_God() overload

Source

fn set_god(self, value: impl Into<GodUnit>)

set_God(crate::app::godunit::GodUnit) overload

Source

fn get_change_type(self) -> RingCleaningSequence_GodType

get_ChangeType() overload

Source

fn set_change_type(self, value: impl Into<RingCleaningSequence_GodType>)

set_ChangeType(crate::app::ringcleaningsequence::RingCleaningSequence_GodType) overload

Source

fn get_is_selectable(self) -> bool

get_IsSelectable() overload

Source

fn set_is_selectable(self, value: impl Into<bool>)

set_IsSelectable(bool) overload

Source

fn get_is_talkable(self) -> bool

get_IsTalkable() overload

Source

fn set_is_talkable(self, value: impl Into<bool>)

set_IsTalkable(bool) overload

Source

fn ctor( self, unit: impl Into<Unit>, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, decide_event_handler: impl Into<ArenaBondGodSelectMenu_DecideEventHandler>, select_event_handler: impl Into<ArenaBondGodSelectMenu_SelectEventHandler>, change_unit_to_prev_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, change_unit_to_next_event_handler: impl Into<ArenaBondGodSelectMenu_ChangeUnitEventHandle>, start_help_event_handler: impl Into<ArenaBondGodSelectMenu_StartHelpEventHandler>, )

.ctor(crate::app::unit::Unit, crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_DecideEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_SelectEventHandler, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_ChangeUnitEventHandle, crate::app::arenabondgodselectmenu::ArenaBondGodSelectMenu_StartHelpEventHandler) overload

Source

fn build_attribute(self) -> BasicMenuItem_Attribute

BuildAttribute() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn custom_call(self) -> BasicMenu_Result

CustomCall() overload

Source

fn on_select(self)

OnSelect() 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§