From 087625234bac88f1ca94a32d26d8d1032073a124 Mon Sep 17 00:00:00 2001 From: flachyjoe Date: Sun, 9 May 2021 21:48:13 +0200 Subject: [PATCH] format SelectionObject API doc --- src/Gui/SelectionObjectPy.xml | 124 ++++++++++++++++++---------------- 1 file changed, 65 insertions(+), 59 deletions(-) diff --git a/src/Gui/SelectionObjectPy.xml b/src/Gui/SelectionObjectPy.xml index 1b7abe1909..e25a724d34 100644 --- a/src/Gui/SelectionObjectPy.xml +++ b/src/Gui/SelectionObjectPy.xml @@ -1,14 +1,14 @@ - @@ -16,32 +16,38 @@ - Remove this selection item from the selection. This object becomes invalid. + Remove this selection item from the selection. +remove() -> None +-- +This object becomes invalid. + - Test for a certain father class. + Test for a certain father class. +isObjectTypeOf(type) -> Bool + - - - Name of the selected object - - - - - - Name of the selected sub-element if any - - - - - - Name of the selected object - - - + + + Name of the selected object + + + + + + Name of the selected sub-element if any + + + + + + Name of the selected object + + + Type name of the selected object @@ -49,29 +55,29 @@ - - Name of the document of the selected object - - - - - - Document of the selected object - - - - - - Selected object - - - - - - Selected sub-element, if any - - - + + Name of the document of the selected object + + + + + + Document of the selected object + + + + + + Selected object + + + + + + Selected sub-element, if any + + + Picked points for selection @@ -79,11 +85,11 @@ - - Selected sub-element, if any - - - - + + Selected sub-element, if any + + + + - +