C# Class entity.MapForms.MapForm.FormFunctions

Summary description for FormFunctions.
Mostrar archivo Open project: troymac1ure/Entity

Public Properties

Property Type Description
ListItems List

Public Methods

Method Description
AddColumnsToListView ( ListView templv, Meta type ) : void

The add columns to list view.

AddMetasToListView ( Map &map, ListView templv ) : void

The add metas to list view.

AddMetasToTreeView ( Map map, TreeView tv, MetaView mv, bool checkbox ) : void

The add metas to tree view.

AddReferencesToListView ( Meta meta, ListView templv, Meta type ) : void

The add references to list view.

Private Methods

Method Description
AddMetaByFolderToTreeView ( Map &map, TreeView &tv, bool checkbox ) : void

The add meta by folder to tree view.

AddMetaByInfoToTreeView ( Map &map, TreeView &tv, bool checkbox ) : void

The add meta by info to tree view.

AddMetaByTagTypeToTreeView ( Map &map, TreeView &tv, bool checkbox ) : void

The add meta by tag type to tree view.

DisplaySplit ( MetaSplitter reflex, TreeNode tn ) : void

The display split.

FindNode ( TreeNode root, string path ) : TreeNode

The find node.

FolderNode ( string text, string path ) : TreeNode

The folder node.

metalist_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void

The metalist_ retrieve virtual item.

templv_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void

The templv_ retrieve virtual item.

Method Details

AddColumnsToListView() public method

The add columns to list view.
public AddColumnsToListView ( ListView templv, Meta type ) : void
templv System.Windows.Forms.ListView The templv.
type HaloMap.Meta.Meta The type.
return void

AddMetasToListView() public method

The add metas to list view.
public AddMetasToListView ( Map &map, ListView templv ) : void
map HaloMap.Map.Map The map.
templv System.Windows.Forms.ListView The templv.
return void

AddMetasToTreeView() public method

The add metas to tree view.
public AddMetasToTreeView ( Map map, TreeView tv, MetaView mv, bool checkbox ) : void
map HaloMap.Map.Map The map.
tv System.Windows.Forms.TreeView The tv.
mv MetaView The mv.
checkbox bool The checkbox.
return void

AddReferencesToListView() public method

The add references to list view.
public AddReferencesToListView ( Meta meta, ListView templv, Meta type ) : void
meta HaloMap.Meta.Meta The meta.
templv System.Windows.Forms.ListView The templv.
type HaloMap.Meta.Meta The type.
return void

Property Details

ListItems public_oe property

The list items.
public List ListItems
return List