C# Класс entity.MetaFuncs.MetaEditor

The meta editor.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
map HaloMap.Map.Map

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
DrawControlsRecursive ( System.Windows.Forms.SplitContainer &s, ReflexiveContainer &reflex ) : void

The draw controls recursive.

Описание методов

DrawControls() публичный Метод

The draw controls.
public DrawControls ( System.Windows.Forms.SplitContainer &s ) : void
s System.Windows.Forms.SplitContainer The s.
Результат void

GenerateIdentTypeCombobox() публичный статический Метод

The generate ident type combobox.
public static GenerateIdentTypeCombobox ( ComboBox c ) : void
c System.Windows.Forms.ComboBox The c.
Результат void

MakeControls() публичный Метод

The make controls.
public MakeControls ( int y, object ifpobjects, ReflexiveContainer &reflex ) : void
y int The y.
ifpobjects object The ifpobjects.
reflex ReflexiveContainer The reflex.
Результат void

MetaEditor() публичный Метод

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.
Результат System.Collections

Описание свойств

map публичное статическое свойство

The map.
public static Map,HaloMap.Map map
Результат HaloMap.Map.Map