#include <ResourceManager.h>
Inheritance diagram for ResourceManager:


Public Member Functions | |
| ResourceManager () | |
| ~ResourceManager () | |
| wxBitmap | GetImage (ResourceId res) |
| int | GetDirectoryImageIndex (bool bHidden, bool bDropTarget) |
| int | GetFileImageIndex (bool bHidden) |
| bool | Activate (const wxString &sPathName) |
| wxString | GetDescription (const wxString &sFileType) |
| int | GetImageIndex (const wxString &sFileType, bool bHidden=false) |
| int | GetLinkImageIndex (const wxString &sFileType, bool bHidden=false) |
| bool | IsBinaryExecutable (const wxString &sFileType) |
Private Types | |
| typedef std::map< wxString, int > | TypeIndexMap |
Private Member Functions | |
| wxBitmap | GetImageForFileType (const wxString &sFileType) |
| int | AddImage (const wxString &sFileType, const wxBitmap &bmp) |
Private Attributes | |
| int | nFolderIndexBase |
| int | nFileIndexBase |
| ThemeHandler * | thm |
| TypeIndexMap | hImageIndex |
|
|
Definition at line 51 of file ResourceManager.h. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
Definition at line 83 of file ResourceManager.h. |
|
|
Definition at line 81 of file ResourceManager.h. |
|
|
Definition at line 80 of file ResourceManager.h. |
|
|
Definition at line 82 of file ResourceManager.h. |
1.3.6