C# Class TreeViewModel, uFrame.Editor

Afficher le fichier Open project: InvertGames/uFrame.Editor Class Usage Examples

Méthodes publiques

Méthode Description
ConstructData ( ) : void
ExpandPathTo ( TreeViewItem item ) : void
ExtractItems ( List items, IItem data, TreeViewItem parent, int ident ) : void
InvokeSubmit ( ) : void
MoveDown ( ) : void
MoveUp ( ) : void
Refresh ( ) : void
ScrollToItem ( TreeViewItem item ) : void
ToggleItem ( TreeViewItem treeViewItem, bool value ) : void
TreeViewModel ( ) : System

Method Details

ConstructData() public méthode

public ConstructData ( ) : void
Résultat void

ExpandPathTo() public méthode

public ExpandPathTo ( TreeViewItem item ) : void
item TreeViewItem
Résultat void

ExtractItems() public méthode

public ExtractItems ( List items, IItem data, TreeViewItem parent, int ident ) : void
items List
data IItem
parent TreeViewItem
ident int
Résultat void

InvokeSubmit() public méthode

public InvokeSubmit ( ) : void
Résultat void

MoveDown() public méthode

public MoveDown ( ) : void
Résultat void

MoveUp() public méthode

public MoveUp ( ) : void
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

ScrollToItem() public méthode

public ScrollToItem ( TreeViewItem item ) : void
item TreeViewItem
Résultat void

ToggleItem() public méthode

public ToggleItem ( TreeViewItem treeViewItem, bool value ) : void
treeViewItem TreeViewItem
value bool
Résultat void

TreeViewModel() public méthode

public TreeViewModel ( ) : System
Résultat System