CrabUI
Loading...
Searching...
No Matches
CrabUI.CUILayoutSimple Class Reference

Default layout, simple descartes coordinate plane. More...

Inheritance diagram for CrabUI.CUILayoutSimple:
CrabUI.CUILayout

Public Member Functions

 CUILayoutSimple (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]
 

Detailed Description

Default layout, simple descartes coordinate plane.

Definition at line 16 of file CUILayoutSimple.cs.

Constructor & Destructor Documentation

◆ CUILayoutSimple() [1/2]

CrabUI.CUILayoutSimple.CUILayoutSimple ( )

Definition at line 172 of file CUILayoutSimple.cs.

172: base() { }

◆ CUILayoutSimple() [2/2]

CrabUI.CUILayoutSimple.CUILayoutSimple ( CUIComponent host)

Definition at line 173 of file CUILayoutSimple.cs.

173: base(host) { }

The documentation for this class was generated from the following file: