Commands and object making
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
short mustExecute() const;
|
||||
/// returns the type name of the view provider
|
||||
//const char* getViewProviderName(void) const {
|
||||
// return "PartDesignGui::ViewProviderConstraint";
|
||||
// return "AssemblyGui::ViewProviderConstraint";
|
||||
//}
|
||||
//@}
|
||||
};
|
||||
|
||||
@@ -68,7 +68,7 @@ public:
|
||||
short mustExecute() const;
|
||||
/// returns the type name of the view provider
|
||||
const char* getViewProviderName(void) const {
|
||||
return "PartDesignGui::ViewProviderItem";
|
||||
return "AssemblyGui::ViewProviderItem";
|
||||
}
|
||||
//@}
|
||||
};
|
||||
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
short mustExecute() const;
|
||||
/// returns the type name of the view provider
|
||||
const char* getViewProviderName(void) const {
|
||||
return "PartDesignGui::ViewProviderItemAssembly";
|
||||
return "AssemblyGui::ViewProviderItemAssembly";
|
||||
}
|
||||
//@}
|
||||
};
|
||||
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
short mustExecute() const;
|
||||
// returns the type name of the view provider
|
||||
const char* getViewProviderName(void) const {
|
||||
return "ItemPartDesignGui::ViewProviderItemPart";
|
||||
return "AssemblyGui::ViewProviderItemPart";
|
||||
}
|
||||
//@}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user