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 187 of file board_project_settings.h.
|
inline |
Definition at line 189 of file board_project_settings.h.
|
inline |
Definition at line 193 of file board_project_settings.h.
wxString VIEWPORT::name |
Definition at line 198 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::ApplyViewport(), and APPEARANCE_CONTROLS::onViewportChanged().
BOX2D VIEWPORT::rect |
Definition at line 199 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::doApplyViewport(), and PARAM_VIEWPORT::jsonToViewports().