111 "DIALOG_PAGES_SETTINGS::OnDateApplyClick frame is not a schematic frame!" );
166 screen->SetTitleBlock( tb2 );
constexpr EDA_IU_SCALE schIUScale
KIFACE_BASE & Kiface()
Global KIFACE_BASE "get" accessor.
int GetVirtualPageNumber() const
void onTransferDataToWindow() override
DIALOG_EESCHEMA_PAGE_SETTINGS(EDA_DRAW_FRAME *aParent, EMBEDDED_FILES *aEmbeddedFiles, VECTOR2I aMaxUserSizeMils)
bool onSavePageSettings() override
virtual ~DIALOG_EESCHEMA_PAGE_SETTINGS()
wxTextCtrl * m_TextCompany
wxCheckBox * m_Comment3Export
wxCheckBox * m_Comment6Export
wxCheckBox * m_Comment7Export
wxCheckBox * m_Comment4Export
wxTextCtrl * m_TextComment4
wxTextCtrl * m_TextComment9
wxTextCtrl * m_TextRevision
wxTextCtrl * m_TextComment2
wxCheckBox * m_PaperExport
wxTextCtrl * m_TextComment8
wxCheckBox * m_RevisionExport
wxCheckBox * m_DateExport
wxStaticText * m_TextSheetCount
wxStaticText * m_TextSheetNumber
wxTextCtrl * m_TextComment3
wxCheckBox * m_Comment9Export
wxTextCtrl * m_TextComment6
wxTextCtrl * m_TextComment5
wxCheckBox * m_CompanyExport
wxTextCtrl * m_TextComment7
wxCheckBox * m_Comment2Export
wxTextCtrl * m_TextComment1
wxCheckBox * m_Comment1Export
wxCheckBox * m_Comment8Export
wxCheckBox * m_TitleExport
wxCheckBox * m_Comment5Export
EDA_DRAW_FRAME * m_parent
PAGE_INFO m_pageInfo
The max page size allowed by the caller frame.
TITLE_BLOCK m_tb
true if the page selection is custom
The base class for create windows for drawing purpose.
PAGE_SETTINGS m_PageSettings
APP_SETTINGS_BASE * KifaceSettings() const
Schematic editor (Eeschema) main window.
Container class that holds multiple SCH_SCREEN objects in a hierarchy.
Hold the information shown in the lower right corner of a plot, printout, or editing view.
const wxString & GetCompany() const
void SetRevision(const wxString &aRevision)
void SetComment(int aIdx, const wxString &aComment)
const wxString & GetRevision() const
void SetTitle(const wxString &aTitle)
const wxString & GetDate() const
const wxString & GetComment(int aIdx) const
void SetCompany(const wxString &aCompany)
const wxString & GetTitle() const
void SetDate(const wxString &aDate)
Set the date field, and defaults to the current time and date.