|
public
LoadBitmap
LoadIcon
LoadMenu
LoadString
QueryBitmapSize
~XResourceLibrary
constructors/destructors
XResourceLibrary
|
Derrived | : public XObject
|
|
|
Definition | OOL_BITMAPHANDLE LoadBitmap ( XWindow* w, LONG id, LONG stretchX, LONG stretchY )
OOL_BITMAPHANDLE LoadBitmap ( XWindow* w, LONG id, LONG stretchX=0, LONG stretchY=0 ) |
Returns | OOL_BITMAPHANDLE |
|
Definition | OOL_ICONHANDLE LoadIcon ( LONG iconId ) |
Returns | OOL_ICONHANDLE |
|
Definition | HWND LoadMenu ( XWindow* fr, unsigned long id )
OOL_WINDOWHANDLE LoadMenu ( XWindow* f, unsigned long id ) |
Returns | HWND
OOL_WINDOWHANDLE |
|
Definition | BOOL LoadString ( XString* string, unsigned long resId ) |
Returns | BOOL |
|
Definition | void QueryBitmapSize ( OOL_BITMAPHANDLE hbm, LONG& cx, LONG& cy ) |
Returns | void |
|
Definition | ~XResourceLibrary ( ) |
Returns | - |
|
|
destructs a resource library.
Constructs a resource library.
|
Definition | XResourceLibrary ( XProcess* app, char* path )
XResourceLibrary ( XProcess* , char* path = NULL )
|
Parameters | : XProcess * theOwner A pointer to the owning process. Every
resource which is build from the library will
be owned by this process
char * thePath path of the library without extension ".DLL".
If the path is empty, a resource library will
be generated with the resources which are
linked to the exe-file.
If the file cannot be found an error ocures.
Default is NULL.
|
Returns | -
-
|