VCF::Win32ResourceBundle Class Reference
#include <Win32ResourceBundle.h>
Inheritance diagram for VCF::Win32ResourceBundle:
List of all members.
Constructor & Destructor Documentation
| VCF::Win32ResourceBundle::Win32ResourceBundle |
( |
|
) |
|
|
| virtual VCF::Win32ResourceBundle::~Win32ResourceBundle |
( |
|
) |
[virtual] |
|
Member Function Documentation
| static BOOL CALLBACK VCF::Win32ResourceBundle::EnumResNameProcA |
( |
HMODULE |
hModule, |
|
|
const char * |
lpszType, |
|
|
char * |
lpszName, |
|
|
LPARAM |
lParam |
|
) |
[static, protected] |
|
| static BOOL CALLBACK VCF::Win32ResourceBundle::EnumResTypeProcA |
( |
HMODULE |
hModule, |
|
|
char * |
lpszType, |
|
|
LPARAM |
lParam |
|
) |
[static, protected] |
|
| virtual OSHandleID VCF::Win32ResourceBundle::getHandleID |
( |
|
) |
[inline, virtual] |
|
|
|
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. |
| virtual ProgramInfo* VCF::Win32ResourceBundle::getProgramInfo |
( |
|
) |
[virtual] |
|
|
|
This wil be re-implemented on the version for the AppKit void setApplicationPeer( ApplicationPeer* appPeer ) { appPeer_ = appPeer; }.
Implements VCF::ResourceBundlePeer. |
| static ProgramInfo* VCF::Win32ResourceBundle::getProgramInfoFromFileName |
( |
const String & |
fileName |
) |
[static] |
|
| virtual Resource* VCF::Win32ResourceBundle::getResource |
( |
const String & |
resourceName |
) |
[virtual] |
|
|
|
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. |
| virtual HINSTANCE VCF::Win32ResourceBundle::getResourceInstance |
( |
|
) |
[protected, virtual] |
|
| virtual String VCF::Win32ResourceBundle::getString |
( |
const String & |
resourceName |
) |
[virtual] |
|
| virtual String VCF::Win32ResourceBundle::getVFF |
( |
const String & |
resourceName |
) |
[virtual] |
|
|
|
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: