Property browser: Difference between revisions

Jump to navigation Jump to search
m
→‎Verbose mode: Fixing odd looking table
m (+cat: Property Tree)
m (→‎Verbose mode: Fixing odd looking table)
Line 39: Line 39:
! Comment
! Comment
|-
|-
! r
| r || Read protected || Showing that a property can not be read.
| Read protected || Showing that a property can not be read.
|-
|-
! w
| w || Write protected || Showing that a property can not be written to.
| Write protected || Showing that a property can not be written to.
|-
|-
! R
| R || Trace read operations || rowspan="2" | In <code>--log-level=info</code> create log line with TRACE prefix on write/read operation; set with <code><foo trace-write="y"></code>.
| Trace read operations || rowspan="2" | In <code>--log-level=info</code> create log line with TRACE prefix on write/read operation; set with <code><foo trace-write="y"></code>.
|-
|-
! W
| W || Trace write operations
| Trace write operations
|-
|-
! A
| A || Archive bit set || Makes writeProperties() also save this property in restricted mode ("save flight"), while all others are only saved in full mode.
| Archive bit set || Makes writeProperties() also save this property in restricted mode ("save flight"), while all others are only saved in full mode.
|-
|-
! U
| U || User archive bit set || Saved into ~/.fgfs/autosave.xml, and restored next time. <!-- When FlightGear starts? -->
| User archive bit set || Saved into ~/.fgfs/autosave.xml, and restored next time. <!-- When FlightGear starts? -->
|-
|-
! T
| T || Tied property || Only the C/C++ code that owns a tied property can write to it. Also, listeners will not be triggered.
| Tied property || Only the C/C++ code that owns a tied property can write to it. Also, listeners will not be triggered.
|-
|-
|}
|}

Navigation menu