Skip to content
Snippets Groups Projects
Commit ea8e45b1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

clang-format

parent c1cf8c17
No related branches found
No related tags found
1 merge request!2142numerous renamings for clearer layering of GUI/View
Pipeline #120402 passed
......@@ -139,19 +139,16 @@ UiInfo FormFactorItemCatalog::uiInfo(Type type)
":/images/ff_Pyramid2_64x64.png"};
case Type::BarGauss:
return {"BarGauss", "Rectangular cuboid",
":/images/ff_Box_64x64.png"};
return {"BarGauss", "Rectangular cuboid", ":/images/ff_Box_64x64.png"};
case Type::BarLorentz:
return {"BarLorentz", "Rectangular cuboid",
":/images/ff_Box_64x64.png"};
return {"BarLorentz", "Rectangular cuboid", ":/images/ff_Box_64x64.png"};
case Type::Box:
return {"Box", "Rectangular cuboid", ":/images/ff_Box_64x64.png"};
case Type::Cone:
return {"Cone", "Truncated cone with circular base",
":/images/ff_Cone_64x64.png"};
return {"Cone", "Truncated cone with circular base", ":/images/ff_Cone_64x64.png"};
case Type::Pyramid6:
return {"Pyramid6", "A truncated pyramid, based on a regular hexagon",
......@@ -164,12 +161,10 @@ UiInfo FormFactorItemCatalog::uiInfo(Type type)
":/images/ff_Bipyramid4_64x64.png"};
case Type::Dodecahedron:
return {"Dodecahedron", "Dodecahedron",
":/images/ff_Dodecahedron_64x64.png"};
return {"Dodecahedron", "Dodecahedron", ":/images/ff_Dodecahedron_64x64.png"};
case Type::Cylinder:
return {"Cylinder", "Cylinder with a circular base",
":/images/ff_Cylinder_64x64.png"};
return {"Cylinder", "Cylinder with a circular base", ":/images/ff_Cylinder_64x64.png"};
case Type::EllipsoidalCylinder:
return {"Ellipsoidal cylinder", "Cylinder with an ellipse cross section",
......@@ -189,16 +184,14 @@ UiInfo FormFactorItemCatalog::uiInfo(Type type)
":/images/ff_HemiEllipsoid_64x64.png"};
case Type::Icosahedron:
return {"Icosahedron", "Icosahedron",
":/images/ff_Icosahedron_64x64.png"};
return {"Icosahedron", "Icosahedron", ":/images/ff_Icosahedron_64x64.png"};
case Type::Prism3:
return {"Prism3", "Prism with an equilateral triangle base",
":/images/ff_Prism3_64x64.png"};
case Type::Prism6:
return {"Prism6", "Prism with a regular hexagonal base",
":/images/ff_Prism6_64x64.png"};
return {"Prism6", "Prism with a regular hexagonal base", ":/images/ff_Prism6_64x64.png"};
case Type::Pyramid4:
return {"Pyramid4", "Truncated pyramid with a square base",
......@@ -241,12 +234,10 @@ UiInfo FormFactorItemCatalog::uiInfo(Type type)
":/images/ff_TruncatedCube_64x64.png"};
case Type::TruncatedSphere:
return {"Truncated sphere", "Spherical dome",
":/images/ff_TruncatedSphere_64x64.png"};
return {"Truncated sphere", "Spherical dome", ":/images/ff_TruncatedSphere_64x64.png"};
case Type::TruncatedSpheroid:
return {"Truncated spheroid", "Spheroidal dome",
":/images/ff_TruncatedSpheroid_64x64.png"};
return {"Truncated spheroid", "Spheroidal dome", ":/images/ff_TruncatedSpheroid_64x64.png"};
case Type::CantellatedCube:
return {"Cantellated cube", "A cube with truncated edges and vertices",
......
......@@ -57,11 +57,9 @@ UiInfo InterferenceItemCatalog::uiInfo(Type type)
return {"2D paracrystal", "Interference function of two-dimensional paracrystal",
":/images/Paracrystal2D.png"};
case Type::Lattice1D:
return {"1D lattice", "Interference function of 1D lattice",
":/images/Lattice1D.png"};
return {"1D lattice", "Interference function of 1D lattice", ":/images/Lattice1D.png"};
case Type::Lattice2D:
return {"2D lattice", "Interference function of 2D lattice",
":/images/Lattice2D.png"};
return {"2D lattice", "Interference function of 2D lattice", ":/images/Lattice2D.png"};
case Type::FiniteLattice2D:
return {"Finite 2D lattice", "Interference function of finite 2D lattice",
":/images/Lattice2DFinite.png"};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment