KiCad PCB EDA Suite
Loading...
Searching...
No Matches
property_mgr.cpp File Reference
#include <inspectable.h>
#include <properties/property_mgr.h>
#include <properties/property.h>
#include <algorithm>
#include <ranges>
#include <utility>
#include <wx/wx.h>

Go to the source code of this file.

Variables

static const std::vector< PROPERTY_BASE * > EMPTY_PROP_LIST
 
static const std::map< PROPERTY_BASE *, int > EMPTY_PROP_DISPLAY_ORDER
 
std::vector< wxString > EMPTY_GROUP_DISPLAY_ORDER
 

Variable Documentation

◆ EMPTY_GROUP_DISPLAY_ORDER

std::vector<wxString> EMPTY_GROUP_DISPLAY_ORDER

Definition at line 36 of file property_mgr.cpp.

Referenced by PROPERTY_MANAGER::GetGroupDisplayOrder().

◆ EMPTY_PROP_DISPLAY_ORDER

const std::map<PROPERTY_BASE*, int> EMPTY_PROP_DISPLAY_ORDER
static

Definition at line 35 of file property_mgr.cpp.

Referenced by PROPERTY_MANAGER::GetDisplayOrder().

◆ EMPTY_PROP_LIST

const std::vector<PROPERTY_BASE*> EMPTY_PROP_LIST
static

Definition at line 34 of file property_mgr.cpp.

Referenced by PROPERTY_MANAGER::GetProperties().