C# Class entity.MetaFuncs.MetaEditor

The meta editor.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
map HaloMap.Map.Map

Public Methods

Method Description
DrawControls ( System.Windows.Forms.SplitContainer &s ) : void

The draw controls.

GenerateIdentTypeCombobox ( ComboBox c ) : void

The generate ident type combobox.

MakeControls ( int y, object ifpobjects, ReflexiveContainer &reflex ) : void

The make controls.

MetaEditor ( IFPIO ifp, System.Windows.Forms.SplitContainer split, Map mapx ) : System.Collections

Initializes a new instance of the MetaEditor class.

Private Methods

Method Description
DrawControlsRecursive ( System.Windows.Forms.SplitContainer &s, ReflexiveContainer &reflex ) : void

The draw controls recursive.

Method Details

DrawControls() public method

The draw controls.
public DrawControls ( System.Windows.Forms.SplitContainer &s ) : void
s System.Windows.Forms.SplitContainer The s.
return void

GenerateIdentTypeCombobox() public static method

The generate ident type combobox.
public static GenerateIdentTypeCombobox ( ComboBox c ) : void
c System.Windows.Forms.ComboBox The c.
return void

MakeControls() public method

The make controls.
public MakeControls ( int y, object ifpobjects, ReflexiveContainer &reflex ) : void
y int The y.
ifpobjects object The ifpobjects.
reflex ReflexiveContainer The reflex.
return void

MetaEditor() public method

Initializes a new instance of the MetaEditor class.
public MetaEditor ( IFPIO ifp, System.Windows.Forms.SplitContainer split, Map mapx ) : System.Collections
ifp HaloMap.Plugins.IFPIO The ifp.
split System.Windows.Forms.SplitContainer The split.
mapx HaloMap.Map.Map The mapx.
return System.Collections

Property Details

map public_oe static_oe property

The map.
public static Map,HaloMap.Map map
return HaloMap.Map.Map