Home
last modified time | relevance | path

Searched refs:findViewsWithAnyOfObjects (Results 1 – 7 of 7) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2Gui/src/
H A DUnloadDocumentTask.cpp117 … foreach (GObjectViewWindow *v, GObjectViewUtils::findViewsWithAnyOfObjects(doc->getObjects())) { in runUnloadTaskHelper()
168 bool hasViews = !GObjectViewUtils::findViewsWithAnyOfObjects(doc->getObjects()).isEmpty(); in checkSafeUnload()
221 if (GObjectViewUtils::findViewsWithAnyOfObjects(doc->getObjects()).isEmpty()) { in onSubTaskFinished()
H A DOpenViewTask.cpp128 if (!GObjectViewUtils::findViewsWithAnyOfObjects(docObjects).isEmpty()) { in prepare()
H A DObjectViewModel.h333 static QList<GObjectViewWindow *> findViewsWithAnyOfObjects(const QList<GObject *> &objs);
H A DObjectViewModel.cpp523 QList<GObjectViewWindow *> GObjectViewUtils::findViewsWithAnyOfObjects(const QList<GObject *> &objs… in findViewsWithAnyOfObjects() function in U2::GObjectViewUtils
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DConvertToSQLiteDialog.cpp369 …destDoc != nullptr && destDoc->isLoaded() && !GObjectViewUtils::findViewsWithAnyOfObjects(destDoc-… in accept()
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/project_support/
H A DProjectLoaderImpl.cpp519 … QList<GObjectViewWindow *> viewsList = GObjectViewUtils::findViewsWithAnyOfObjects(docObjects); in openWithProjectTask()
/dports/biology/ugene/ugene-40.1/src/ugeneui/src/project_view/
H A DProjectViewImpl.cpp395 …QList<GObjectViewWindow *> viewWnds = GObjectViewUtils::findViewsWithAnyOfObjects(doc->getObjects(… in reloadDocuments()