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

Public Member Functions | |
| LinuxResourceBundle () | |
| virtual | ~LinuxResourceBundle () |
| 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. | |
Protected Attributes | |
| OSHandleID | resourceHandle_ |
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. |
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/LinuxResourceBundle.h
