x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Ix4Trace.GraphicsController.ControlCreator Class Reference

Represent a control creator of x4Trace. Creates grids by name. Creates flow control by name. More...

Public Member Functions

List< Type > GetAvalibleTypes ()
 Returns the list of types.
 
virtual T Create< T > (string name)
 Creates a GUI control.
 

Protected Attributes

Tools.Assembly.AssemblyNameDictionary typeDictionary
 Dictionary of type of controls.
 

Detailed Description

Represent a control creator of x4Trace. Creates grids by name. Creates flow control by name.

Member Function Documentation

◆ Create< T >()

virtual T Ix4Trace.GraphicsController.ControlCreator.Create< T > ( string name)
virtual

Creates a GUI control.

Template Parameters
TType of control.
Parameters
nameName of control.
Returns
The control.

◆ GetAvalibleTypes()

List< Type > Ix4Trace.GraphicsController.ControlCreator.GetAvalibleTypes ( )

Returns the list of types.

Returns
Type list.

The documentation for this class was generated from the following file: