23#ifndef BITMOP2CMP_GUI_H_ 
   24#define BITMOP2CMP_GUI_H_ 
   30#include <potracelib.h> 
   41    bool OpenProjectFiles( 
const std::vector<wxString>& aFilenames, 
int aCtl = 0 ) 
override;
 
   80    void OnExit( wxCommandEvent& aEvent );
 
 
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
 
void ExportPcbnewFormat()
Generate a footprint in S expr format.
 
void ExportDrawingSheetFormat()
Generate a file suitable to be copied into a drawing sheet (.kicad_wks) file.
 
void SaveSettings(APP_SETTINGS_BASE *aCfg) override
Save common frame parameters to a configuration data file.
 
void ExportEeschemaFormat()
Generate a schematic library which contains one component: the logo.
 
wxStatusBar * m_statusBar
 
void OnExit(wxCommandEvent &aEvent)
Event handler for the wxID_EXIT and wxID_CLOSE events.
 
void LoadSettings(APP_SETTINGS_BASE *aCfg) override
Load common frame parameters from a configuration file.
 
void OnFileHistory(wxCommandEvent &event)
 
BITMAP2CMP_FRAME(KIWAY *aKiway, wxWindow *aParent)
 
void doReCreateMenuBar() override
 
wxWindow * GetToolCanvas() const override
Canvas access.
 
void ExportPostScriptFormat()
Generate a postscript file.
 
BITMAP2CMP_PANEL * m_panel
 
bool OpenProjectFiles(const std::vector< wxString > &aFilenames, int aCtl=0) override
Open a project or set of files given by aFileList.
 
void OnClearFileHistory(wxCommandEvent &event)
 
void ShowChangedLanguage() override
 
KIWAY_PLAYER(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aTitle, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aFrameName, const EDA_IU_SCALE &aIuScale)
 
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...