[]Trait libhandy4::subclass::prelude::ApplicationImpl

pub trait ApplicationImpl: ApplicationImplExt + ObjectImpl {
    pub fn activate(&self, application: &Self::Type) { ... }
pub fn after_emit(&self, application: &Self::Type, platform_data: &Variant) { ... }
pub fn before_emit(&self, application: &Self::Type, platform_data: &Variant) { ... }
pub fn command_line(
        &self,
        application: &Self::Type,
        command_line: &ApplicationCommandLine
    ) -> i32 { ... }
pub fn local_command_line(
        &self,
        application: &Self::Type,
        arguments: &mut ArgumentList
    ) -> Option<i32> { ... }
pub fn open(&self, application: &Self::Type, files: &[File], hint: &str) { ... }
pub fn quit_mainloop(&self, application: &Self::Type) { ... }
pub fn run_mainloop(&self, application: &Self::Type) { ... }
pub fn shutdown(&self, application: &Self::Type) { ... }
pub fn startup(&self, application: &Self::Type) { ... }
pub fn handle_local_options(
        &self,
        application: &Self::Type,
        options: &VariantDict
    ) -> i32 { ... } }

Provided methods

pub fn activate(&self, application: &Self::Type)

pub fn after_emit(&self, application: &Self::Type, platform_data: &Variant)

pub fn before_emit(&self, application: &Self::Type, platform_data: &Variant)

pub fn command_line(
    &self,
    application: &Self::Type,
    command_line: &ApplicationCommandLine
) -> i32

pub fn local_command_line(
    &self,
    application: &Self::Type,
    arguments: &mut ArgumentList
) -> Option<i32>

pub fn open(&self, application: &Self::Type, files: &[File], hint: &str)

pub fn quit_mainloop(&self, application: &Self::Type)

pub fn run_mainloop(&self, application: &Self::Type)

pub fn shutdown(&self, application: &Self::Type)

pub fn startup(&self, application: &Self::Type)

pub fn handle_local_options(
    &self,
    application: &Self::Type,
    options: &VariantDict
) -> i32

Loading content...

Implementors

Loading content...