All: Reformat according to new standard
This commit is contained in:
committed by
Kacper Donat
parent
eafd18dac0
commit
25c3ba7338
@@ -37,23 +37,22 @@ PROPERTY_SOURCE(PartGui::ViewProviderCircleParametric, PartGui::ViewProviderPrim
|
||||
|
||||
ViewProviderCircleParametric::ViewProviderCircleParametric()
|
||||
{
|
||||
sPixmap = "Part_Circle_Parametric";
|
||||
sPixmap = "Part_Circle_Parametric";
|
||||
}
|
||||
|
||||
ViewProviderCircleParametric::~ViewProviderCircleParametric() = default;
|
||||
|
||||
|
||||
|
||||
// **********************************************************************************
|
||||
|
||||
std::vector<std::string> ViewProviderCircleParametric::getDisplayModes() const
|
||||
{
|
||||
// get the modes of the father
|
||||
std::vector<std::string> StrList;
|
||||
// get the modes of the father
|
||||
std::vector<std::string> StrList;
|
||||
|
||||
// add your own modes
|
||||
StrList.emplace_back("Wireframe");
|
||||
StrList.emplace_back("Points");
|
||||
// add your own modes
|
||||
StrList.emplace_back("Wireframe");
|
||||
StrList.emplace_back("Points");
|
||||
|
||||
return StrList;
|
||||
return StrList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user