|
KiCad PCB EDA Suite
|
#include <memory>#include <utility>#include <vector>#include <wx/dataview.h>#include <wx/event.h>#include <wx/string.h>#include <board.h>#include <zone.h>Go to the source code of this file.
Classes | |
| class | MODEL_ZONES_OVERVIEW |
Macros | |
| #define | LAYER_BAR_WIDTH 16 |
| #define | LAYER_BAR_HEIGHT 16 |
Enumerations | |
| enum class | ZONE_INDEX_MOVEMENT { MOVE_UP , MOVE_DOWN } |
Functions | |
| wxDECLARE_EVENT (EVT_ZONES_OVERVIEW_COUNT_CHANGE, wxCommandEvent) | |
| #define LAYER_BAR_HEIGHT 16 |
Definition at line 44 of file model_zones_overview.h.
Referenced by MODEL_ZONES_OVERVIEW::GetValueByRow().
| #define LAYER_BAR_WIDTH 16 |
Definition at line 43 of file model_zones_overview.h.
Referenced by MODEL_ZONES_OVERVIEW::GetValueByRow().
|
strong |
| Enumerator | |
|---|---|
| MOVE_UP | |
| MOVE_DOWN | |
Definition at line 47 of file model_zones_overview.h.
| wxDECLARE_EVENT | ( | EVT_ZONES_OVERVIEW_COUNT_CHANGE | , |
| wxCommandEvent | ) |