Home | Trees | Index | Help |
|
---|
Package wx :: Module _misc :: Class FileConfig |
|
object
--+ |ConfigBase
--+ | FileConfig
AldrinConfig
Method Summary | |
---|---|
__init__(self, String appName=EmptyString, String vendorName=EmptyString, ... | |
__del__(self) | |
__repr__(self)
| |
Inherited from ConfigBase | |
Create() -> ConfigBase (Static method) | |
DeleteAll(self) -> bool | |
DeleteEntry(self, String key, bool deleteGroupIfEmpty=True) -> bool | |
DeleteGroup(self, String key) -> bool | |
DontCreateOnDemand() (Static method) | |
Exists(self, String name) -> bool | |
ExpandEnvVars(self, String str) -> String | |
Flush(self, bool currentOnly=False) -> bool | |
Get(bool createOnDemand=True) -> ConfigBase (Static method) | |
GetAppName(self) -> String | |
GetEntryType(self, String name) -> int | |
GetFirstEntry() -> (more, value, index) | |
GetFirstGroup() -> (more, value, index) | |
GetNextEntry(long index) -> (more, value, index) | |
GetNextGroup(long index) -> (more, value, index) | |
GetNumberOfEntries(self, bool recursive=False) -> size_t | |
GetNumberOfGroups(self, bool recursive=False) -> size_t | |
GetPath(self) -> String | |
GetStyle(self) -> long | |
GetVendorName(self) -> String | |
HasEntry(self, String name) -> bool | |
HasGroup(self, String name) -> bool | |
IsExpandingEnvVars(self) -> bool | |
IsRecordingDefaults(self) -> bool | |
Read(self, String key, String defaultVal=EmptyString) -> String | |
ReadBool(self, String key, bool defaultVal=False) -> bool | |
ReadFloat(self, String key, double defaultVal=0.0) -> double | |
ReadInt(self, String key, long defaultVal=0) -> long | |
RenameEntry(self, String oldName, String newName) -> bool | |
RenameGroup(self, String oldName, String newName) -> bool | |
Set(ConfigBase config) -> ConfigBase (Static method) | |
SetAppName(self, String appName) | |
SetExpandEnvVars(self, bool doIt=True) | |
SetPath(self, String path) | |
SetRecordDefaults(self, bool doIt=True) | |
SetStyle(self, long style) | |
SetVendorName(self, String vendorName) | |
Write(self, String key, String value) -> bool | |
WriteBool(self, String key, bool value) -> bool | |
WriteFloat(self, String key, double value) -> bool | |
WriteInt(self, String key, long value) -> bool | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from ConfigBase | |
int |
Type_Boolean = 2 |
int |
Type_Float = 4 |
int |
Type_Integer = 3 |
int |
Type_String = 1 |
int |
Type_Unknown = 0 |
Instance Method Details |
---|
__init__(self,
*args,
**kwargs)
|
__del__(self,
destroy=<built-in function delete_FileConfig>)
__del__(self)
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Feb 4 18:01:16 2007 | http://epydoc.sf.net |