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 204 of file board_project_settings.h.
|
inline |
Definition at line 206 of file board_project_settings.h.
|
inline |
Definition at line 210 of file board_project_settings.h.
wxString VIEWPORT::name |
Definition at line 215 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::ApplyViewport(), and APPEARANCE_CONTROLS::onViewportChanged().
BOX2D VIEWPORT::rect |
Definition at line 216 of file board_project_settings.h.
Referenced by APPEARANCE_CONTROLS::doApplyViewport(), and PARAM_VIEWPORT::jsonToViewports().