KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_configure_paths.cpp File Reference
#include <dialogs/dialog_configure_paths.h>
#include <bitmaps.h>
#include <confirm.h>
#include <validators.h>
#include <dialogs/html_message_box.h>
#include <filename_resolver.h>
#include <env_vars.h>
#include <grid_tricks.h>
#include <pgm_base.h>
#include <widgets/wx_grid.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/grid_text_helpers.h>
#include <widgets/std_bitmap_button.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 }
 

Enumeration Type Documentation

◆ SEARCH_PATH_GRID_COLUMNS

Enumerator
SP_ALIAS_COL 
SP_PATH_COL 
SP_DESC_COL 

Definition at line 50 of file dialog_configure_paths.cpp.

◆ TEXT_VAR_GRID_COLUMNS

Enumerator
TV_NAME_COL 
TV_VALUE_COL 
TV_FLAG_COL 
TV_NAME_COL 
TV_VALUE_COL 

Definition at line 43 of file dialog_configure_paths.cpp.