[Flightgear-devel] property sytem - design guidelines

2005-02-19 Thread Manuel Massing
Hi, just a quick question: are there any guidelines regarding the scope at which property system values should be accessed? E.g., when should classes communicate values via the property system (if at all)? At which level in the program structure / by which entities should the property system be

Re: [Flightgear-devel] property sytem - design guidelines

2005-02-19 Thread Erik Hofman
Manuel Massing wrote: Hi, just a quick question: are there any guidelines regarding the scope at which property system values should be accessed? E.g., when should classes communicate values via the property system (if at all)? At which level in the program structure / by which entities should

RE: [Flightgear-devel] property sytem - design guidelines

2005-02-19 Thread Jon Berndt
just a quick question: are there any guidelines regarding the scope at which property system values should be accessed? E.g., when should classes communicate values via the property system (if at all)? At which level in the program structure / by which entities should the property system be