x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.Desktop.Plugins Namespace Reference

Classes

class  DesktopPlugin
 Represents a desktop plugin. More...
 
class  DesktopPluginManager
 Represents the desktop plugin manager. Shows/hides plugins. More...
 
class  ExtendedPlugin
 Represents an extension of plugin. This extension has exit and popout button, menus, etc. More...
 
interface  Ix4TGrid
 Represents an interface for x4T Grid. More...
 
class  PluginController
 Represents a plugin controller. More...
 
class  PluginInstance
 Represents a desktop plugin instance. More...
 
class  PluginMenu
 Represents a menu of x4Trace. When you inherit from this class you can build a menu. More...
 
class  X4TForm
 Represents a form of x4Trace. More...
 

Enumerations

enum  FormStyle { None , Fixed }
 Styles of form.
 
enum  FormAdjustment { None , AdjustFormToPlugin }
 Adjustment of form.
 

Functions

delegate void PluginClosed (DesktopPlugin plugin)
 Delegate of plugin closed event.
 
delegate void PluginInitialized (DesktopPlugin plugin)
 Delegate of plugin initialized event.
 
delegate void PluginLoaded (DesktopPlugin plugin)
 Delegate of plugin loaded event.
 
delegate void PluginShown (DesktopPlugin plugin)
 Delegate of plugin shown event.
 
delegate void PluginHide (DesktopPlugin plugin)
 Delegate of plugin hide event.
 

Function Documentation

◆ PluginClosed()

delegate void Ix4Trace.Desktop.Plugins.PluginClosed ( DesktopPlugin plugin)

Delegate of plugin closed event.

Parameters
pluginThe plugin.

◆ PluginHide()

delegate void Ix4Trace.Desktop.Plugins.PluginHide ( DesktopPlugin plugin)

Delegate of plugin hide event.

Parameters
pluginPlugin to hide.

◆ PluginInitialized()

delegate void Ix4Trace.Desktop.Plugins.PluginInitialized ( DesktopPlugin plugin)

Delegate of plugin initialized event.

Parameters
pluginThe plugin.

◆ PluginLoaded()

delegate void Ix4Trace.Desktop.Plugins.PluginLoaded ( DesktopPlugin plugin)

Delegate of plugin loaded event.

Parameters
pluginThe plugin.

◆ PluginShown()

delegate void Ix4Trace.Desktop.Plugins.PluginShown ( DesktopPlugin plugin)

Delegate of plugin shown event.

Parameters
pluginPlugin to show.