Code::Blocks  SVN r11506
Classes | Functions | Variables
newfromtemplatedlg.cpp File Reference
#include "sdk_precomp.h"
#include "cbstyledtextctrl.h"
#include <wx/listbook.h>
#include <wx/radiobox.h>
#include "newfromtemplatedlg.h"
#include "projecttemplateloader.h"
Include dependency graph for newfromtemplatedlg.cpp:

Go to the source code of this file.

Classes

struct  ListItemData
 

Functions

int wxCALLBACK SortTemplates (wxIntPtr item1, wxIntPtr item2, cb_unused wxIntPtr sortData)
 

Variables

static int idEditWizardScript = wxNewId()
 
static int idDiscardWizardScript = wxNewId()
 
static int idInfoWizardScript = wxNewId()
 
static int idEditGlobalWizardScript = wxNewId()
 

Function Documentation

◆ SortTemplates()

int wxCALLBACK SortTemplates ( wxIntPtr  item1,
wxIntPtr  item2,
cb_unused wxIntPtr  sortData 
)
inline

Variable Documentation

◆ idDiscardWizardScript

int idDiscardWizardScript = wxNewId()
static

Definition at line 48 of file newfromtemplatedlg.cpp.

Referenced by NewFromTemplateDlg::OnListRightClick().

◆ idEditGlobalWizardScript

int idEditGlobalWizardScript = wxNewId()
static

Definition at line 50 of file newfromtemplatedlg.cpp.

Referenced by NewFromTemplateDlg::OnListRightClick().

◆ idEditWizardScript

int idEditWizardScript = wxNewId()
static

Definition at line 47 of file newfromtemplatedlg.cpp.

Referenced by NewFromTemplateDlg::OnListRightClick().

◆ idInfoWizardScript

int idInfoWizardScript = wxNewId()
static

Definition at line 49 of file newfromtemplatedlg.cpp.

Referenced by NewFromTemplateDlg::OnListRightClick().