KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_lib_edit_pin_table.cpp File Reference
#include "dialog_lib_edit_pin_table.h"
#include "grid_tricks.h"
#include <sch_pin.h>
#include <pin_numbers.h>
#include "pgm_base.h"
#include <base_units.h>
#include <bitmaps.h>
#include <confirm.h>
#include <symbol_edit_frame.h>
#include <symbol_editor_settings.h>
#include <kiplatform/ui.h>
#include <widgets/grid_icon_text_helpers.h>
#include <widgets/grid_combobox.h>
#include <widgets/wx_grid.h>
#include <widgets/bitmap_button.h>
#include <widgets/std_bitmap_button.h>
#include <settings/settings_manager.h>
#include <wx/tokenzr.h>
#include <string_utils.h>

Go to the source code of this file.

Classes

class  PIN_TABLE_DATA_MODEL
 

Macros

#define UNITS_ALL   _( "ALL" )
 
#define DEMORGAN_ALL   _( "ALL" )
 
#define DEMORGAN_STD   _( "Standard" )
 
#define DEMORGAN_ALT   _( "Alternate" )
 

Functions

void getSelectedArea (WX_GRID *aGrid, int *aRowStart, int *aRowCount)
 

Macro Definition Documentation

◆ DEMORGAN_ALL

#define DEMORGAN_ALL   _( "ALL" )

Definition at line 45 of file dialog_lib_edit_pin_table.cpp.

◆ DEMORGAN_ALT

#define DEMORGAN_ALT   _( "Alternate" )

Definition at line 47 of file dialog_lib_edit_pin_table.cpp.

◆ DEMORGAN_STD

#define DEMORGAN_STD   _( "Standard" )

Definition at line 46 of file dialog_lib_edit_pin_table.cpp.

◆ UNITS_ALL

#define UNITS_ALL   _( "ALL" )

Definition at line 44 of file dialog_lib_edit_pin_table.cpp.

Function Documentation

◆ getSelectedArea()

void getSelectedArea ( WX_GRID aGrid,
int *  aRowStart,
int *  aRowCount 
)