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 224 of file board_project_settings.h.
|
inline |
Definition at line 226 of file board_project_settings.h.
References name.
|
inline |
Definition at line 230 of file board_project_settings.h.
wxString VIEWPORT::name |
Definition at line 235 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::ApplyViewport(), APPEARANCE_CONTROLS::onViewportChanged(), VIEWPORT(), and VIEWPORT().
BOX2D VIEWPORT::rect |
Definition at line 236 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::doApplyViewport(), PARAM_VIEWPORT::jsonToViewports(), and VIEWPORT().