|
Functions |
| void | filePropertiesDialog (const wxString &fname) |
| | Show file properties.
|
| void | sysInfoDialog () |
| | Determine if a file is executable.
|
| bool | isExecutable (const wxString &fileName) |
| | Determine if a file is executable.
|
| bool | deleteDir (const wxString &dirName) |
| | Removes a directory recursively.
|
| bool | moveFile (const wxString &from, const wxString &to, bool move) |
| | Move or copy a file.
|
| void | splitString (wxArrayString *ra, const wxString &str, const wxString &delim) |
| | Splits a string on delim and fills ra.
|
| void | scanDirFiles (wxArrayString *ra, wxString tdir) |
| | Scans a directory and fill ra with paths traversed.
|
| wxString | colourToHexString (wxColour colour) |
| | Returns a hex string repr of a wxColour.
|
| wxColour | hexStringToColour (wxString str) |
| | Parses a hex string to a wxColour.
|
| wxString | wxGetAppPath (const wxString &argv0, const wxString &cwd, const wxString &appVar) |
| | Tries to find the path where the executable was started from.
|