Code::Blocks
SVN r11506
|
Classes | |
struct | Localisation |
Variables | |
const wxString | AppVendor = _T("Code::Blocks") |
const wxString | AppName = _T("Code::Blocks") |
const wxString | AppVersion = _T("svn build") |
const wxString | AppActualVersionVerb = _T("svn build rev ") + ConfigManager::GetRevisionString() |
const wxString | AppActualVersion = _T("svn-r") + ConfigManager::GetRevisionString() |
const wxString | AppSDKVersion |
const wxString | AppUrl = _T("http://www.codeblocks.org") |
const wxString | AppContactEmail = _T("info@codeblocks.org") |
const wxString | AppPlatform = _T("Windows") |
const wxString | AppWXAnsiUnicode = platform::unicode ? wxT("unicode") : wxT("ANSI") |
const wxString | bit_type = wxT(" - 32 bit") |
const wxString | AppBuildTimestamp |
const wxString | DefaultBatchBuildArgs = _T("-na -nd -ns --batch-build-notify") |
struct appglobals::Localisation |
Definition at line 21 of file appglobals.h.
Class Members | ||
---|---|---|
int | locale_code | |
wxString | name |
Definition at line 27 of file appglobals.cpp.
Referenced by CodeBlocksApp::CheckVersion(), and StartHerePage::StartHerePage().
const wxString appglobals::AppActualVersionVerb = _T("svn build rev ") + ConfigManager::GetRevisionString() |
Definition at line 26 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout(), CodeBlocksApp::OnInit(), and StartHerePage::StartHerePage().
const wxString appglobals::AppBuildTimestamp |
Definition at line 66 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout(), and CodeBlocksApp::OnInit().
Definition at line 40 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout().
Definition at line 22 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout(), MainFrame::DoUpdateAppTitle(), MainFrame::DoUpdateStatusBar(), CodeBlocksApp::InitXRCStuff(), MainFrame::MainFrame(), CodeBlocksApp::OnBatchBuildDone(), CodeBlocksApp::OnFatalException(), and CodeBlocksApp::OnInit().
Definition at line 43 of file appglobals.cpp.
Referenced by StartHerePage::StartHerePage().
const wxString appglobals::AppSDKVersion |
Definition at line 34 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout().
Definition at line 39 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout().
Definition at line 21 of file appglobals.cpp.
Definition at line 25 of file appglobals.cpp.
Referenced by dlgAbout::dlgAbout(), MainFrame::DoUpdateAppTitle(), and MainFrame::MainFrame().
Definition at line 58 of file appglobals.cpp.
Referenced by StartHerePage::StartHerePage().
Definition at line 63 of file appglobals.cpp.
Referenced by StartHerePage::StartHerePage().
Definition at line 72 of file appglobals.cpp.
Referenced by CompilerSettingsDlg::CompilerSettingsDlg(), Associations::DoClearAssociation(), Associations::DoSetAssociation(), and CompilerSettingsDlg::EndModal().