Skip to main content

IPhotographSelectPauseMenuItemMethods

Trait IPhotographSelectPauseMenuItemMethods 

Source
pub trait IPhotographSelectPauseMenuItemMethods: IPhotographSelectPauseMenuItem {
    // Provided methods
    fn get_is_current_pause(self) -> bool { ... }
    fn ctor(
        self,
        pause_data: impl Into<PhotographPauseData>,
        dispos_manager: impl Into<PhotographDisposManager>,
        is_current_pause: impl Into<bool>,
    ) { ... }
    fn on_select(self) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
}

Provided Methods§

Source

fn get_is_current_pause(self) -> bool

get_IsCurrentPause() overload

Source

fn ctor( self, pause_data: impl Into<PhotographPauseData>, dispos_manager: impl Into<PhotographDisposManager>, is_current_pause: impl Into<bool>, )

.ctor(crate::app::photographpausedata::PhotographPauseData, crate::app::photographdisposmanager::PhotographDisposManager, bool) overload

Source

fn on_select(self)

OnSelect() overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() 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: IPhotographSelectPauseMenuItem> IPhotographSelectPauseMenuItemMethods for __T

Available on crate feature app-photographselectpausemenuitem only.