![]() |
wxIScan
|
#include "wx_pch.h"
#include <wx/string.h>
#include <wx/intl.h>
#include <wx/button.h>
#include <wx/dialog.h>
#include "wxiscan.h"
#include "wxiscanabout.h"
#include "wxluascript.h"
Go to the source code of this file.
Variables | |
const wxString | cstrAppName = wxT( "wxIScan" ) |
Application name string. | |
const wxString | cstrAppDescription = wxT( "A lightweight scanning application with OCR support" " expandable by Lua scripting" ) |
Short application description string. | |
const wxString | cstrVendor = wxT( "nellresearch.de" ) |
Vendor information. | |
const wxString | cstrStatusCopyRight = wxT( "(c) 2008-2012 Daniel Nell" ) |
Copyright string in the status bar. | |
const wxString | cstrVersionString |
Version information. | |
const wxString | cstrWebSite = wxT( "www.nellresearch.de" ) |
Web site string. | |
const wxString | cstrWxVersionString = wxVERSION_STRING |
wxWidgets version information. | |
const wxString | cstrLuaVersion = wxT( LUA_VERSION ) |
Lua version string. |
const wxString cstrAppDescription = wxT( "A lightweight scanning application with OCR support" " expandable by Lua scripting" ) |
Short application description string.
Definition at line 42 of file wxiscanabout.cpp.
Referenced by wxIScanAbout::wxIScanAbout().
const wxString cstrAppName = wxT( "wxIScan" ) |
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 = wxT( LUA_VERSION ) |
Lua version string.
Definition at line 53 of file wxiscanabout.cpp.
const wxString cstrStatusCopyRight = wxT( "(c) 2008-2012 Daniel Nell" ) |
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 = wxT( "nellresearch.de" ) |
Vendor information.
Definition at line 43 of file wxiscanabout.cpp.
const wxString cstrVersionString |
wxString::Format( wxT( "%d.%d.%d (Build %d)" ), AutoVersion::MAJOR, AutoVersion::MINOR, AutoVersion::BUILD, AutoVersion::BUILDS_COUNT )
Version information.
Definition at line 45 of file wxiscanabout.cpp.
Referenced by wx__DECLARE_EVT0(), and wxIScanAbout::wxIScanAbout().
const wxString cstrWebSite = wxT( "www.nellresearch.de" ) |
Web site string.
Definition at line 50 of file wxiscanabout.cpp.
const wxString cstrWxVersionString = wxVERSION_STRING |
wxWidgets version information.
Definition at line 51 of file wxiscanabout.cpp.