#include "wx/wx.h"#include "wx/filename.h"#include "wx/textfile.h"#include "wx/txtstrm.h"#include "wx/datstrm.h"#include "wx/wfstream.h"#include "wx/dir.h"#include "wx/utils.h"#include "wx/zipstrm.h"#include "wx/zstream.h"#include "wx/tarstrm.h"#include "wx/progdlg.h"#include "wx/tokenzr.h"#include "wx/stdpaths.h"#include "wx/filedlg.h"#include "wx/dirdlg.h"#include "wx/mimetype.h"#include "wx/notebook.h"#include "wx/process.h"#include "ax/ax_utils.h"Classes | |
| struct | AxKeyName |
Defines | |
| #define | OS_FILENAME(s) (s.fn_str()) |
Functions | |
| wxSize | AxCalculateScaledImageSize (const wxSize &maxSize, const wxSize &imageSize) |
| Calculate a suitable scale for an image to fit into the given space. | |
| bool | AxRemoveNonFilenameCharacters (wxString &str) |
| Remove bad characters from a filename. | |
| wxString | AxGetSpeakableTextForKeyCode (int keycode) |
| Gets suitable text for a given keycode. | |
| #define OS_FILENAME | ( | s | ) | (s.fn_str()) |
| wxSize AxCalculateScaledImageSize | ( | const wxSize & | maxSize, | |
| const wxSize & | imageSize | |||
| ) |
Calculate a suitable scale for an image to fit into the given space.
| wxString AxGetSpeakableTextForKeyCode | ( | int | keycode | ) |
Gets suitable text for a given keycode.
| bool AxRemoveNonFilenameCharacters | ( | wxString & | str | ) |
Remove bad characters from a filename.
1.5.8