Difference between revisions of "LGUI2:LS1:lgui2itemviewgeneratorargs"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "{{ObjectType-Vitals|lgui2itemviewgeneratorargs|LavishGUI 2|none|lgui2itemviewgeneratorargs|none|no|void *}} A lgui2itemviewgeneratorargs object is provided as the Context...")
 
 
Line 10: Line 10:
 
* [[LGUI2:LS1:lgui2element|lgui2element]] '''View''': The [[LGUI2:Element|Element]] to represent the Item, if it has been set by the Item View Generator
 
* [[LGUI2:LS1:lgui2element|lgui2element]] '''View''': The [[LGUI2:Element|Element]] to represent the Item, if it has been set by the Item View Generator
 
* [[ObjectType:unistring|unistring]] '''Error''': The Error text, if it has been set by the Item View Generator
 
* [[ObjectType:unistring|unistring]] '''Error''': The Error text, if it has been set by the Item View Generator
 +
* [[LGUI2:LS1:lgui2element|lgui2element]] '''Parent''': The parent [[LGUI2:Element|Element]] which will contain the Item View (e.g. the ItemsContainer of an [[LGUI2:Item List|Item List]])
  
 
== Methods ==
 
== Methods ==

Latest revision as of 14:45, 7 October 2020

Object Type Vitals
lgui2itemviewgeneratorargs
Defined By LavishGUI 2
Inherits none
Reduces To lgui2itemviewgeneratorargs
Variable Object Type none
Uses Sub-Types no
C/C++ Type void *

A lgui2itemviewgeneratorargs object is provided as the Context Top-Level Object when an Item View Generator is generating an Item. An Item View Generator should either set an Error, or a View.

Members

  • lgui2item Item: The Item to generate a view for
  • unistring ItemType: The type of Item, either "default" or an explicitly specified value also present in Args
  • jsonobject Args: The Item data (also accessible via Item.Data)
  • jsonvalue Args[key]: Retrieves a value from the Item data
  • lgui2element View: The Element to represent the Item, if it has been set by the Item View Generator
  • unistring Error: The Error text, if it has been set by the Item View Generator
  • lgui2element Parent: The parent Element which will contain the Item View (e.g. the ItemsContainer of an Item List)

Methods

  • SetError[text]: Sets a new Error value
  • SetView[json]: Creates a new Element (View) to represent the Item

Examples

LavishGUI 2 Element Types

LavishGUI 2 LavishScript Object Types

Core API (see Using LavishGUI 2 from LavishScript)
lgui2 - lgui2animateargs - lgui2animationtype - lgui2elementref - lgui2eventargs - lgui2eventhandler - lgui2elementtype - lgui2itemviewgeneratorargs - lgui2inputbinding - lgui2layer - lgui2skin - lgui2trigger
Enums
elgui2animationframestate - elgui2dpad - elgui2edge - elgui2fontflags - elgui2horizontalalignment - elgui2imageorientation - elgui2progresstext - elgui2scrollbar - elgui2sizetocontent - elgui2verticalignment - elgui2visibility
Element Components
lgui2animation - lgui2brush - lgui2fontstyle - lgui2margins - lgui2item - lgui2property - lgui2radialitem - lgui2radialgaugeneedle
Element Base Types
lgui2element - lgui2bordered - lgui2contentbase - lgui2headeredcontentbase - lgui2itemlist
Elements