]> git.mxchange.org Git - flightgear.git/commit
- replace string methods with property methods The class was originally adapted
authormfranz <mfranz>
Sat, 20 May 2006 15:25:38 +0000 (15:25 +0000)
committermfranz <mfranz>
Sat, 20 May 2006 15:25:38 +0000 (15:25 +0000)
commit24981fd043db8aaf8783b6a6c6f9a274f100a278
tree914e9ff5cd9a1ebb2bf0c0a83181233b8eb66f49
parentd6320ad76bcb7ce265cc0c5f2cbfe9fac0042306
- replace string methods with property methods The class was originally adapted
  from plib's file-picker, where it made some sense to keep the current path as
  string, and to chop off elements when leaving a dir, and adding them when
  entering. But it doesn't make the least sense in SGPropertyNode space, where
  we already have everything to move in a tree.

- add R & W flags for TRACE_READ and TRACE_WRITE. Remember: lower case letters:
  disabled (rw ... reading/writing), upper case letters: enabled (RWAUT)

- remove some verbosity & further cleanup ... to make further work easier :-)
src/GUI/prop_picker.cxx
src/GUI/prop_picker.hxx