Code::Blocks  SVN r11506
Classes | Functions
projecttemplateloader.h File Reference
#include <tinyxml.h>
#include "settings.h"
Include dependency graph for projecttemplateloader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FileSetFile
 
struct  FileSet
 
struct  TemplateOption
 
class  ProjectTemplateLoader
 

Functions

 WX_DECLARE_OBJARRAY (FileSetFile, FileSetFileArray)
 
 WX_DECLARE_OBJARRAY (FileSet, FileSetArray)
 
 WX_DECLARE_OBJARRAY (TemplateOption, TemplateOptionArray)
 

Class Documentation

◆ FileSetFile

struct FileSetFile

Definition at line 12 of file projecttemplateloader.h.

Collaboration diagram for FileSetFile:
Class Members
wxString destination
wxString source
wxString targets

◆ FileSet

struct FileSet

Definition at line 20 of file projecttemplateloader.h.

Collaboration diagram for FileSet:
Class Members
FileSetFileArray files
wxString name
wxString title

◆ TemplateOption

struct TemplateOption

Definition at line 28 of file projecttemplateloader.h.

Collaboration diagram for TemplateOption:
Class Members
wxArrayString extraCFlags
wxArrayString extraLDFlags
wxString file
wxString name
wxString notice
int noticeMsgType
bool useDefaultCompiler

Function Documentation

◆ WX_DECLARE_OBJARRAY() [1/3]

WX_DECLARE_OBJARRAY ( FileSetFile  ,
FileSetFileArray   
)

◆ WX_DECLARE_OBJARRAY() [2/3]

WX_DECLARE_OBJARRAY ( FileSet  ,
FileSetArray   
)

◆ WX_DECLARE_OBJARRAY() [3/3]

WX_DECLARE_OBJARRAY ( TemplateOption  ,
TemplateOptionArray   
)