Home
last modified time | relevance | path

Searched refs:fofcact (Results 1 – 4 of 4) sorted by relevance

/dports/science/shelxle/shelxle-1.0.1352/
H A Dchgl.h130 *fofcact;//!< QAction toggling Fobs-Fcalc maps. variable
H A Dfourxle.cpp64 …chgl->fofcact=toolView->addAction(QIcon(":/xle-icons/diffmap.svg"),"toggle Fo-Fc map",chgl,SLOT(up… in FourXle()
65 …chgl->fofcact->setWhatsThis("<h1>Toggle Fo-Fc map<img src=\":/xle-icons/diffmap.svg\"></h1> Toggle… in FourXle()
66 connect(chgl->fofcact,SIGNAL(destroyed(QObject*)),this,SLOT(fofcactDestroyed())); in FourXle()
67 chgl->fofcact->setCheckable(true); in FourXle()
68 chgl->fofcact->setVisible(false); in FourXle()
328 …if (mole->einstellung->contains("Fc-Fo-Map")) chgl->fofcact->setChecked(mole->einstellung->value("… in FourXle()
500 if ((chgl!=nullptr)&&(chgl->fofcact!=nullptr)) chgl->fofcact->setVisible(false); in killmaps()
1950 chgl->fofcact->setVisible(!chgl->fVertexes[0].isEmpty()||!chgl->fVertexes[1].isEmpty()); in gen_surface()
1988 if (chgl!=nullptr)chgl->fofcact = nullptr; in fofcactDestroyed()
H A Dchgl.cpp3514 if (fofcact->isChecked()) { in draw()
H A Dwindow.cpp5454 mole.einstellung->setValue("Fc-Fo-Map",chgl->fofcact->isChecked()); in closeEvent()
10171 …headerPOV.append(QString("#declare DrawFo_Fc = %1;\n").arg(chgl->fofcact->isChecked()?"tru… in savePovRay()
15460 chgl->fofcact->setVisible(true); in beloWriteCube()
15461 chgl->fofcact->setChecked(true); in beloWriteCube()