#include <vector>
#include "settings.h"
#include "globals.h"
#include "prep.h"
#include <wx/dynarray.h>
#include <wx/filename.h>
#include <wx/treectrl.h>
#include <wx/hashset.h>
Go to the source code of this file.
|
| WX_DECLARE_HASH_MAP (ProjectBuildTarget *, pfDetails *, wxPointerHash, wxPointerEqual, PFDMap) |
|
| WX_DECLARE_HASH_MAP (wxString, pfCustomBuild, wxStringHash, wxStringEqual, pfCustomBuildMap) |
|
| WX_DEFINE_ARRAY_INT (int, editorFoldLinesArray) |
|
| WX_DECLARE_HASH_SET (ProjectFile *, wxPointerHash, wxPointerEqual, FilesList) |
|
| WX_DEFINE_SORTED_ARRAY (ProjectFile *, ProjectFileArray) |
|
◆ ProjectFilesVector
◆ WX_DECLARE_HASH_MAP() [1/2]
◆ WX_DECLARE_HASH_MAP() [2/2]
◆ WX_DECLARE_HASH_SET()
WX_DECLARE_HASH_SET |
( |
ProjectFile * |
, |
|
|
wxPointerHash |
, |
|
|
wxPointerEqual |
, |
|
|
FilesList |
|
|
) |
| |
◆ WX_DEFINE_ARRAY_INT()
WX_DEFINE_ARRAY_INT |
( |
int |
, |
|
|
editorFoldLinesArray |
|
|
) |
| |
◆ WX_DEFINE_SORTED_ARRAY()
WX_DEFINE_SORTED_ARRAY |
( |
ProjectFile * |
, |
|
|
ProjectFileArray |
|
|
) |
| |