KiCad PCB EDA Suite
|
#include <dialogs/dialog_configure_paths.h>
#include <algorithm>
#include <bitmaps.h>
#include <confirm.h>
#include <kidialog.h>
#include <validators.h>
#include <dialogs/html_message_box.h>
#include <settings/common_settings.h>
#include <filename_resolver.h>
#include <env_vars.h>
#include <grid_tricks.h>
#include <pgm_base.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/grid_text_helpers.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/wx_grid.h>
#include <widgets/wx_grid_autosizer.h>
#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 55 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 48 of file dialog_configure_paths.cpp.