KiCad PCB EDA Suite
Loading...
Searching...
No Matches
model_zones_overview.h File Reference
#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
 

Enumerations

enum class  ZONE_INDEX_MOVEMENT { MOVE_UP , MOVE_DOWN }
 

Functions

 wxDECLARE_EVENT (EVT_ZONES_OVERVIEW_COUNT_CHANGE, wxCommandEvent)
 

Macro Definition Documentation

◆ LAYER_BAR_WIDTH

#define LAYER_BAR_WIDTH   16

Definition at line 43 of file model_zones_overview.h.

Enumeration Type Documentation

◆ ZONE_INDEX_MOVEMENT

enum class ZONE_INDEX_MOVEMENT
strong
Enumerator
MOVE_UP 
MOVE_DOWN 

Definition at line 46 of file model_zones_overview.h.

Function Documentation

◆ wxDECLARE_EVENT()

wxDECLARE_EVENT ( EVT_ZONES_OVERVIEW_COUNT_CHANGE  ,
wxCommandEvent   
)