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_TABLE |
Enumerations | |
enum class | ZONE_INDEX_MOVEMENT { MOVE_UP , MOVE_DOWN } |
Functions | |
wxDECLARE_EVENT (EVT_ZONES_OVERVIEW_COUNT_CHANGE, wxCommandEvent) | |
|
strong |
Enumerator | |
---|---|
MOVE_UP | |
MOVE_DOWN |
Definition at line 45 of file model_zones_overview_table.h.
wxDECLARE_EVENT | ( | EVT_ZONES_OVERVIEW_COUNT_CHANGE | , |
wxCommandEvent | |||
) |