Gui: Fix header uniformity, whitespace, and doxygen fixes
This commit is contained in:
@@ -110,7 +110,7 @@ public:
|
||||
/** Return false to force drop only operation for a give object*/
|
||||
ValueT canDragAndDropObject(App::DocumentObject*) const;
|
||||
/** Query object dropping with full quanlified name */
|
||||
ValueT canDropObjectEx(App::DocumentObject *obj, App::DocumentObject *,
|
||||
ValueT canDropObjectEx(App::DocumentObject *obj, App::DocumentObject *,
|
||||
const char *,const std::vector<std::string> &elements) const;
|
||||
/** Add an object with full quanlified name to the view provider by drag and drop */
|
||||
bool dropObjectEx(App::DocumentObject *obj, App::DocumentObject *,
|
||||
@@ -118,7 +118,7 @@ public:
|
||||
ValueT replaceObject(App::DocumentObject *, App::DocumentObject *);
|
||||
//@}
|
||||
|
||||
bool getLinkedViewProvider(ViewProviderDocumentObject *&res,
|
||||
bool getLinkedViewProvider(ViewProviderDocumentObject *&res,
|
||||
std::string *subname, bool recursive) const;
|
||||
|
||||
ValueT canAddToSceneGraph() const;
|
||||
@@ -407,7 +407,7 @@ public:
|
||||
return ViewProviderT::canDragAndDropObject(obj);
|
||||
}
|
||||
}
|
||||
virtual bool canDropObjectEx(App::DocumentObject *obj, App::DocumentObject *owner,
|
||||
virtual bool canDropObjectEx(App::DocumentObject *obj, App::DocumentObject *owner,
|
||||
const char *subname, const std::vector<std::string> &elements) const override
|
||||
{
|
||||
switch (imp->canDropObjectEx(obj,owner,subname,elements)) {
|
||||
@@ -420,7 +420,7 @@ public:
|
||||
}
|
||||
}
|
||||
/** Add an object with full quanlified name to the view provider by drag and drop */
|
||||
virtual std::string dropObjectEx(App::DocumentObject *obj, App::DocumentObject *owner,
|
||||
virtual std::string dropObjectEx(App::DocumentObject *obj, App::DocumentObject *owner,
|
||||
const char *subname, const std::vector<std::string> &elements) override
|
||||
{
|
||||
App::AutoTransaction committer;
|
||||
|
||||
Reference in New Issue
Block a user