VCF::PropertyListing Class Reference
A PropertyListing is just a Dictionary with some extra functions that make it easy to deal with sub dictionaries and arrays. More...
#include <vcf/FoundationKit/PropertyListing.h>
Inheritance diagram for VCF::PropertyListing:

Public Member Functions | |
| virtual String | toString () const |
| returns a string representation of the object | |
| virtual void | loadFromStream (InputStream *stream, const MIMEType &type=MIMEType()) |
| Read the object from the specified input stream. | |
| virtual void | saveToStream (OutputStream *stream, const MIMEType &type=MIMEType()) |
| Write the object to the specified output stream. | |
| Dictionary & | getDict (const String &name) |
| const Dictionary & | getDict (const String &name) const |
| VariantArray & | getArray (const String &name) |
| const VariantArray & | getArray (const String &name) const |
| VariantData & | getByPath (const String &path) |
| VariantData | getByPath (const String &path) const |
Detailed Description
A PropertyListing is just a Dictionary with some extra functions that make it easy to deal with sub dictionaries and arrays.Also supports reading and writing itself using the property list xml format.
Member Function Documentation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Read the object from the specified input stream.
Reimplemented from VCF::Dictionary. |
|
||||||||||||
|
Write the object to the specified output stream.
Reimplemented from VCF::Dictionary. |
|
|
returns a string representation of the object
Reimplemented from VCF::Object. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/PropertyListing.h
