Moved DrawUtil.cpp member functions to DrawViewPart.cpp
Updated ownership of member functions & updated headers Removed redundant ownership lines Removed reference to removed ownership line Removed owner from function head static reference removed from header file, function heads updated attempt to fix CosmeticExtension.cpp attempt to fix CosmeticExtension.cpp #2 attempt to fix CosmeticExtension.cpp #3 CosmeticExtension.cpp refactored based on DrawUtil member functions move
This commit is contained in:
committed by
Benjamin Nauck
parent
79008331b3
commit
95c1db7e3c
@@ -239,6 +239,10 @@ public:
|
||||
virtual bool waitingForResult() const;
|
||||
void progressValueChanged(int v);
|
||||
|
||||
bool isCosmeticVertex(const std::string& element);
|
||||
bool isCosmeticEdge(const std::string& element);
|
||||
bool isCenterLine(const std::string& element);
|
||||
|
||||
public Q_SLOTS:
|
||||
void onHlrFinished(void);
|
||||
void onFacesFinished(void);
|
||||
|
||||
Reference in New Issue
Block a user