KiCad PCB EDA Suite
|
#include <base_units.h>
#include <bitmaps.h>
#include <symbol_library.h>
#include <confirm.h>
#include <eda_doc.h>
#include <wildcards_and_files_ext.h>
#include <eeschema_settings.h>
#include <general.h>
#include <grid_tricks.h>
#include <string_utils.h>
#include <kiface_base.h>
#include <sch_edit_frame.h>
#include <sch_reference_list.h>
#include <schematic.h>
#include <tools/sch_editor_control.h>
#include <kiplatform/ui.h>
#include <widgets/grid_text_button_helpers.h>
#include <widgets/bitmap_button.h>
#include <widgets/wx_grid.h>
#include <wx/ffile.h>
#include <wx/grid.h>
#include <wx/textdlg.h>
#include <wx/filedlg.h>
#include "dialog_symbol_fields_table.h"
Go to the source code of this file.
Classes | |
class | FIELDS_EDITOR_GRID_TRICKS |
struct | DATA_MODEL_ROW |
class | FIELDS_EDITOR_GRID_DATA_MODEL |
Macros | |
#define | DISPLAY_NAME_COLUMN 0 |
#define | SHOW_FIELD_COLUMN 1 |
#define | GROUP_BY_COLUMN 2 |
#define | CANONICAL_NAME_COLUMN 3 |
#define | QUANTITY_COLUMN ( GetNumberCols() - 1 ) |
#define | COLUMN_MARGIN 15 |
Enumerations | |
enum | { MYID_SELECT_FOOTPRINT = GRIDTRICKS_FIRST_CLIENT_ID , MYID_SHOW_DATASHEET } |
enum | GROUP_TYPE { GROUP_SINGLETON , GROUP_COLLAPSED , GROUP_COLLAPSED_DURING_SORT , GROUP_EXPANDED , CHILD_ITEM } |
#define CANONICAL_NAME_COLUMN 3 |
Definition at line 54 of file dialog_symbol_fields_table.cpp.
#define COLUMN_MARGIN 15 |
Definition at line 61 of file dialog_symbol_fields_table.cpp.
#define DISPLAY_NAME_COLUMN 0 |
Definition at line 51 of file dialog_symbol_fields_table.cpp.
#define GROUP_BY_COLUMN 2 |
Definition at line 53 of file dialog_symbol_fields_table.cpp.
#define QUANTITY_COLUMN ( GetNumberCols() - 1 ) |
Definition at line 56 of file dialog_symbol_fields_table.cpp.
#define SHOW_FIELD_COLUMN 1 |
Definition at line 52 of file dialog_symbol_fields_table.cpp.
anonymous enum |
Enumerator | |
---|---|
MYID_SELECT_FOOTPRINT | |
MYID_SHOW_DATASHEET |
Definition at line 64 of file dialog_symbol_fields_table.cpp.
enum GROUP_TYPE |
Enumerator | |
---|---|
GROUP_SINGLETON | |
GROUP_COLLAPSED | |
GROUP_COLLAPSED_DURING_SORT | |
GROUP_EXPANDED | |
CHILD_ITEM |
Definition at line 146 of file dialog_symbol_fields_table.cpp.