![]() |
KiCad PCB EDA Suite
|
#include <dialogs/dialog_configure_paths.h>
#include <bitmaps.h>
#include <confirm.h>
#include <menus_helpers.h>
#include <validators.h>
#include <dialogs/html_messagebox.h>
#include <filename_resolver.h>
#include <env_vars.h>
#include <grid_tricks.h>
#include <widgets/wx_grid.h>
#include <widgets/grid_text_button_helpers.h>
#include <algorithm>
#include <wx/dirdlg.h>
Go to the source code of this file.
Enumerations | |
enum | TEXT_VAR_GRID_COLUMNS { TV_NAME_COL = 0, TV_VALUE_COL, TV_FLAG_COL, TV_NAME_COL = 0, TV_VALUE_COL } |
enum | SEARCH_PATH_GRID_COLUMNS { SP_ALIAS_COL = 0, SP_PATH_COL, SP_DESC_COL } |
Enumerator | |
---|---|
SP_ALIAS_COL | |
SP_PATH_COL | |
SP_DESC_COL |
Definition at line 48 of file dialog_configure_paths.cpp.
Enumerator | |
---|---|
TV_NAME_COL | |
TV_VALUE_COL | |
TV_FLAG_COL | |
TV_NAME_COL | |
TV_VALUE_COL |
Definition at line 41 of file dialog_configure_paths.cpp.