|
KiCad PCB EDA Suite
|
#include <board_project_settings.h>
Public Member Functions | |
| VIEWPORT (const wxString &aName=wxEmptyString) | |
| VIEWPORT (const wxString &aName, const BOX2D &aRect) | |
Public Attributes | |
| wxString | name |
| BOX2D | rect |
Definition at line 202 of file board_project_settings.h.
|
inline |
Definition at line 204 of file board_project_settings.h.
References name.
|
inline |
Definition at line 208 of file board_project_settings.h.
| wxString VIEWPORT::name |
Definition at line 213 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::ApplyViewport(), APPEARANCE_CONTROLS::onViewportChanged(), VIEWPORT(), and VIEWPORT().
| BOX2D VIEWPORT::rect |
Definition at line 214 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::doApplyViewport(), PARAM_VIEWPORT::jsonToViewports(), and VIEWPORT().