This is the complete list of members for Gui::SelectionSingleton, including all inherited members.
ActiveGate | Gui::SelectionSingleton | protected |
addSelection(const char *pDocName, const char *pObjectName=nullptr, const char *pSubName=nullptr, float x=0, float y=0, float z=0, const std::vector< SelObj > *pickedList=nullptr, bool clearPreSelect=true) | Gui::SelectionSingleton | |
addSelection(const SelectionObject &, bool clearPreSelect=true) | Gui::SelectionSingleton | |
addSelection2(const char *pDocName, const char *pObjectName=nullptr, const char *pSubName=nullptr, float x=0, float y=0, float z=0, const std::vector< SelObj > *pickedList=nullptr) | Gui::SelectionSingleton | |
addSelectionGate(Gui::SelectionGate *gate, ResolveMode resolve=ResolveMode::OldStyleElement) | Gui::SelectionSingleton | |
addSelections(const char *pDocName, const char *pObjectName, const std::vector< std::string > &pSubNames) | Gui::SelectionSingleton | |
Attach(Observer< const SelectionChanges & > *ToObserv) | Base::Subject< const SelectionChanges & > | |
checkSelection(const char *pDocName, const char *pObjectName, const char *pSubName, ResolveMode resolve, _SelObj &sel, const std::list< _SelObj > *selList=nullptr) const | Gui::SelectionSingleton | protected |
clearCompleteSelection(bool clearPreSelect=true) | Gui::SelectionSingleton | |
ClearObserver() | Base::Subject< const SelectionChanges & > | |
clearSelection(const char *pDocName=nullptr, bool clearPreSelect=true) | Gui::SelectionSingleton | |
countObjectsOfType(const Base::Type &typeId=App::DocumentObject::getClassTypeId(), const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
countObjectsOfType(const char *typeName, const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
CurrentPreselection | Gui::SelectionSingleton | protected |
destruct(void) | Gui::SelectionSingleton | static |
Detach(Observer< const SelectionChanges & > *ToObserv) | Base::Subject< const SelectionChanges & > | |
disableCommandLog() | Gui::SelectionSingleton | |
DocName | Gui::SelectionSingleton | protected |
enableCommandLog(bool silent=false) | Gui::SelectionSingleton | |
enablePickedList(bool) | Gui::SelectionSingleton | |
FeatName | Gui::SelectionSingleton | protected |
gateResolve | Gui::SelectionSingleton | protected |
Get(const char *Name) | Base::Subject< const SelectionChanges & > | |
getAsPropertyLinkSubList(App::PropertyLinkSubList &prop) const | Gui::SelectionSingleton | |
getCompleteSelection(ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
getDocument(const char *pDocName=nullptr) const | Gui::SelectionSingleton | protected |
getObjectList(const char *pDocName, Base::Type typeId, std::list< _SelObj > &objs, ResolveMode resolve, bool single=false) const | Gui::SelectionSingleton | protected |
getObjectOfType(_SelObj &sel, Base::Type type, ResolveMode resolve, const char **subelement=nullptr) | Gui::SelectionSingleton | protectedstatic |
getObjectsOfType(const Base::Type &typeId, const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
getObjectsOfType(const char *typeName, const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
getObjectsOfType(const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
getPickedList(const char *pDocName) const | Gui::SelectionSingleton | |
getPickedListEx(const char *pDocName=nullptr, Base::Type typeId=App::DocumentObject::getClassTypeId()) const | Gui::SelectionSingleton | |
getPreselection(void) const | Gui::SelectionSingleton | |
getSelectedElement(App::DocumentObject *, const char *pSubName) const | Gui::SelectionSingleton | |
getSelection(const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement, bool single=false) const | Gui::SelectionSingleton | |
getSelectionEx(const char *pDocName=nullptr, Base::Type typeId=App::DocumentObject::getClassTypeId(), ResolveMode resolve=ResolveMode::OldStyleElement, bool single=false) const | Gui::SelectionSingleton | |
hasPickedList() const | Gui::SelectionSingleton | |
hasPreselection() const | Gui::SelectionSingleton | |
hasSelection() const | Gui::SelectionSingleton | |
hasSelection(const char *doc, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
hasSubSelection(const char *doc=nullptr, bool subElement=false) const | Gui::SelectionSingleton | |
hx | Gui::SelectionSingleton | protected |
hy | Gui::SelectionSingleton | protected |
hz | Gui::SelectionSingleton | protected |
instance(void) | Gui::SelectionSingleton | static |
isSelected(const char *pDocName, const char *pObjectName=nullptr, const char *pSubName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
isSelected(App::DocumentObject *, const char *pSubName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement) const | Gui::SelectionSingleton | |
logDisabled | Gui::SelectionSingleton | protected |
logHasSelection | Gui::SelectionSingleton | protected |
MessageType typedef | Base::Subject< const SelectionChanges & > | |
Methods | Gui::SelectionSingleton | static |
needPickedList() const | Gui::SelectionSingleton | |
NotificationQueue | Gui::SelectionSingleton | protected |
Notify(const SelectionChanges & rcReason) | Base::Subject< const SelectionChanges & > | |
notify(SelectionChanges &&Chng) | Gui::SelectionSingleton | protected |
notify(const SelectionChanges &Chng) | Gui::SelectionSingleton | protected |
Notifying | Gui::SelectionSingleton | protected |
ObserverType typedef | Base::Subject< const SelectionChanges & > | |
rmvPreselect(bool signal=false) | Gui::SelectionSingleton | |
rmvSelection(const char *pDocName, const char *pObjectName=nullptr, const char *pSubName=nullptr, const std::vector< SelObj > *pickedList=nullptr) | Gui::SelectionSingleton | |
rmvSelectionGate(void) | Gui::SelectionSingleton | |
sAddSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sAddSelectionGate(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sAddSelObserver(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sClearSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sCountObjectsOfType(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
SelectionFilter | Gui::SelectionSingleton | friend |
SelectionSingleton() | Gui::SelectionSingleton | protected |
selStackBackSize() const | Gui::SelectionSingleton | |
selStackForwardSize() const | Gui::SelectionSingleton | |
selStackGet(const char *pDocName=nullptr, ResolveMode resolve=ResolveMode::OldStyleElement, int index=0) const | Gui::SelectionSingleton | |
selStackGoBack(int count=1) | Gui::SelectionSingleton | |
selStackGoForward(int count=1) | Gui::SelectionSingleton | |
SelStackItem typedef | Gui::SelectionSingleton | protected |
selStackPush(bool clearForward=true, bool overwrite=false) | Gui::SelectionSingleton | |
sEnablePickedList(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
setPreselect(const char *pDocName, const char *pObjectName, const char *pSubName, float x=0, float y=0, float z=0, SelectionChanges::MsgSource signal=SelectionChanges::MsgSource::Any) | Gui::SelectionSingleton | |
setPreselectCoord(float x, float y, float z) | Gui::SelectionSingleton | |
setSelection(const char *pDocName, const std::vector< App::DocumentObject * > &) | Gui::SelectionSingleton | |
setVisible(VisibleState visible) | Gui::SelectionSingleton | |
sGetCompleteSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetPickedList(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetPreselection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetSelectionEx(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetSelectionFromStack(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sGetSelectionObject(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sHasSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sHasSubSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
signalSelectionChanged | Gui::SelectionSingleton | |
signalSelectionChanged2 | Gui::SelectionSingleton | |
signalSelectionChanged3 | Gui::SelectionSingleton | |
sIsSelected(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
size(void) const | Gui::SelectionSingleton | |
slotDeletedObject(const App::DocumentObject &) | Gui::SelectionSingleton | protected |
slotSelectionChanged(const SelectionChanges &msg) | Gui::SelectionSingleton | protected |
sPreselect(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sPushSelStack(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sRemoveSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sRemoveSelectionGate(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sRemPreselection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sRemSelObserver(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
sSetPreselection(PyObject *self, PyObject *args, PyObject *kwd) | Gui::SelectionSingleton | protectedstatic |
sSetVisible(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
Subject() | Base::Subject< const SelectionChanges & > | |
SubjectType typedef | Base::Subject< const SelectionChanges & > | |
SubName | Gui::SelectionSingleton | protected |
sUpdateSelection(PyObject *self, PyObject *args) | Gui::SelectionSingleton | protectedstatic |
updateSelection(bool show, const char *pDocName, const char *pObjectName=nullptr, const char *pSubName=nullptr) | Gui::SelectionSingleton | |
VisHide enum value | Gui::SelectionSingleton | |
VisibleState enum name | Gui::SelectionSingleton | |
VisShow enum value | Gui::SelectionSingleton | |
VisToggle enum value | Gui::SelectionSingleton | |
~SelectionSingleton() | Gui::SelectionSingleton | protectedvirtual |
~Subject() | Base::Subject< const SelectionChanges & > | virtual |