#include <Icon.h>
Public Methods | |
| Icon (HICON hicon, SFLAG size) | |
| Creates an icon from a resource. | |
| Icon (String *fname, SFLAG size) | |
| Creates an icon form a file. | |
| virtual | ~Icon () |
| virtual HICON | getHandle () |
| Returns the windows handle to the icon. | |
| virtual String * | getFileName () |
| Returns the file name of the icon. | |
Protected Attributes | |
| HICON | hicon |
| The windows handle to the icon. | |
| String * | fname |
| The file name of the icon. | |
| SFLAG | size |
| The size of the icon. | |
|
||||||||||||
|
Creates an icon from a resource.
|
|
||||||||||||
|
Creates an icon form a file.
|
|
|
|
|
|
Returns the file name of the icon.
|
|
|
Returns the windows handle to the icon.
|
|
|
The file name of the icon.
|
|
|
The windows handle to the icon.
|
|
|
The size of the icon.
|
1.2.18