Gui::Document Member List

This is the complete list of members for Gui::Document, including all inherited members.

abortCommand(void)Gui::Document
addRootObjectsToGroup(const std::vector< App::DocumentObject * > &, App::DocumentObjectGroup *)Gui::Document
addViewProvider(Gui::ViewProviderDocumentObject *)Gui::Documentprotected
attachView(Gui::BaseView *pcView, bool bPassiv=false)Gui::Document
BaseClass()Base::BaseClass
BaseClass(const BaseClass &)=defaultBase::BaseClass
beforeDelete()Gui::Document
canClose(bool checkModify=true, bool checkLink=false)Gui::Document
cloneView(Gui::MDIView *)Gui::Document
commitCommand(void)Gui::Document
create(void)Base::Persistencestatic
createView(const Base::Type &typeId)Gui::Document
detachView(Gui::BaseView *pcView, bool bPassiv=false)Gui::Document
Document(App::Document *pcDocument, Application *app)Gui::Document
dumpToStream(std::ostream &stream, int compression)Base::Persistence
encodeAttribute(const std::string &)Base::Persistencestatic
exportObjects(const std::vector< App::DocumentObject * > &, Base::Writer &)Gui::Document
getActiveView(void) constGui::Document
getAnnotationViewProvider(const char *name) constGui::Document
getCameraSettings() constGui::Document
getClassTypeId(void)Base::Persistencestatic
getDocument(void) constGui::Document
getEditingTransform() constGui::Document
getEditingViewOfViewProvider(Gui::ViewProvider *) constGui::Document
getInEdit(ViewProviderDocumentObject **parentVp=nullptr, std::string *subname=nullptr, int *mode=nullptr, std::string *subElement=nullptr) constGui::Document
getMDIViews() constGui::Document
getMDIViewsOfType(const Base::Type &typeId) constGui::Document
getMemSize(void) constGui::Documentvirtual
getPyObject(void)Gui::Documentvirtual
getRedoVector(void) constGui::Document
getTypeId(void) constBase::Persistencevirtual
getUndoVector(void) constGui::Document
getViewOfNode(SoNode *) constGui::Document
getViewOfViewProvider(const Gui::ViewProvider *) constGui::Document
getViewProvider(const App::DocumentObject *) constGui::Document
getViewProvider(SoNode *node) constGui::Document
getViewProviderByName(const char *name) constGui::Document
getViewProviderByPathFromHead(SoPath *path) constGui::Document
getViewProviderByPathFromTail(SoPath *path) constGui::Document
getViewProvidersByPath(SoPath *path) constGui::Document
getViewProvidersOfType(const Base::Type &typeId) constGui::Document
hasPendingCommand(void) constGui::Document
importObjects(const std::vector< App::DocumentObject * > &, Base::Reader &, const std::map< std::string, std::string > &nameMapping)Gui::Document
init(void)Base::Persistencestatic
initSubclass(Base::Type &toInit, const char *ClassName, const char *ParentName, Type::instantiationMethod method=nullptr)Base::BaseClassprotectedstatic
isDerivedFrom(const Type type) constBase::BaseClass
isLastView(void)Gui::Document
isModified() constGui::Document
isPerformingTransaction() constGui::Document
isShow(const char *name)Gui::Document
onRelabel(void)Gui::Document
onUpdate(void)Gui::Document
openCommand(const char *sName=nullptr)Gui::Document
operator=(const BaseClass &)=defaultBase::BaseClass
redo(int iSteps)Gui::Document
removeAnnotationViewProvider(const char *name)Gui::Document
resetEdit(void)Gui::Document
Restore(Base::XMLReader &reader)Gui::Documentvirtual
RestoreDocFile(Base::Reader &reader)Gui::Documentvirtual
restoreFromStream(std::istream &stream)Base::Persistence
Save(Base::Writer &writer) constGui::Documentvirtual
save(void)Gui::Document
saveAll()Gui::Documentstatic
saveAs(void)Gui::Document
saveCameraSettings(const char *) constGui::Document
saveCopy(void)Gui::Document
SaveDocFile(Base::Writer &writer) constGui::Documentvirtual
sendMsgToFirstView(const Base::Type &typeId, const char *pMsg, const char **ppReturn)Gui::Document
sendMsgToViews(const char *pMsg)Gui::Document
setActiveView(ViewProviderDocumentObject *vp=nullptr, Base::Type typeId=Base::Type())Gui::Document
setActiveWindow(Gui::MDIView *view)Gui::Document
setAnnotationViewProvider(const char *name, ViewProvider *pcProvider)Gui::Document
setEdit(Gui::ViewProvider *p, int ModNum=0, const char *subname=nullptr)Gui::Document
setEditingTransform(const Base::Matrix4D &mat)Gui::Document
setHide(const char *name)Gui::Document
setInEdit(ViewProviderDocumentObject *parentVp, const char *subname)Gui::Document
setModified(bool)Gui::Document
setPos(const char *name, const Base::Matrix4D &rclMtrx)Gui::Document
setPyObject(PyObject *)Base::BaseClassvirtual
setShow(const char *name)Gui::Document
signalActivatedObjectGui::Documentmutable
signalChangedObjectGui::Documentmutable
signalDeletedObjectGui::Documentmutable
signalDeleteDocumentGui::Documentmutable
signalExpandObjectGui::Documentmutable
signalHighlightObjectGui::Documentmutable
signalInEditGui::Documentmutable
signalNewObjectGui::Documentmutable
signalRedoDocumentGui::Documentmutable
signalRelabelObjectGui::Documentmutable
signalResetEditGui::Documentmutable
signalScrollToObjectGui::Documentmutable
signalShowItemGui::Documentmutable
signalUndoDocumentGui::Documentmutable
slotActivatedObject(const App::DocumentObject &)Gui::Documentprotected
slotChangedObject(const App::DocumentObject &, const App::Property &)Gui::Documentprotected
slotChangePropertyEditor(const App::Document &, const App::Property &)Gui::Documentprotected
slotDeletedObject(const App::DocumentObject &)Gui::Documentprotected
slotFinishImportObjects(const std::vector< App::DocumentObject * > &)Gui::Documentprotected
slotFinishRestoreDocument(const App::Document &)Gui::Documentprotected
slotFinishRestoreObject(const App::DocumentObject &obj)Gui::Documentprotected
slotNewObject(const App::DocumentObject &)Gui::Documentprotected
slotRecomputed(const App::Document &)Gui::Documentprotected
slotRedoDocument(const App::Document &)Gui::Documentprotected
slotRelabelObject(const App::DocumentObject &)Gui::Documentprotected
slotShowHidden(const App::Document &)Gui::Documentprotected
slotSkipRecompute(const App::Document &doc, const std::vector< App::DocumentObject * > &objs)Gui::Documentprotected
slotStartRestoreDocument(const App::Document &)Gui::Documentprotected
slotTouchedObject(const App::DocumentObject &)Gui::Documentprotected
slotTransactionAppend(const App::DocumentObject &, App::Transaction *)Gui::Documentprotected
slotTransactionRemove(const App::DocumentObject &, App::Transaction *)Gui::Documentprotected
slotUndoDocument(const App::Document &)Gui::Documentprotected
toggleInSceneGraph(ViewProvider *vp)Gui::Document
TransactionViewProviderGui::Documentfriend
undo(int iSteps)Gui::Document
~BaseClass()Base::BaseClassvirtual
~Document()Gui::Document