Searched refs:psew (Results 1 – 4 of 4) sorted by relevance
/dports/science/shelxle/shelxle-1.0.1352/ |
H A D | eacDlg.cpp | 857 int asel=psew->selection; in importSettings() 862 psew->selection=i; in importSettings() 865 psew->selection=asel; in importSettings() 1032 eacGLW->mol->arad[psew->selection] = mol->arad[psew->selection] = d; in radChanged() 1283 psew = new PSEWidget(); in EacDlg() 1474 psew->esm->disconnect(); in reject() 1475 delete psew->esm; in reject() 1476 psew->disconnect(); in reject() 1512 psew->esm->disconnect(); in accept() 1513 delete psew->esm; in accept() [all …]
|
H A D | eacDlg.h | 135 PSEWidget *psew; variable
|
H A D | window.h | 422 PSEWidget *psew; variable
|
H A D | window.cpp | 546 psew = new PSEWidget(this); in Window() 547 psew->selection=0; in Window() 548 psew->setVisible(false); in Window() 549 rnla->addWidget(psew); in Window() 567 connect(willpse,SIGNAL(clicked()),psew,SLOT(show())); in Window() 574 connect(psew,SIGNAL(pseSelected(int)),psew,SLOT(hide())); in Window() 575 connect(psew,SIGNAL(pseSelected(int)),willpse,SLOT(show())); in Window() 576 connect(psew,SIGNAL(pseSelected(int)),this,SLOT(addNewScatteringFactor(int))); in Window() 3534 psew->hide(); in renamUpdate()
|