Mesh: C++ core guidelines

This commit is contained in:
wmayer
2023-09-25 20:43:31 +02:00
committed by wwmayer
parent dca598f4e5
commit a364141c58
99 changed files with 984 additions and 597 deletions

View File

@@ -35,6 +35,7 @@ PROPERTYITEM_SOURCE(MeshGui::PropertyMeshKernelItem)
PropertyMeshKernelItem::PropertyMeshKernelItem()
{
// NOLINTBEGIN
m_p = static_cast<Gui::PropertyEditor::PropertyIntegerItem*>(
Gui::PropertyEditor::PropertyIntegerItem::create());
m_p->setParent(this);
@@ -50,6 +51,7 @@ PropertyMeshKernelItem::PropertyMeshKernelItem()
m_f->setParent(this);
m_f->setPropertyName(QLatin1String("Faces"));
this->appendChild(m_f);
// NOLINTEND
}
void PropertyMeshKernelItem::initialize()