KiCad PCB EDA Suite
|
#include "tools/pcb_viewer_tools.h"
#include <wx/clipbrd.h>
#include <3d_viewer/eda_3d_viewer_frame.h>
#include <footprint_editor_settings.h>
#include <gal/graphics_abstraction_layer.h>
#include <kiplatform/ui.h>
#include <pcb_base_frame.h>
#include <pcbnew_settings.h>
#include <preview_items/ruler_item.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <tool/actions.h>
#include <tools/pcb_grid_helper.h>
#include <tools/pcb_actions.h>
Go to the source code of this file.
Functions | |
template<class T > | |
void | Flip (T &aValue) |
void Flip | ( | T & | aValue | ) |
Definition at line 100 of file pcb_viewer_tools.cpp.