VCF::ResourceBundlePeer Class Reference
class ResourceBundlePeer documentation More...
#include <vcf/FoundationKit/ResourceBundlePeer.h>
Inheritance diagram for VCF::ResourceBundlePeer:

Public Member Functions | |
| virtual | ~ResourceBundlePeer () |
| virtual String | getString (const String &resourceName)=0 |
| returns a resource string given a resource name | |
| virtual String | getVFF (const String &resourceName)=0 |
| returns the text that represents a Form. | |
| virtual Resource * | getResource (const String &resourceName)=0 |
| returns a Resource object given the resource's name. | |
| virtual ProgramInfo * | getProgramInfo ()=0 |
| virtual OSHandleID | getHandleID ()=0 |
| Returns a native handle (if available) for dealing with resources. | |
Detailed Description
class ResourceBundlePeer documentation
Constructor & Destructor Documentation
|
|
|
Member Function Documentation
|
|
Returns a native handle (if available) for dealing with resources. On Win32 this would be the HINSTANCE passed in through a WinMain() like function or a DLMain() function. On OSX this will be a CFBundle instance. Implemented in VCF::LinuxResourceBundle, VCF::OSXResourceBundle, and VCF::Win32ResourceBundle. |
|
|
Implemented in VCF::LinuxResourceBundle, VCF::OSXResourceBundle, and VCF::Win32ResourceBundle. |
|
|
returns a Resource object given the resource's name.
Implemented in VCF::LinuxResourceBundle, VCF::OSXResourceBundle, and VCF::Win32ResourceBundle. |
|
|
returns a resource string given a resource name
Implemented in VCF::LinuxResourceBundle, VCF::OSXResourceBundle, 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. Implemented in VCF::LinuxResourceBundle, VCF::OSXResourceBundle, and VCF::Win32ResourceBundle. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/ResourceBundlePeer.h
