KiCad PCB EDA Suite
panel_fp_properties_3d_model.cpp File Reference

Go to the source code of this file.

Enumerations

enum  MODELS_TABLE_COLUMNS { COL_PROBLEM = 0 , COL_FILENAME = 1 , COL_SHOWN = 2 }
 

Enumeration Type Documentation

◆ MODELS_TABLE_COLUMNS

Enumerator
COL_PROBLEM 
COL_FILENAME 
COL_SHOWN 

Definition at line 48 of file panel_fp_properties_3d_model.cpp.

49{
50 COL_PROBLEM = 0,
51 COL_FILENAME = 1,
52 COL_SHOWN = 2
53};