VCF::ResourceBundle Class Reference
A ResourceBundle is used to represent a collection of resources. More...
#include <vcf/FoundationKit/ResourceBundle.h>
Inheritance diagram for VCF::ResourceBundle:

Public Member Functions | |
| ResourceBundle () | |
| virtual | ~ResourceBundle () |
| String | getString (const uint32 &resourceID) |
| String | getString (const String &resourceName) |
| String | getVFF (const String &resourceName) |
| returns the text that represents a Form. | |
| Resource * | getResource (const String &resourceName) |
| returns a Resource object given the resource's name. | |
| ProgramInfo * | getProgramInfo () |
| virtual String | getResourcesDirectory () |
| Returns the resource directory for this bundle if it exists, otherwise returns an empty string. | |
Protected Attributes | |
| ResourceBundlePeer * | peer_ |
Detailed Description
A ResourceBundle is used to represent a collection of resources.ResourceBundle's can be attached to external files or applications.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
Reimplemented in VCF::Win32ResourceBundle. |
|
|
returns a Resource object given the resource's name.
Reimplemented in VCF::Win32ResourceBundle, and VCF::Win32ResourceBundle. |
|
|
Returns the resource directory for this bundle if it exists, otherwise returns an empty string.
Reimplemented in VCF::ApplicationResourceBundle. |
|
|
Reimplemented in VCF::Win32ResourceBundle, and VCF::Win32ResourceBundle. |
|
|
|
|
|
returns the text that represents a Form. This text is standard XML and contains the component hierarchy and properties for creating a frame. Reimplemented in VCF::Win32ResourceBundle, and VCF::Win32ResourceBundle. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/ResourceBundle.h
