Riwmorld
Verse.Listing_Standard Class Reference
Inheritance diagram for Verse.Listing_Standard:
Verse.Listing Verse.Listing_ScenEdit

Public Member Functions

 Listing_Standard (Rect rect, GameFont font)
 
 Listing_Standard (Rect rect)
 
bool ButtonDebug (string label)
 
bool ButtonImage (Texture2D tex, float width, float height)
 
bool ButtonText (string label, string highlightTag=null)
 
bool ButtonTextLabeled (string label, string buttonLabel)
 
void CheckboxLabeled (string label, ref bool checkOn, string tooltip=null)
 
bool CheckboxLabeledSelectable (string label, ref bool selected, ref bool checkOn)
 
void IntAdjuster (ref int val, int countChange, int min=0)
 
void IntRange (ref IntRange range, int min, int max)
 
void IntSetter (ref int val, int target, string label, float width=42)
 
void Label (string label)
 
void LabelCheckboxDebug (string label, ref bool checkOn)
 
void LabelDouble (string leftLabel, string rightLabel)
 
bool RadioButton (string label, bool active, float tabIn=0)
 
bool SelectableDef (string name, bool selected, Action deleteCallback)
 
float Slider (float val, float min, float max)
 
string TextEntry (string text, int lineCount=1)
 
string TextEntryLabeled (string label, string text, int lineCount=1)
 
void TextFieldNumeric< T > (ref T val, ref string buffer, float min=0, float max=1000000000)
 
void TextFieldNumericLabeled< T > (string label, ref int val, ref string buffer, float min=0, float max=1000000000)
 
- Public Member Functions inherited from Verse.Listing
 Listing (Rect rect)
 
virtual void End ()
 
void Gap (float gapHeight=12f)
 
void GapLine (float gapHeight=12f)
 
Rect GetRect (float height)
 
void NewColumn ()
 

Additional Inherited Members

- Public Attributes inherited from Verse.Listing
const float ColumnSpacing = 17f
 
float verticalSpacing = 2f
 
- Protected Member Functions inherited from Verse.Listing
void NewColumnIfNeeded (float neededHeight)
 
- Protected Attributes inherited from Verse.Listing
Rect listingRect
 
float curY
 
float curX
 
- Properties inherited from Verse.Listing
float ColumnWidth [get, set]
 
float CurHeight [get]
 

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