KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_page_settings.cpp File Reference
#include <env_paths.h>
#include <pgm_base.h>
#include <bitmaps.h>
#include <base_screen.h>
#include <common.h>
#include <confirm.h>
#include <core/arraydim.h>
#include <dialogs/dialog_page_settings.h>
#include <eda_draw_frame.h>
#include <eda_item.h>
#include <gr_basic.h>
#include <kiface_base.h>
#include <macros.h>
#include <math/util.h>
#include <project.h>
#include <tool/actions.h>
#include <tool/tool_manager.h>
#include <wildcards_and_files_ext.h>
#include <drawing_sheet/ds_data_model.h>
#include <drawing_sheet/ds_painter.h>
#include <string_utils.h>
#include <widgets/std_bitmap_button.h>
#include <wx/valgen.h>
#include <wx/tokenzr.h>
#include <wx/filedlg.h>
#include <wx/dcmemory.h>

Go to the source code of this file.

Macros

#define MAX_PAGE_EXAMPLE_SIZE   200
 
#define _HKI(x)   wxT( x )
 

Variables

static const wxString pageFmts []
 

Macro Definition Documentation

◆ _HKI

#define _HKI (   x)    wxT( x )

Definition at line 56 of file dialog_page_settings.cpp.

◆ MAX_PAGE_EXAMPLE_SIZE

#define MAX_PAGE_EXAMPLE_SIZE   200

Definition at line 47 of file dialog_page_settings.cpp.

Variable Documentation

◆ pageFmts

const wxString pageFmts[]
static
Initial value:
=
{
_HKI("A5 148x210mm"),
_HKI("A4 210x297mm"),
_HKI("A3 297x420mm"),
_HKI("A2 420x594mm"),
_HKI("A1 594x841mm"),
_HKI("A0 841x1189mm"),
_HKI("A 8.5x11in"),
_HKI("B 11x17in"),
_HKI("C 17x22in"),
_HKI("D 22x34in"),
_HKI("E 34x44in"),
_HKI("USLetter 8.5x11in"),
_HKI("USLegal 8.5x14in"),
_HKI("USLedger 11x17in"),
_HKI("User (Custom)"),
}
#define _HKI(x)

Definition at line 57 of file dialog_page_settings.cpp.

Referenced by DIALOG_PAGES_SETTINGS::TransferDataToWindow().