6 #ifndef CODEBLOCKS_APP_H 7 #define CODEBLOCKS_APP_H 15 #if !defined(WX_PRECOMP) 25 #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__) 26 #include "resources/icons/app.xpm" 178 DECLARE_EVENT_TABLE()
183 #endif // CODEBLOCKS_APP_H
void OnAppActivate(wxActivateEvent &event)
wxString GetAppPath() const
wxString m_DebuggerAttach
void InitExceptionHandler()
void LoadDelayedFiles(MainFrame *frame)
virtual void MacOpenFile(const wxString &fileName)
wxString m_DebuggerConfig
A generic Code::Blocks event.
void SetAutoFile(wxString &file)
void SetupPersonality(const wxString &personality)
void AddFileToOpenDelayed(const wxString &filename)
bool OnCmdLineParsed(wxCmdLineParser &parser)
int ParseCmdLine(MainFrame *handlerFrame, const wxString &CmdLine=wxEmptyString)
virtual void MacPrintFile(const wxString &fileName)
void OnTBIconLeftDown(wxTaskBarIconEvent &event)
wxSingleInstanceChecker * m_pSingleInstance
bool m_BatchWindowAutoClose
wxScrollingDialog * m_pBatchBuildDialog
wxArrayString m_DelayedFilesToOpen
DECLARE_APP(CodeBlocksApp)
void OnBatchBuildDone(CodeBlocksEvent &event)