HYCrossPlatformVisualPlugin

Overview

The HYCrossPlatformVisualPlugin interface represents a cross platform visual plugin. In the Hydra framework, this interface is used internally to define and provide implementations for visual plugins that can be used in cross platform applications.

There is no need to use this class directly, since all visual plugins in the Hydra framework already implement this interface.

Location


Required Methods


getPluginHandle

Gets the window handle that the plugin is bound to.

 

method getPluginHandle: Int64

 

Int64 getPluginHandle()

getPluginVisible

Gets plugin visibility

 

method getPluginVisible: Boolean

 

Boolean getPluginVisible()

setPluginPosition

Sets plugin position

 

method setPluginPosition

 

void setPluginPosition()

setPluginSize

Sets plugin size

 

method setPluginSize(width: Integer; height: Integer)

 

void setPluginSize(Integer width, Integer height)

Parameters:

  • width:
  • height:

setPluginVisible

Sets plugin visibility

 

method setPluginVisible(value: Boolean)

 

void setPluginVisible(Boolean value)

Parameters:

  • value: