[Alephmodular-devel] Preferences Development branch
Status: Pre-Alpha
Brought to you by:
brefin
From: Br'fin <br...@ma...> - 2003-11-15 07:00:27
|
I've tagged the files with a pref-development tag branch for my use while fleshing out and implementing preferences. Much jumps of how things work from directly accessing preference structures to actually querying a preferences system for appropriate information. And while it might be a nice idea to try a gradual transition, on certain levels, I'm not sure of its feasibility. For the internal preferences structure, I'm thinking of a two layer set of maps (using hashmaps where available) First level is the node name, (ala "/display" or "/environment") and the second level would consist of key/value pairs for that particular node. -Jeremy Parsons |