25#ifndef DIALOG_CLEANUP_GRAPHICS_H_
26#define DIALOG_CLEANUP_GRAPHICS_H_
45 void OnCheckBox( wxCommandEvent& anEvent )
override;
58 std::vector<std::shared_ptr<CLEANUP_ITEM>>
m_items;
Class DIALOG_CLEANUP_GRAPHICS_BASE.
PCB_BASE_FRAME * m_parentFrame
RC_TREE_MODEL * m_changesTreeModel
~DIALOG_CLEANUP_GRAPHICS()
bool TransferDataFromWindow() override
void doCleanup(bool aDryRun)
void OnCheckBox(wxCommandEvent &anEvent) override
void OnSelectItem(wxDataViewEvent &event) override
void OnLeftDClickItem(wxMouseEvent &event) override
std::vector< std::shared_ptr< CLEANUP_ITEM > > m_items
bool TransferDataToWindow() override
Base PCB main window class for Pcbnew, Gerbview, and CvPcb footprint viewer.