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) | |
![]() | |
void | ForceMarkUnchanged () |
This is just for debug, don't use it. | |
CUILayout (CUIComponent host) | |
override string | ToString () |
Additional Inherited Members | |
![]() | |
static CUILayout | Parse (string raw) |
![]() | |
CUIComponent | Host |
![]() | |
bool | changed = true |
bool | absoluteChanged = true |
bool | decorChanged = true |
![]() | |
![]() | |
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.