kanzi::autogen

Trait IDataDrivenExclusiveActivityHostConcept

pub trait IDataDrivenExclusiveActivityHostConcept: Inherits<Object> + Inherits<DataDrivenExclusiveActivityHostConcept> {
    // Provided methods
    fn get_activity_source(&self) -> Result<Option<Weak<Resource>>, Error> { ... }
    fn set_activity_source(&self, value: Option<&Resource>) -> Result<(), Error> { ... }
    fn get_activity_template(&self) -> Result<KanziString, Error> { ... }
    fn set_activity_template(
        &self,
        value: impl AsRef<KanziStr>,
    ) -> Result<(), Error> { ... }
    fn get_active_activity_index(&self) -> Result<i32, Error> { ... }
    fn set_active_activity_index(&self, value: i32) -> Result<(), Error> { ... }
}
Expand description

Base class for the Data-Driven Exclusive Activity Host classes. This class defines the common types, functionality, and properties for the Data-Driven Exclusive Activity Host classes. See: DataDrivenExclusiveActivityHost2D, DataDrivenExclusiveActivityHost3D

§Since

Kanzi 3.9.0

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§