Class PreloadedWindow

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Pre-created window which prepares features that takes time in advance.

    public class PreloadedWindow : Window, IAccessibleObject
    Inheritance
    object
    EvasObject
    AccessibleObject
    Widget
    Window
    PreloadedWindow
    Implements
    IAccessibleObject

    Properties

    View Source

    BaseCircleSurface

    Declaration
    public object BaseCircleSurface { get; set; }
    Property Value
    Type Description
    object
    View Source

    BaseConformant

    Declaration
    public Conformant BaseConformant { get; protected set; }
    Property Value
    Type Description
    Conformant
    View Source

    BaseLayout

    Declaration
    public Layout BaseLayout { get; protected set; }
    Property Value
    Type Description
    Layout

    Methods

    View Source

    GetInstance()

    Declaration
    public static PreloadedWindow GetInstance()
    Returns
    Type Description
    PreloadedWindow
    View Source

    InitializeBaseLayout()

    Declaration
    public void InitializeBaseLayout()
    View Source

    PeekInstance()

    Declaration
    public static PreloadedWindow PeekInstance()
    Returns
    Type Description
    PreloadedWindow
    View Source

    WarmupWearableWidgets()

    Declaration
    public void WarmupWearableWidgets()
    View Source

    WarmupWidgets()

    Declaration
    public void WarmupWidgets()

    Implements

    IAccessibleObject

    Extension Methods

    RotaryEventExtensions.Activate(EvasObject)
    RotaryEventExtensions.AddRotaryEventHandler(EvasObject, RotaryEventHandler)
    RotaryEventExtensions.Deactivate(EvasObject)
    RotaryEventExtensions.RemoveRotaryEventHandler(EvasObject, RotaryEventHandler)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX