#include <filetypes.h>
Public Member Functions | |
| wxFileType2 (const wxString &sNewName) | |
| wxFileType2 () | |
| bool | IsValid () const |
| bool | IsExecutable () const |
| wxString | GetName () const |
| void | SetName (const wxString &sNewName) |
| wxString | GetDescription () const |
| void | SetDescription (const wxString &sNewDescription) |
| wxIcon | GetIcon () const |
| wxFileName | GetIconPath (long *nIndex=NULL) const |
| void | SetIconPath (const wxFileName &fnmIcon, const long &nIndex=0) |
| wxString | GetDefaultCommand () const |
| void | SetDefaultCommand (const wxString &sNewDefaultCommand) |
| wxString | GetVerb (const wxString &sVerb) const |
| void | SetVerb (const wxString &sVerb, const wxString &sValue) |
| void | DeleteVerb (const wxString &sVerb) |
| wxArrayString | GetExtensions () const |
| void | SetExtensions (const wxArrayString &asNewExtensions) |
Static Public Member Functions | |
| bool | IsExecutable (const wxString &sFileType) |
Private Attributes | |
| wxString | sName |
| wxString | sDescription |
| wxIconLocation | icl |
| wxString | sCommand |
| wxArrayString | asExtensions |
| ExtraVerbs | exv |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 85 of file filetypes.h. |
|
|
Definition at line 86 of file filetypes.h. |
|
|
Definition at line 83 of file filetypes.h. |
|
|
Definition at line 84 of file filetypes.h. |
|
|
Definition at line 82 of file filetypes.h. |
|
|
Definition at line 81 of file filetypes.h. |
1.3.6