Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Preferences Class Reference

Preferences dictionary Preferences needs a special dictionary class since the data it stores may have macros and environment variables in it. More...

List of all members.

Public Member Functions

 __init__ ()
 __getitem__ (item)
 __setitem__ (item, value)
 isDir (item)
 isNumber (item)
 isLastItem (item)
 expandVars (path)
 composePath (path)
 getLastItem (item)


Detailed Description

Preferences dictionary Preferences needs a special dictionary class since the data it stores may have macros and environment variables in it.

In order to read the values unprocessed use the self.__prefs.get(item) method. If you need to resolve all the macros and environment variables then access it like any other dictionary (self.__prefs[item])

Definition at line 47 of file rcPreferencesManager.py.


The documentation for this class was generated from the following file:
Generated on Fri Jul 21 13:27:53 2006 for LATTE R04-12-00 by doxygen 1.4.3