7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-06 21:25:32 +00:00
kicad/3d-viewer/3d_canvas
JamesJCode c80a71f64a Make netclass name methods clearer, and improve doc strings
There are two netclass name methods, which previously were not
obvious in their uses. These have been renamed to now have:

GetName() : Used for internal or tooling (e.g. netlist export) usage
GetHumanReadableName() : Used for display to users (e.g. in infobars)

Fixing the previous unclear naming will result in fewer bugs
when users start using the multiple netclass functionality, as
the incorrect usage had started creeping in to new code. Also this
will help authors of new code select the correct name method.
2025-01-14 20:44:09 +00:00
..
board_adapter.cpp Include folder and 3D viewer code housekeeping. 2025-01-11 07:25:14 -05:00
board_adapter.h Include folder and 3D viewer code housekeeping. 2025-01-11 07:25:14 -05:00
create_3Dgraphic_brd_items.cpp Include folder and 3D viewer code housekeeping. 2025-01-11 07:25:14 -05:00
create_layer_items.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
eda_3d_canvas_pivot.cpp Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
eda_3d_canvas.cpp Make netclass name methods clearer, and improve doc strings 2025-01-14 20:44:09 +00:00
eda_3d_canvas.h Include folder and 3D viewer code housekeeping. 2025-01-11 07:25:14 -05:00