![]() |
wxIScan
|
#include <wx/dialog.h>#include <wx/sizer.h>#include <wx/html/htmlwin.h>Go to the source code of this file.
Classes | |
| class | wxIScanAbout |
| The program's about dialog. More... | |
| class | wxLinkInBrowserHtmlWindow |
| A (slightly) extended html window class. More... | |
Variables | |
| const wxString | cstrAppName |
| Application name string. | |
| const wxString | cstrAppDescription |
| Short application description string. | |
| const wxString | cstrVendor |
| Vendor information. | |
| const wxString | cstrStatusCopyRight |
| Copyright string in the status bar. | |
| const wxString | cstrVersionString |
| Version information. | |
| const wxString | cstrWebSite |
| Web site string. | |
| const wxString | cstrWxVersionString |
| wxWidgets version information. | |
| const wxString | cstrLuaVersion |
| Lua version string. | |
| const wxString cstrAppDescription |
Short application description string.
Definition at line 42 of file wxiscanabout.cpp.
Referenced by wxIScanAbout::wxIScanAbout().
| const wxString cstrAppName |
Application name string.
Definition at line 41 of file wxiscanabout.cpp.
Referenced by wxIScanFrame::OnFileSaveAs(), wxIScanFrame::OpenImage(), wxIScanFrame::ResetFileName(), wxIScanFrame::StartScript(), wx__DECLARE_EVT0(), and wxIScanAbout::wxIScanAbout().
| const wxString cstrLuaVersion |
Lua version string.
Definition at line 53 of file wxiscanabout.cpp.
| const wxString cstrStatusCopyRight |
Copyright string in the status bar.
Definition at line 44 of file wxiscanabout.cpp.
Referenced by wx__DECLARE_EVT0(), and wxIScanAbout::wxIScanAbout().
| const wxString cstrVendor |
Vendor information.
Definition at line 43 of file wxiscanabout.cpp.
| const wxString cstrVersionString |
Version information.
Definition at line 45 of file wxiscanabout.cpp.
Referenced by wx__DECLARE_EVT0(), and wxIScanAbout::wxIScanAbout().
| const wxString cstrWebSite |
Web site string.
Definition at line 50 of file wxiscanabout.cpp.
| const wxString cstrWxVersionString |
wxWidgets version information.
Definition at line 51 of file wxiscanabout.cpp.