|
CrabUI
|
A Grid containing children in its cells
Dividing host into rows and columns basing on GridTemplate
And then placing children basin on their GridCell.
More...
Public Types | |
| enum | TrackSizeType { Unknown , Absolute , Relative , Fractional } |
Public Member Functions | |
| void | CalculateTracks () |
| CUILayoutGrid (CUIComponent host) | |
Public Member Functions inherited from CrabUI.CUILayout | |
| void | ForceMarkUnchanged () |
| This is just for debug, don't use it. | |
| CUILayout (CUIComponent host) | |
| override string | ToString () |
Additional Inherited Members | |
Static Public Member Functions inherited from CrabUI.CUILayout | |
| static CUILayout | Parse (string raw) |
Public Attributes inherited from CrabUI.CUILayout | |
| CUIComponent | Host |
Protected Attributes inherited from CrabUI.CUILayout | |
| bool | changed = true |
| bool | absoluteChanged = true |
| bool | decorChanged = true |
Package Functions inherited from CrabUI.CUILayout | |
Properties inherited from CrabUI.CUILayout | |
| bool | Changed [get, set] |
| bool | SelfAndParentChanged [set] |
| It doesn't optimize anything. | |
| bool | ChildChanged [set] |
| bool | AbsoluteChanged [get, set] |
| bool | DecorChanged [get, set] |
A Grid containing children in its cells
Dividing host into rows and columns basing on GridTemplate
And then placing children basin on their GridCell.
Definition at line 18 of file CUILayoutGrid.cs.
| enum CrabUI.CUILayoutGrid.TrackSizeType |
Definition at line 20 of file CUILayoutGrid.cs.
| CrabUI.CUILayoutGrid.CUILayoutGrid | ( | ) |
Definition at line 181 of file CUILayoutGrid.cs.
| CrabUI.CUILayoutGrid.CUILayoutGrid | ( | CUIComponent | host | ) |
Definition at line 182 of file CUILayoutGrid.cs.
| void CrabUI.CUILayoutGrid.CalculateTracks | ( | ) |
Definition at line 87 of file CUILayoutGrid.cs.