Code::Blocks  SVN r11506
Classes | Namespaces | Typedefs | Functions
wizpage.h File Reference
#include <map>
#include <wx/string.h>
#include <wx/wizard.h>
#include <wx/panel.h>
#include <wx/xrc/xmlres.h>
Include dependency graph for wizpage.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ PagesByName

typedef std::map<wxString, WizPageBase*> PagesByName

Definition at line 24 of file wizpage.h.