KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_gerbview_display_options.cpp File Reference
#include <vector>
#include <core/arraydim.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <gerbview_settings.h>
#include <widgets/gal_options_panel.h>
#include "panel_gerbview_display_options.h"

Go to the source code of this file.

Variables

static const wxChar * gerberPageSizeList []
 List of page sizes.
 

Variable Documentation

◆ gerberPageSizeList

const wxChar* gerberPageSizeList[]
static
Initial value:
=
{
wxT( "GERBER" ),
wxT( "A4" ),
wxT( "A3" ),
wxT( "A2" ),
wxT( "A" ),
wxT( "B" ),
wxT( "C" ),
}

List of page sizes.

Definition at line 31 of file panel_gerbview_display_options.cpp.

Referenced by PANEL_GERBVIEW_DISPLAY_OPTIONS::loadSettings(), and PANEL_GERBVIEW_DISPLAY_OPTIONS::TransferDataFromWindow().