KiCad PCB EDA Suite
|
#include <stack>
#include <wx/regex.h>
#include <wx/stdpaths.h>
#include <wx/string.h>
#include <wx/msgdlg.h>
#include <wx/textdlg.h>
#include <bitmaps.h>
#include <bitmap_store.h>
#include <gestfich.h>
#include <macros.h>
#include <menus_helpers.h>
#include <trace_helpers.h>
#include <wildcards_and_files_ext.h>
#include <kiplatform/environment.h>
#include <core/kicad_algo.h>
#include <paths.h>
#include <launch_ext.h>
#include <wx/dcclient.h>
#include <wx/settings.h>
#include "project_tree_item.h"
#include "project_tree.h"
#include "pgm_kicad.h"
#include "kicad_id.h"
#include "kicad_manager_frame.h"
#include "project_tree_pane.h"
Go to the source code of this file.
Functions | |
std::vector< wxString > | getProjects (const wxDir &dir) |
Variables | |
static const wxChar * | s_allowedExtensionsToList [] |
std::vector< wxString > getProjects | ( | const wxDir & | dir | ) |
Definition at line 286 of file project_tree_pane.cpp.
References LegacyProjectFileExtension, and ProjectFileExtension.
Referenced by PROJECT_TREE_PANE::addItemToProjectTree(), PROJECT_TREE_PANE::onExpand(), and PROJECT_TREE_PANE::ReCreateTreePrj().
|
static |
Definition at line 70 of file project_tree_pane.cpp.
Referenced by PROJECT_TREE_PANE::PROJECT_TREE_PANE().