forked from eranif/codelite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@4671 9da81c78-c036-0410-9e1f-a2b0375e4b5a
- Loading branch information
eranif
committed
Dec 20, 2010
1 parent
1389dd6
commit 815c81f
Showing
26 changed files
with
4,361 additions
and
1,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,56 @@ | ||
////////////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// copyright : (C) 2008 by Eran Ifrah | ||
// file name : newwxprojectdlg.h | ||
// | ||
// ------------------------------------------------------------------------- | ||
// A | ||
// _____ _ _ _ _ | ||
// / __ \ | | | | (_) | | ||
// | / \/ ___ __| | ___| | _| |_ ___ | ||
// | | / _ \ / _ |/ _ \ | | | __/ _ ) | ||
// | \__/\ (_) | (_| | __/ |___| | || __/ | ||
// \____/\___/ \__,_|\___\_____/_|\__\___| | ||
// | ||
// F i l e | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation; either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////// | ||
#ifndef __newwxprojectdlg__ | ||
#define __newwxprojectdlg__ | ||
|
||
/** | ||
@file | ||
Subclass of NewWxProjectBaseDlg, which is generated by wxFormBuilder. | ||
*/ | ||
|
||
#include "newwxprojectbasedlg.h" | ||
#include "newwxprojectinfo.h" | ||
////////////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////// | ||
// | ||
// copyright : (C) 2008 by Eran Ifrah | ||
// file name : newwxprojectdlg.h | ||
// | ||
// ------------------------------------------------------------------------- | ||
// A | ||
// _____ _ _ _ _ | ||
// / __ \ | | | | (_) | | ||
// | / \/ ___ __| | ___| | _| |_ ___ | ||
// | | / _ \ / _ |/ _ \ | | | __/ _ ) | ||
// | \__/\ (_) | (_| | __/ |___| | || __/ | ||
// \____/\___/ \__,_|\___\_____/_|\__\___| | ||
// | ||
// F i l e | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
// it under the terms of the GNU General Public License as published by | ||
// the Free Software Foundation; either version 2 of the License, or | ||
// (at your option) any later version. | ||
// | ||
////////////////////////////////////////////////////////////////////////////// | ||
////////////////////////////////////////////////////////////////////////////// | ||
#ifndef __newwxprojectdlg__ | ||
#define __newwxprojectdlg__ | ||
|
||
class IManager; | ||
/** Implementing NewWxProjectBaseDlg */ | ||
class NewWxProjectDlg : public NewWxProjectBaseDlg | ||
/** | ||
@file | ||
Subclass of NewWxProjectBaseDlg, which is generated by wxFormBuilder. | ||
*/ | ||
|
||
#include "newwxprojectbasedlg.h" | ||
#include "newwxprojectinfo.h" | ||
|
||
class IManager; | ||
/** Implementing NewWxProjectBaseDlg */ | ||
class NewWxProjectDlg : public NewWxProjectBaseDlg | ||
{ | ||
IManager *m_mgr; | ||
StringManager m_stringManager; | ||
protected: | ||
void OnButtonCancel(wxCommandEvent &e); | ||
void OnButtonOK(wxCommandEvent &e); | ||
bool ValidateInput(); | ||
void OnChoiceChanged(wxCommandEvent &e); | ||
|
||
public: | ||
/** Constructor */ | ||
NewWxProjectDlg( wxWindow* parent, IManager *mgr ); | ||
virtual ~NewWxProjectDlg(); | ||
void OnChoiceChanged(wxCommandEvent &e); | ||
|
||
public: | ||
/** Constructor */ | ||
NewWxProjectDlg( wxWindow* parent, IManager *mgr ); | ||
virtual ~NewWxProjectDlg(); | ||
|
||
void GetProjectInfo(NewWxProjectInfo &info); | ||
}; | ||
|
||
#endif // __newwxprojectdlg__ | ||
void GetProjectInfo(NewWxProjectInfo &info); | ||
}; | ||
|
||
#endif // __newwxprojectdlg__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.