KiCad PCB EDA Suite
Loading...
Searching...
No Matches
model_zones_overview_table.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_TABLE
 

Typedefs

using ZONE_PRIORITY_CONTAINER_LIST = std::vector< std::shared_ptr< ZONE_PRIORITY_CONTAINER > >
 

Enumerations

enum class  ZONE_INDEX_MOVEMENT { MOVE_UP , MOVE_DOWN }
 

Functions

 wxDECLARE_EVENT (EVT_ZONES_OVERVIEW_COUNT_CHANGE, wxCommandEvent)
 

Typedef Documentation

◆ ZONE_PRIORITY_CONTAINER_LIST

using ZONE_PRIORITY_CONTAINER_LIST = std::vector<std::shared_ptr<ZONE_PRIORITY_CONTAINER> >

Definition at line 44 of file model_zones_overview_table.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_table.h.

Function Documentation

◆ wxDECLARE_EVENT()

wxDECLARE_EVENT ( EVT_ZONES_OVERVIEW_COUNT_CHANGE  ,
wxCommandEvent   
)