VCF::OSXResourceBundle Class Reference
#include <OSXResourceBundle.h>
Inheritance diagram for VCF::OSXResourceBundle:

Public Member Functions | |
| OSXResourceBundle () | |
| virtual | ~OSXResourceBundle () |
| virtual String | getString (const String &resourceName) |
| returns a resource string given a resource name | |
| virtual String | getVFF (const String &resourceName) |
| returns the text that represents an VFF file (where VFF stands for "Visual Form File" ). | |
| virtual Resource * | getResource (const String &resourceName) |
| returns a Resource object given the resource's name. | |
| virtual ProgramInfo * | getProgramInfo () |
| virtual OSHandleID | getHandleID () |
| Returns a native handle (if available) for dealing with resources. | |
Static Public Member Functions | |
| static ProgramInfo * | getProgramInfo (const String &fileName) |
Protected Member Functions | |
| virtual CFBundleRef | getBundle () |
Static Protected Member Functions | |
| static ProgramInfo * | getProgramInfo (CFBundleRef bundle) |
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. Implements VCF::ResourceBundlePeer. |
|
|
|
|
|
|
|
|
Implements VCF::ResourceBundlePeer. |
|
|
returns a Resource object given the resource's name. this function walks through all the app's resources, by type and then by name. The first match is the resource returned. Implements VCF::ResourceBundlePeer. |
|
|
returns a resource string given a resource name
Implements VCF::ResourceBundlePeer. |
|
|
returns the text that represents an VFF file (where VFF stands for "Visual Form File" ). This text is standard XML and contains the component hierarchy and properties for creating a frame. Implements VCF::ResourceBundlePeer. |
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXResourceBundle.h
