Code::Blocks
SVN r11506
|
#include <map>
#include <wx/string.h>
#include <wx/wizard.h>
#include <wx/panel.h>
#include <wx/xrc/xmlres.h>
Go to the source code of this file.
Classes | |
class | WizPageBase |
class | WizPage |
class | WizInfoPanel |
class | WizFilePathPanel |
class | WizProjectPathPanel |
class | WizGenericSelectPathPanel |
class | WizCompilerPanel |
class | WizBuildTargetPanel |
class | WizGenericSingleChoiceList |
Namespaces | |
Wizard | |
Typedefs | |
typedef std::map< wxString, WizPageBase * > | PagesByName |
Functions | |
void | Wizard::FillCompilerControl (wxItemContainer *control, const wxString &compilerID, const wxString &validCompilerIDs) |
typedef std::map<wxString, WizPageBase*> PagesByName |