Jump to: navigation, search

Changes


Object Editor

330 bytes added, 13:18, 12 March 2013
==Purpose==
[[File:UI_ObjectEditor.png|thumb|200px|alt=Object Editor control]]
The Object Editor is designed to display and edit the [[BaseProperty|properties]] of a single {{UBIK}} object.
 
 
 
 
 
 
 
 
 
==Basics==
! Data type!! Editing control!! Comment
|- align="left"
| [[Bool]] || Picture [[File:UI_ObjectEditor_Bool.png]] || True or false to be read/set via a Checkbox
|- align="left"
| [[ByteStream]]|| Picture - ||Internal type, will not result in an editing control
|- align="left"
| [[DateTime]] || Picture [[File:UI_ObjectEditor_DateTime.png]] || Date and time in a combined value; format according to regional settings
|- align="left"
| [[Double]] || Picture - || [http://en.wikipedia.org/wiki/Double-precision_floating-point_format Double-precision floating-point format], optionally with [[Unit|unit of measurement]]
|- align="left"
| [[FileReference]]|| Picture - || A path to a physical file in [http://en.wikipedia.org/wiki/Path_(computing)#MS-DOS.2FMicrosoft_Windows_style DOS/Windows]- or [http://en.wikipedia.org/wiki/Path_(computing)#Uniform_Naming_Convention UNC] notation; the button opens a dialog to pick a file from the file system
|- align="left"
| [[GeoData]] || Picture [[File:UI_ObjectEditor_GEO.png]] || Absolute geographic position combined of [http://en.wikipedia.org/wiki/Longitude Longitude], [http://en.wikipedia.org/wiki/Latitude Latitude] and [http://en.wikipedia.org/wiki/Altitude Altitude] in [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84] format ; the button tries to open the current location in Google maps
|- align="left"
| [[Guid]]|| Picture [[File:UI_ObjectEditor_GUID.png]] || Pointer to another object, represented with the [http://en.wikipedia.org/wiki/Globally_unique_identifier GUID] of the target object
|- align="left"
| [[Int]]|| Picture [[File:UI_ObjectEditor_Int.png]] || An [http://en.wikipedia.org/wiki/Integer_(computer_science) integer] number
|- align="left"
| [[String]]|| Picture [[File:UI_ObjectEditor_String.png]] || A [http://en.wikipedia.org/wiki/String_(computer_science) string] value
|- align="left"
| [[Undefined]]|| Picture - ||Internal type, will not result in an editing control
|- align="left"
| [[XML]]|| Picture - || Markup text in [http://en.wikipedia.org/wiki/Xml XML] format; currently displayed as raw string by this control
|}