Code::Blocks  SVN r11506
Public Member Functions | Public Attributes | List of all members
cbProject::Glob Struct Reference

#include <cbproject.h>

Collaboration diagram for cbProject::Glob:

Public Member Functions

 Glob (const wxString &path, const wxString &wildCard, bool recursive)
 

Public Attributes

wxString m_Path
 
wxString m_WildCard
 
bool m_Recursive
 

Detailed Description

Definition at line 424 of file cbproject.h.

Constructor & Destructor Documentation

◆ Glob()

cbProject::Glob::Glob ( const wxString path,
const wxString wildCard,
bool  recursive 
)
inline

Definition at line 429 of file cbproject.h.

Member Data Documentation

◆ m_Path

wxString cbProject::Glob::m_Path

Definition at line 426 of file cbproject.h.

Referenced by ProjectLoader::ExportTargetAsProject().

◆ m_Recursive

bool cbProject::Glob::m_Recursive

Definition at line 428 of file cbproject.h.

Referenced by ProjectLoader::ExportTargetAsProject().

◆ m_WildCard

wxString cbProject::Glob::m_WildCard

Definition at line 427 of file cbproject.h.

Referenced by ProjectLoader::ExportTargetAsProject().


The documentation for this struct was generated from the following file: