Class KVMService

    Definition

    Namespace:
    Tizen.NUI.WindowSystem.Shell
    Assembly:
    Tizen.NUI.WindowSystem.dll

    Class for the Tizen KVM service.

    public class KVMService : IDisposable
    Inheritance
    object
    KVMService

    Constructors

    View Source

    KVMService(TizenShell, IWindowProvider)

    Creates a new KVM Service handle.

    Declaration
    public KVMService(TizenShell tzShell, IWindowProvider win)
    Parameters
    Type Name Description
    TizenShell tzShell

    The TizenShell instance.

    IWindowProvider win

    The window provider for the quickpanel service.

    View Source

    KVMService(TizenShell, Window)

    Creates a new KVM Service handle.

    Declaration
    public KVMService(TizenShell tzShell, Window win)
    Parameters
    Type Name Description
    TizenShell tzShell

    The TizenShell instance.

    Window win

    The window to provide service of the quickpanel.

    Methods

    View Source

    CancelDrag()

    Requests to cancel current drag.

    Declaration
    public void CancelDrag()
    View Source

    Dispose()

    Dispose.

    Declaration
    public void Dispose()
    View Source

    Dispose(DisposeTypes)

    Declaration
    protected virtual void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    View Source

    ~KVMService()

    Destructor.

    Declaration
    protected ~KVMService()
    View Source

    GetSourceMimetypes()

    Requests to receive the mimetype list of drag source.

    Declaration
    public List<string> GetSourceMimetypes()
    Returns
    Type Description
    List<><string>

    The list of mimetype. If there are no mimetype, returns null.

    View Source

    PerformDrop()

    Requests to perform drop to KVM window.

    Declaration
    public void PerformDrop()
    View Source

    PerformDrop(DropTarget)

    Requests to perform drop to given target.

    Declaration
    public void PerformDrop(KVMService.DropTarget target)
    Parameters
    Type Name Description
    KVMService.DropTarget target
    View Source

    ReceiveDragData(string)

    Requests to receive the current drag data. the drag data will be received by the DragEvent of the window.

    Declaration
    public void ReceiveDragData(string mimeType)
    Parameters
    Type Name Description
    string mimeType
    View Source

    SetSecondarySelction()

    Requests to set KVM window as secondary selection window. The request name has typo and will remove soon. Please use SetSecondarySelection.

    Declaration
    public void SetSecondarySelction()
    View Source

    SetSecondarySelection()

    Requests to set KVM window as secondary selection window.

    Declaration
    public void SetSecondarySelection()
    View Source

    UnsetSecondarySelction()

    Requests to unset secondary selection window of KVM window. The request name has typo and will remove soon. Please use UnsetSecondarySelection.

    Declaration
    public void UnsetSecondarySelction()
    View Source

    UnsetSecondarySelection()

    Requests to unset secondary selection window of KVM window.

    Declaration
    public void UnsetSecondarySelection()

    Events

    View Source

    DragEnded

    Emits the event when the drag ended on any window except KVM window.

    Declaration
    public event EventHandler DragEnded
    Event Type
    Type Description
    EventHandler
    View Source

    DragStarted

    Emits the event when the drag started from any window.

    Declaration
    public event EventHandler DragStarted
    Event Type
    Type Description
    EventHandler

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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