KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_text_variables.cpp File Reference
#include <panel_text_variables.h>
#include <bitmaps.h>
#include <confirm.h>
#include <validators.h>
#include <project.h>
#include <grid_tricks.h>
#include <widgets/std_bitmap_button.h>
#include <widgets/grid_text_helpers.h>
#include <algorithm>

Go to the source code of this file.

Enumerations

enum  TEXT_VAR_GRID_COLUMNS {
  TV_NAME_COL = 0 , TV_VALUE_COL , TV_FLAG_COL , TV_NAME_COL = 0 ,
  TV_VALUE_COL
}
 

Enumeration Type Documentation

◆ TEXT_VAR_GRID_COLUMNS

Enumerator
TV_NAME_COL 
TV_VALUE_COL 
TV_FLAG_COL 
TV_NAME_COL 
TV_VALUE_COL 

Definition at line 36 of file panel_text_variables.cpp.