KiCad PCB EDA Suite
|
#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 |
std::vector<wxString> EMPTY_GROUP_DISPLAY_ORDER |
Definition at line 36 of file property_mgr.cpp.
Referenced by PROPERTY_MANAGER::GetGroupDisplayOrder().
|
static |
Definition at line 35 of file property_mgr.cpp.
Referenced by PROPERTY_MANAGER::GetDisplayOrder().
|
static |
Definition at line 34 of file property_mgr.cpp.
Referenced by PROPERTY_MANAGER::GetProperties().