Main Page   Class Hierarchy   Compound List   File List   Compound Members  

freecloth::ResConfigRegistryW Class Reference

Interface for configuration writing. More...

Inheritance diagram for freecloth::ResConfigRegistryW:

freecloth::RCBase List of all members.

Public Member Functions

virtual void writeString (const String &key, const String &)=0
virtual void writeUInt32 (const String &key, UInt32)
virtual void writeFloat (const String &key, Float)
template<class T> void writeFloats (const String &key, const T &)
virtual void writeEnum (const String &key, UInt32)
virtual void writeBool (const String &key, bool)
virtual void writeTimeDuration (const String &key, BaTime::Duration)

Static Public Member Functions

RCShdPtr< ResConfigRegistryW > create (const String &groupName)
 Implemented in derived class' source.


Detailed Description

Interface for configuration writing.

ResConfig objects save their contents using this object, which should store in a manner than can be restored by ResConfigRegistryR.

Definition at line 49 of file resConfigRegistry.h.


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 15:58:47 2003 for Freecloth by doxygen1.3-rc3