Difference between revisions of "SHIP:Node:display"

From Serious Documentation
Jump to: navigation, search
(Created page with "Node Home __TOC__ The {{Node|display}} node in the {{Node|layout|Layout Area}} within a SHIP GUI contains the visual GUI layout for a specific LCD display an...")
 
Line 1: Line 1:
 
[[SHIP:Node|Node Home]]
 
[[SHIP:Node|Node Home]]
 
__TOC__
 
__TOC__
The {{Node|display}} node in the {{Node|layout|Layout Area}} within a [[SHIP]] GUI contains the visual GUI layout for a specific LCD display and touch screen combination.  Future [[SHIP]] versions support multiple displays within one [[SHIP]] environment: the {{Node|display}} node encompasses one pair.  If the [[SIM]] or hardware platform supports multiple displays, there will be multiple {{Node|display}} nodes under the {{Node|layout}} node.
+
The {{Node|display}} node in the {{Node|layout|Layout Area}} within a [[SHIP]] GUI contains the visual GUI layout for a specific LCD display/touch set.  Future [[SHIP]] versions support multiple display/touch sets within one [[SHIP]] environment: each {{Node|display}} node encompasses one set.  If the [[SIM]] or hardware platform supports multiple display/touch sets, there will be multiple {{Node|display}} nodes under the {{Node|layout}} node.
  
 
The names of the {{Node|display}} nodes are traditionally '''d0''', '''d1''', etc., but this is not mandated. The name can be set to any valid name, such as '''mainDisplay''', or '''dMain''' for example.
 
The names of the {{Node|display}} nodes are traditionally '''d0''', '''d1''', etc., but this is not mandated. The name can be set to any valid name, such as '''mainDisplay''', or '''dMain''' for example.
Line 23: Line 23:
 
|-
 
|-
 
| name|| Any valid node name.
 
| name|| Any valid node name.
|-
 
| TODO: box model parameters
 
 
|}
 
|}
 +
 +
[[ToDo:Add box model properties in a template and include here]]
  
 
== Examples ==
 
== Examples ==

Revision as of 07:45, 27 November 2012

Node Home

The display node in the Layout Area within a SHIP GUI contains the visual GUI layout for a specific LCD display/touch set. Future SHIP versions support multiple display/touch sets within one SHIP environment: each display node encompasses one set. If the SIM or hardware platform supports multiple display/touch sets, there will be multiple display nodes under the layout node.

The names of the display nodes are traditionally d0, d1, etc., but this is not mandated. The name can be set to any valid name, such as mainDisplay, or dMain for example.

Parent Nodes

The following nodes are permitted to hold this node:

Child Nodes

The following nodes are permitted to exist within this node:

Properties

Property Description
name Any valid node name.

ToDo:Add box model properties in a template and include here

Examples