Public Member Functions | |
| Mime () | |
| ~Mime () | |
| bool | GetByIndex (int iIndex) |
| bool | GetByExtension (const String &szExtension) |
| bool | GetByMimeType (const String &szMimeType) |
| bool | GetByPath (const String &szPath) |
| bool | Set (void *hMimeType) |
| bool | IsValid () |
| String | GetIconPath () |
| Image * | GetIcon (int iWidth=16, int iHeight=16) |
| String | Get () |
| std::vector< MimeHandler > | GetHandlers () |
Classes | |
| class | Private |
| Mime::Mime | ( | ) |
| Mime::~Mime | ( | ) |
| bool Mime::GetByIndex | ( | int | iIndex | ) |
| bool Mime::GetByExtension | ( | const String & | szExtension | ) |
| bool Mime::GetByMimeType | ( | const String & | szMimeType | ) |
| bool Mime::GetByPath | ( | const String & | szPath | ) |
Get mimetype information for specified file
| bool Mime::Set | ( | void * | hMimeType | ) |
| bool Mime::IsValid | ( | ) |
| String Mime::GetIconPath | ( | ) |
| Image * Mime::GetIcon | ( | int | iWidth = 16, |
|
| int | iHeight = 16 | |||
| ) |
| String Mime::Get | ( | ) |
| std::vector< MimeHandler > Mime::GetHandlers | ( | ) |
1.5.1-p1