KiCad PCB EDA Suite
|
#include "panel_template_fieldnames.h"
#include <wx/msgdlg.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <eeschema_settings.h>
#include <widgets/std_bitmap_button.h>
#include <template_fieldnames.h>
#include <grid_tricks.h>
#include <bitmaps.h>
#include <richio.h>
#include <string_utils.h>
Go to the source code of this file.
Functions | |
void | swapRows (WX_GRID *aGrid, int aRowA, int aRowB) |
void swapRows | ( | WX_GRID * | aGrid, |
int | aRowA, | ||
int | aRowB | ||
) |
Definition at line 147 of file panel_template_fieldnames.cpp.
Referenced by PANEL_TEMPLATE_FIELDNAMES::OnMoveDown(), and PANEL_TEMPLATE_FIELDNAMES::OnMoveUp().