21#ifndef CVPCB_CONTROL_H_ 
   22#define CVPCB_CONTROL_H_ 
CVPCB_MAINFRAME * m_frame
 
int SaveAssociationsToFile(const TOOL_EVENT &aEvent)
Save the associations to the schematic and save schematic to file.
 
int Main(const TOOL_EVENT &aEvent)
Main processing loop for the CvPcb window.
 
void setTransitions() override
Set up handlers for various events.
 
int SaveAssociationsToSchematic(const TOOL_EVENT &aEvent)
Save the associations to the schematic.
 
int UpdateMenu(const TOOL_EVENT &aEvent)
Update the menu to reflect the current tool states.
 
int ShowFootprintViewer(const TOOL_EVENT &aEvent)
Create or Update the frame showing the current highlighted footprint and (if showed) the 3D display f...
 
int ChangeFocus(const TOOL_EVENT &aEvent)
Rotate focus in the CVPCB window.
 
int ShowEquFileTable(const TOOL_EVENT &aEvent)
Show the dialog to modify the included footprint association files (.equ).
 
int ToNA(const TOOL_EVENT &aEvent)
Move the selected component to the not associated one in the specified direction.
 
int ToggleFootprintFilter(const TOOL_EVENT &aEvent)
Filter the footprint list by toggling the given filter type.
 
The CvPcb application main window.