![]() |
KiCad PCB EDA Suite
|
#include <base_screen.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_i.h>
#include <macros.h>
#include <math/util.h>
#include <project.h>
#include <title_block.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 <wx/valgen.h>
#include <wx/tokenzr.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 [] |
#define _HKI | ( | x | ) | wxT( x ) |
Definition at line 49 of file dialog_page_settings.cpp.
#define MAX_PAGE_EXAMPLE_SIZE 200 |
Definition at line 40 of file dialog_page_settings.cpp.
|
static |
Definition at line 50 of file dialog_page_settings.cpp.
Referenced by DIALOG_PAGES_SETTINGS::TransferDataToWindow().