C# Class entity.MetaFuncs.MetaEditor

The meta editor.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
map HaloMap.Map.Map

Méthodes publiques

Méthode 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

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

The draw controls recursive.

Method Details

DrawControls() public méthode

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

GenerateIdentTypeCombobox() public static méthode

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

MakeControls() public méthode

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

MetaEditor() public méthode

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.
Résultat System.Collections

Property Details

map public_oe static_oe property

The map.
public static Map,HaloMap.Map map
Résultat HaloMap.Map.Map