Click or drag to resize

IGUI Interface

Program user interface. This is the interface for scripts. Use this interface to refresh the user interface after updating the catalog

Namespace: VideoCataloger
Assembly: VideoCataloger (in VideoCataloger.exe) Version: 8.0.9040.34617 (8.0.0.0)
Syntax
C#
public interface IGUI

The IGUI type exposes the following members.

Methods
 NameDescription
Public methodIsCancelRequested Check if a user has requested this script to end
Public methodIsWindowOpened Check if a window is opened
Public methodRefresh Refresh all windows
Public methodRunCommand Run a command. A command is anything you can bind a hotkey to.
Public methodSetCancelSupported Tell the ui if the script should be possible to cancel
Public methodSetProgress Update console progress message
Public methodSetQuery Run a query and set it to the user interface.
Top
See Also