C# Class TreeViewItem, GrapplingHookFighters

Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Méthodes publiques

Свойство Type Description
Checked EventHandler,
Click EventHandler,
CustomIconBuilder EventHandler,
DataContext object
Dragged EventHandler,
Header string
IsCheckBox bool
IsChecked bool
IsDraggable bool
IsExpanded bool
IsHidden bool
IsHover bool
IsSelected bool
Items List
Parent TreeViewItem,
ParentControl TreeViewControl,
Selected EventHandler,
Unchecked EventHandler,
Unselected EventHandler,

Méthodes publiques

Méthode Description
AddItem ( string header ) : TreeViewItem,
AddItem ( string header, bool isExpanded ) : TreeViewItem,
AddItem ( string header, bool isExpanded, bool isChecked ) : TreeViewItem,
AddItem ( string header, bool isDraggable, bool isExpanded, object context ) : TreeViewItem,
AddItem ( string header, object context ) : TreeViewItem,
AddItem ( string header, object context, bool in_isExpended ) : TreeViewItem,
DisplayItem ( int levels, SiblingOrder siblingOrder ) : void
FindItemByName ( string name ) : TreeViewItem,
HandleGUIEvents ( ) : void
HasChildItems ( ) : bool
TreeViewItem ( TreeViewControl, parentControl, TreeViewItem, parent ) : System

Private Methods

Méthode Description
CalculateHoverTime ( Rect rect, Vector3 mousePos ) : float

Method Details

AddItem() public méthode

public AddItem ( string header ) : TreeViewItem,
header string
Résultat TreeViewItem,

AddItem() public méthode

public AddItem ( string header, bool isExpanded ) : TreeViewItem,
header string
isExpanded bool
Résultat TreeViewItem,

AddItem() public méthode

public AddItem ( string header, bool isExpanded, bool isChecked ) : TreeViewItem,
header string
isExpanded bool
isChecked bool
Résultat TreeViewItem,

AddItem() public méthode

public AddItem ( string header, bool isDraggable, bool isExpanded, object context ) : TreeViewItem,
header string
isDraggable bool
isExpanded bool
context object
Résultat TreeViewItem,

AddItem() public méthode

public AddItem ( string header, object context ) : TreeViewItem,
header string
context object
Résultat TreeViewItem,

AddItem() public méthode

public AddItem ( string header, object context, bool in_isExpended ) : TreeViewItem,
header string
context object
in_isExpended bool
Résultat TreeViewItem,

DisplayItem() public méthode

public DisplayItem ( int levels, SiblingOrder siblingOrder ) : void
levels int
siblingOrder SiblingOrder
Résultat void

FindItemByName() public méthode

public FindItemByName ( string name ) : TreeViewItem,
name string
Résultat TreeViewItem,

HandleGUIEvents() public méthode

public HandleGUIEvents ( ) : void
Résultat void

HasChildItems() public méthode

public HasChildItems ( ) : bool
Résultat bool

TreeViewItem() public méthode

public TreeViewItem ( TreeViewControl, parentControl, TreeViewItem, parent ) : System
parentControl TreeViewControl,
parent TreeViewItem,
Résultat System

Property Details

Checked public_oe property

public EventHandler, Checked
Résultat EventHandler,

Click public_oe property

public EventHandler, Click
Résultat EventHandler,

CustomIconBuilder public_oe property

public EventHandler, CustomIconBuilder
Résultat EventHandler,

DataContext public_oe property

public object DataContext
Résultat object

Dragged public_oe property

public EventHandler, Dragged
Résultat EventHandler,

Header public_oe property

public string Header
Résultat string

IsCheckBox public_oe property

public bool IsCheckBox
Résultat bool

IsChecked public_oe property

public bool IsChecked
Résultat bool

IsDraggable public_oe property

public bool IsDraggable
Résultat bool

IsExpanded public_oe property

public bool IsExpanded
Résultat bool

IsHidden public_oe property

public bool IsHidden
Résultat bool

IsHover public_oe property

public bool IsHover
Résultat bool

IsSelected public_oe property

public bool IsSelected
Résultat bool

Items public_oe property

public List Items
Résultat List

Parent public_oe property

public TreeViewItem, Parent
Résultat TreeViewItem,

ParentControl public_oe property

public TreeViewControl, ParentControl
Résultat TreeViewControl,

Selected public_oe property

public EventHandler, Selected
Résultat EventHandler,

Unchecked public_oe property

public EventHandler, Unchecked
Résultat EventHandler,

Unselected public_oe property

public EventHandler, Unselected
Résultat EventHandler,