QXRD
0.11.16
|
#include <qxrdwindow.h>
Public Slots | |
void | saveExperimentCopy () |
void | saveExperimentAs () |
void | doEditPreferences () |
void | doEditDetectorPreferences () |
void | doSaveData () |
void | doLoadData () |
void | doSaveDark () |
void | doLoadDark () |
void | doClearDark () |
void | doSaveMask () |
void | doLoadMask () |
void | doClearMask () |
void | doSaveBadPixels () |
void | doLoadBadPixels () |
void | doClearBadPixels () |
void | doSaveGainMap () |
void | doLoadGainMap () |
void | doClearGainMap () |
void | doSaveCachedGeometry () |
void | doSaveCachedIntensity () |
void | doRefineCenterTilt () |
void | doAccumulateImages () |
void | doAddImages () |
void | doSubtractImages () |
void | doIntegrateSequence () |
void | doProcessSequence () |
void | doProjectAlongX () |
void | doProjectAlongY () |
void | doProjectAlongZ () |
void | doCorrelate () |
void | doReflectVertically () |
void | doReflectHorizontally () |
void | doPolarTransform () |
void | doPolarNormalization () |
void | updateTitle () |
void | acquireStarted () |
void | acquiredFrame (QString fileName, int isum, int nsum, int iframe, int nframe, int igroup, int ngroup) |
void | acquireComplete () |
void | crashProgram () |
void | testWidget () |
void | executeScript () |
void | finishedCommand (QScriptValue result) |
void | cancelScript () |
void | doLoadScript () |
void | loadScript (QString path) |
void | doTest () |
QString | timeStamp () const |
void | warningMessage (QString msg) |
void | displayMessage (QString msg) |
void | displayStatusMessage (QString msg) |
void | displayCriticalMessage (QString msg) |
void | initialLogEntry (QString aline) |
void | printMessage (QString msg, QDateTime ts=QDateTime::currentDateTime()) |
void | clearStatusMessage () |
void | enableTiltRefinement (bool enable) |
Public Slots inherited from QcepMainWindow | |
void | shrinkPanels (int fontSize, int spacing) |
void | setFontSize (int fontSize) |
void | setSpacing (int spacing) |
virtual void | printMessage (QString msg, QDateTime ts=QDateTime::currentDateTime())=0 |
Signals | |
void | executeCommand (QString cmd) |
Public Member Functions | |
QxrdWindow (QxrdWindowSettingsWPtr settings, QxrdApplicationWPtr appl, QxrdExperimentWPtr docw, QxrdAcquisitionWPtr acqw, QxrdDataProcessorWPtr procw, QcepAllocatorWPtr allocw, QWidget *parent) | |
virtual | ~QxrdWindow () |
void | initialize () |
void | onAcquisitionInit () |
void | closeEvent (QCloseEvent *event) |
QxrdDataProcessorWPtr | dataProcessor () const |
void | newDataAvailable (QcepDoubleImageDataPtr img, QcepMaskDataPtr overflow) |
void | newMaskAvailable (QcepMaskDataPtr img) |
QcepDoubleImageDataPtr | data () |
QcepMaskDataPtr | mask () |
QxrdAcquisitionWPtr | acquisition () const |
void | captureSize () |
void | resizeEvent (QResizeEvent *) |
void | moveEvent (QMoveEvent *) |
Public Member Functions inherited from QxrdMainWindow | |
QxrdMainWindow (QWidget *parent=0) | |
Public Member Functions inherited from QcepMainWindow | |
QcepMainWindow (QWidget *parent=0) | |
void | possiblyClose () |
bool | wantToClose () |
Private Slots | |
void | newData () |
void | newMask () |
void | allocatedMemoryChanged () |
void | integrationXUnitsChanged (int newXUnits) |
void | onMessageWindowLinesChanged (int newVal) |
void | onUpdateIntervalMsecChanged (int newVal) |
void | populateExperimentsMenu () |
void | populateRecentExperimentsMenu () |
void | populateConfigureDetectorMenu () |
void | populateDetectorControlWindowsMenu () |
void | plotPowderRingRadii () |
void | plotPowderRingTwoTheta () |
void | plotPowderRingCenters () |
Private Member Functions | |
void | setupRecentExperimentsMenu (QAction *action) |
Additional Inherited Members | |
Protected Member Functions inherited from QcepMainWindow | |
void | shrinkDockWidget (QDockWidget *dockWidget, int fontSize, int spacing) |
void | shrinkObject (QObject *obj, int fontSize, int spacing) |
void | setObjectSpacing (QObject *obj, int spacing) |
Definition at line 41 of file qxrdwindow.h.
QxrdWindow::QxrdWindow | ( | QxrdWindowSettingsWPtr | settings, |
QxrdApplicationWPtr | appl, | ||
QxrdExperimentWPtr | docw, | ||
QxrdAcquisitionWPtr | acqw, | ||
QxrdDataProcessorWPtr | procw, | ||
QcepAllocatorWPtr | allocw, | ||
QWidget * | parent | ||
) |
Definition at line 61 of file qxrdwindow.cpp.
References DEBUG_APP, DEBUG_CONSTRUCTORS, m_Application, and qcepDebug().
|
virtual |
Definition at line 722 of file qxrdwindow.cpp.
References DEBUG_APP, DEBUG_CONSTRUCTORS, m_Application, and qcepDebug().
|
slot |
Definition at line 994 of file qxrdwindow.cpp.
References m_Progress, and THREAD_CHECK.
Referenced by initialize().
|
slot |
Definition at line 1001 of file qxrdwindow.cpp.
References m_Experiment, m_Progress, and printMessage().
Referenced by initialize().
|
slot |
Definition at line 990 of file qxrdwindow.cpp.
Referenced by initialize().
QxrdAcquisitionWPtr QxrdWindow::acquisition | ( | ) | const |
|
privateslot |
Definition at line 1632 of file qxrdwindow.cpp.
References m_AllocationStatus, and m_Allocator.
Referenced by initialize().
|
slot |
Definition at line 1552 of file qxrdwindow.cpp.
References m_Experiment.
Referenced by initialize().
void QxrdWindow::captureSize | ( | ) |
Definition at line 1039 of file qxrdwindow.cpp.
References m_WindowSettings.
Referenced by initialize(), moveEvent(), newData(), and resizeEvent().
|
slot |
void QxrdWindow::closeEvent | ( | QCloseEvent * | event | ) |
Definition at line 766 of file qxrdwindow.cpp.
References m_Application, m_Experiment, and QcepMainWindow::wantToClose().
|
slot |
Definition at line 1798 of file qxrdwindow.cpp.
Referenced by initialize().
QcepDoubleImageDataPtr QxrdWindow::data | ( | ) |
QxrdDataProcessorWPtr QxrdWindow::dataProcessor | ( | ) | const |
|
slot |
Definition at line 966 of file qxrdwindow.cpp.
References INVOKE_CHECK, and m_Experiment.
|
slot |
Definition at line 942 of file qxrdwindow.cpp.
References INVOKE_CHECK.
Referenced by printMessage().
|
slot |
Definition at line 1063 of file qxrdwindow.cpp.
References INVOKE_CHECK, m_StatusMsg, and m_StatusTimer.
|
slot |
Definition at line 1649 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1662 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1424 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
|
slot |
Definition at line 1316 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1478 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1370 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1748 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1179 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_Experiment.
Referenced by QxrdAcquisitionDialog::QxrdAcquisitionDialog().
|
slot |
Definition at line 1170 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_Experiment.
Referenced by initialize(), and QxrdAcquisitionDialog::QxrdAcquisitionDialog().
|
slot |
Definition at line 1761 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1408 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_DataProcessor.
|
slot |
Definition at line 1300 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1264 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1462 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1354 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1582 of file qxrdwindow.cpp.
References loadScript(), and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 2054 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_Experiment.
Referenced by initialize().
|
slot |
Definition at line 2036 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, and m_Experiment.
Referenced by initialize().
|
slot |
Definition at line 1776 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1706 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1720 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1734 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1645 of file qxrdwindow.cpp.
Referenced by initialize().
|
slot |
Definition at line 1688 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1697 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1388 of file qxrdwindow.cpp.
References QxrdDataProcessorBase::CanOverwrite, GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
|
slot |
Definition at line 1496 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_CachedGeometryPath, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1516 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_CachedIntensityPath, and m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1280 of file qxrdwindow.cpp.
References QxrdDataProcessorBase::CanOverwrite, GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1244 of file qxrdwindow.cpp.
References QxrdDataProcessorBase::CanOverwrite, GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1442 of file qxrdwindow.cpp.
References QxrdDataProcessorBase::CanOverwrite, GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1334 of file qxrdwindow.cpp.
References QxrdDataProcessorBase::CanOverwrite, GUI_THREAD_CHECK, m_DataProcessor, and warningMessage().
Referenced by initialize().
|
slot |
Definition at line 1675 of file qxrdwindow.cpp.
References m_DataProcessor.
Referenced by initialize().
|
slot |
Definition at line 1536 of file qxrdwindow.cpp.
Referenced by initialize().
|
slot |
Definition at line 761 of file qxrdwindow.cpp.
|
signal |
Referenced by executeScript(), and QxrdExperiment::openWindows().
|
slot |
Definition at line 1542 of file qxrdwindow.cpp.
References executeCommand().
Referenced by initialize().
|
slot |
Definition at line 1565 of file qxrdwindow.cpp.
References QxrdScriptEngine::convertToString().
Referenced by QxrdExperiment::openWindows().
void QxrdWindow::initialize | ( | ) |
Definition at line 120 of file qxrdwindow.cpp.
References QxrdAcquisitionInterface::acquireComplete(), acquireComplete(), acquiredFrame(), QxrdAcquisitionInterface::acquireStarted(), acquireStarted(), QxrdAcquisitionDialog::acquisitionReady(), allocatedMemoryChanged(), QcepPlot::autoScale(), QxrdImagePlot::autoScale(), QxrdCenterFinder::calculateCalibration(), QxrdDataProcessorBase::calculateHistogram(), QxrdDataProcessorBase::calculateROI(), cancelScript(), captureSize(), QxrdCenterFinderDialog::centerMoveDown(), QxrdCenterFinderDialog::centerMoveLeft(), QxrdCenterFinderDialog::centerMoveRight(), QxrdCenterFinderDialog::centerMoveUp(), QxrdApplication::chooseExistingExperiment(), QxrdApplication::chooseNewExperiment(), QxrdIntegratorPlot::clearGraph(), QxrdIntegratorPlot::clearSelectedCurves(), crashProgram(), QxrdCenterFinder::deletePowderPoints(), QxrdApplication::doAboutQxrd(), doAccumulateImages(), doAddImages(), doClearDark(), doClearGainMap(), doClearMask(), doCorrelate(), doEditPreferences(), QxrdFileBrowser::doIntegrate(), doIntegrateSequence(), doLoadDark(), doLoadData(), doLoadGainMap(), doLoadMask(), QxrdApplication::doLoadPreferences(), doLoadScript(), QxrdApplication::doOpenQXRDWebPage(), doPolarNormalization(), doPolarTransform(), doProcessSequence(), doProjectAlongX(), doProjectAlongY(), doProjectAlongZ(), doRefineCenterTilt(), doReflectHorizontally(), doReflectVertically(), doSaveCachedGeometry(), doSaveCachedIntensity(), doSaveDark(), doSaveData(), doSaveGainMap(), doSaveMask(), QxrdApplication::doSavePreferences(), doSubtractImages(), doTest(), QxrdApplication::editGlobalPreferences(), QxrdImagePlot::enableCentering(), QxrdImagePlot::enableHistograms(), QxrdImagePlot::enableMaskCircles(), QxrdImagePlot::enableMaskPolygons(), QcepPlot::enableMeasuring(), QxrdImagePlot::enableMeasuring(), QxrdImagePlot::enablePowderPoints(), QxrdImagePlot::enableSlicing(), QcepPlot::enableZooming(), QxrdImagePlot::enableZooming(), executeScript(), QxrdCenterFinder::fitPowderCircle(), QxrdDataProcessorBase::hideMaskAll(), QxrdDataProcessorBase::hideMaskRange(), QxrdHistogramDialog::histogramSelectionChanged(), QxrdDataProcessorThreaded::integrateSaveAndDisplay(), QxrdIntegrator::integrateVsQ(), QxrdIntegrator::integrateVsR(), QxrdIntegrator::integrateVsTTH(), integrationXUnitsChanged(), QxrdDataProcessorBase::invertMask(), m_Acquisition, m_AcquisitionDialog, m_AcquisitionExtraInputsDialog, m_AcquisitionScalerDialog, m_AllocationStatus, m_Allocator, m_Application, m_CalibrantDialog, m_CenterFinderDialog, m_CorrectionDialog, m_DataProcessor, m_DatasetBrowserDialog, m_DisplayDialog, m_DistortionCorrectionDialog, m_Experiment, m_Highlighter, m_HistogramDialog, m_ImageInfoDialog, m_InputFileBrowser, m_IntegratorDialog, m_MaskDialog, m_OutputFileBrowser, m_Progress, m_ScriptDialog, m_SliceDialog, m_StatusMsg, m_SynchronizedAcquisitionDialog, m_UpdateTimer, m_WindowSettings, newData(), QxrdDataProcessorBase::newIntegrationAvailable(), QxrdCenterFinderPlot::onCenterXChanged(), QxrdImagePlot::onCenterXChanged(), QxrdCenterFinderPlot::onCenterYChanged(), QxrdImagePlot::onCenterYChanged(), onMessageWindowLinesChanged(), QxrdIntegratorPlot::onNewIntegrationAvailable(), onUpdateIntervalMsecChanged(), plotPowderRingCenters(), plotPowderRingRadii(), plotPowderRingTwoTheta(), populateConfigureDetectorMenu(), populateDetectorControlWindowsMenu(), populateExperimentsMenu(), QxrdApplication::possiblyQuit(), QcepPlot::printGraph(), QxrdExperiment::saveExperiment(), saveExperimentAs(), saveExperimentCopy(), QxrdImagePlot::selectHistogram(), QxrdImagePlot::set005Range(), QxrdImagePlot::set010Range(), QxrdImagePlot::set100Range(), QxrdImagePlot::setAutoRange(), QxrdImagePlot::setEarthTones(), QxrdImagePlot::setFire(), QcepMainWindow::setFontSize(), QxrdImagePlot::setGrayscale(), QxrdImagePlot::setIce(), QxrdImagePlot::setInverseGrayscale(), QcepMainWindow::setSpacing(), QxrdImagePlot::setSpectrum(), QxrdAcquisitionDialog::setupAcquireMenu(), setupRecentExperimentsMenu(), QxrdDataProcessorBase::showMaskAll(), QxrdDataProcessorBase::showMaskRange(), QcepMainWindow::shrinkPanels(), QxrdSliceDialog::slicePolygon(), QxrdImagePlot::slicePolygon(), QxrdImagePlot::toggleShowImage(), QxrdImagePlot::toggleShowMask(), QxrdImagePlot::toggleShowOverflow(), QxrdHistogramDialog::updateHistogramNeeded(), updateTitle(), QcepDoubleProperty::valueChanged(), QcepIntProperty::valueChanged(), and QcepPlot::zoomOut().
|
slot |
|
privateslot |
Definition at line 1791 of file qxrdwindow.cpp.
References QxrdIntegrator::RadialIntegrateQ, QxrdIntegrator::RadialIntegrateR, and QxrdIntegrator::RadialIntegrateTTH.
Referenced by initialize().
|
slot |
Definition at line 1598 of file qxrdwindow.cpp.
References m_Experiment, and printMessage().
Referenced by doLoadScript().
QcepMaskDataPtr QxrdWindow::mask | ( | ) |
Definition at line 1627 of file qxrdwindow.cpp.
References m_Mask.
Referenced by newMaskAvailable().
void QxrdWindow::moveEvent | ( | QMoveEvent * | ev | ) |
Definition at line 1056 of file qxrdwindow.cpp.
References captureSize().
|
privateslot |
Definition at line 1112 of file qxrdwindow.cpp.
References captureSize(), m_Data, m_HistogramDialog, m_ImageDisplay, m_ImageInfoDialog, m_Mutex, m_NewData, m_NewDataAvailable, m_NewOverflow, m_Overflow, and m_SliceDialog.
Referenced by initialize().
void QxrdWindow::newDataAvailable | ( | QcepDoubleImageDataPtr | img, |
QcepMaskDataPtr | overflow | ||
) |
Definition at line 1084 of file qxrdwindow.cpp.
References m_Mutex, m_NewData, m_NewDataAvailable, and m_NewOverflow.
|
privateslot |
Definition at line 1149 of file qxrdwindow.cpp.
References m_Data, m_ImageDisplay, m_Mask, m_Mutex, m_NewMask, m_NewMaskAvailable, and QxrdImageDisplayWidget::updateImage().
void QxrdWindow::newMaskAvailable | ( | QcepMaskDataPtr | img | ) |
Definition at line 1099 of file qxrdwindow.cpp.
References INVOKE_CHECK, m_Mutex, m_NewMask, m_NewMaskAvailable, and mask().
void QxrdWindow::onAcquisitionInit | ( | ) |
Definition at line 756 of file qxrdwindow.cpp.
References m_AcquisitionDialog, and QxrdAcquisitionDialog::onAcquisitionInit().
|
privateslot |
Definition at line 1832 of file qxrdwindow.cpp.
Referenced by initialize().
|
privateslot |
Definition at line 1837 of file qxrdwindow.cpp.
References m_UpdateTimer.
Referenced by initialize().
|
privateslot |
Definition at line 1989 of file qxrdwindow.cpp.
References m_Experiment, QxrdPowderPoint::x(), and QxrdPowderPoint::y().
Referenced by initialize().
|
privateslot |
Definition at line 1842 of file qxrdwindow.cpp.
References m_Experiment, QxrdPowderPoint::n1(), QxrdPowderPoint::n2(), QxrdPowderPoint::x(), and QxrdPowderPoint::y().
Referenced by initialize().
|
privateslot |
Definition at line 1907 of file qxrdwindow.cpp.
References m_Experiment, QxrdPowderPoint::n1(), QxrdPowderPoint::n2(), QxrdPowderPoint::x(), and QxrdPowderPoint::y().
Referenced by initialize().
|
privateslot |
Definition at line 844 of file qxrdwindow.cpp.
References QxrdAcquisition::configureDetector(), m_Acquisition, and str.
Referenced by initialize().
|
privateslot |
Definition at line 879 of file qxrdwindow.cpp.
References m_Acquisition, QxrdAcquisition::openDetectorControlWindow(), and str.
Referenced by initialize().
|
privateslot |
Definition at line 789 of file qxrdwindow.cpp.
References QxrdApplication::activateExperiment(), and m_Application.
Referenced by initialize().
|
privateslot |
Definition at line 819 of file qxrdwindow.cpp.
References m_Application, m_RecentExperimentsMenu, and QxrdApplication::openRecentExperiment().
Referenced by setupRecentExperimentsMenu().
|
slot |
Definition at line 919 of file qxrdwindow.cpp.
References displayMessage().
Referenced by acquiredFrame(), and loadScript().
void QxrdWindow::resizeEvent | ( | QResizeEvent * | ev | ) |
Definition at line 1049 of file qxrdwindow.cpp.
References captureSize().
|
slot |
Definition at line 1188 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_Application, and m_Experiment.
Referenced by initialize().
|
slot |
Definition at line 1216 of file qxrdwindow.cpp.
References GUI_THREAD_CHECK, m_Application, and m_Experiment.
Referenced by initialize().
|
private |
Definition at line 780 of file qxrdwindow.cpp.
References m_RecentExperimentsMenu, and populateRecentExperimentsMenu().
Referenced by initialize().
|
slot |
|
slot |
Definition at line 914 of file qxrdwindow.cpp.
|
slot |
Definition at line 739 of file qxrdwindow.cpp.
References m_Experiment, and STR.
Referenced by initialize().
|
slot |
Definition at line 930 of file qxrdwindow.cpp.
References INVOKE_CHECK.
Referenced by doClearBadPixels(), doClearDark(), doClearGainMap(), doClearMask(), doSaveBadPixels(), doSaveDark(), doSaveData(), doSaveGainMap(), and doSaveMask().
|
private |
Definition at line 170 of file qxrdwindow.h.
Referenced by acquisition(), initialize(), populateConfigureDetectorMenu(), and populateDetectorControlWindowsMenu().
|
private |
Definition at line 173 of file qxrdwindow.h.
Referenced by initialize(), and onAcquisitionInit().
|
private |
Definition at line 175 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 174 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 195 of file qxrdwindow.h.
Referenced by allocatedMemoryChanged(), and initialize().
|
private |
Definition at line 172 of file qxrdwindow.h.
Referenced by allocatedMemoryChanged(), and initialize().
|
private |
Definition at line 168 of file qxrdwindow.h.
Referenced by closeEvent(), initialize(), populateExperimentsMenu(), populateRecentExperimentsMenu(), QxrdWindow(), saveExperimentAs(), saveExperimentCopy(), and ~QxrdWindow().
|
private |
Definition at line 216 of file qxrdwindow.h.
Referenced by doSaveCachedGeometry().
|
private |
Definition at line 217 of file qxrdwindow.h.
Referenced by doSaveCachedIntensity().
|
private |
Definition at line 184 of file qxrdwindow.h.
|
private |
Definition at line 181 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 178 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 180 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 199 of file qxrdwindow.h.
|
private |
Definition at line 171 of file qxrdwindow.h.
Referenced by dataProcessor(), doAccumulateImages(), doAddImages(), doClearBadPixels(), doClearDark(), doClearGainMap(), doClearMask(), doCorrelate(), doIntegrateSequence(), doLoadBadPixels(), doLoadDark(), doLoadData(), doLoadGainMap(), doLoadMask(), doLoadScript(), doProcessSequence(), doProjectAlongX(), doProjectAlongY(), doProjectAlongZ(), doReflectHorizontally(), doReflectVertically(), doSaveBadPixels(), doSaveCachedGeometry(), doSaveCachedIntensity(), doSaveDark(), doSaveData(), doSaveGainMap(), doSaveMask(), doSubtractImages(), and initialize().
|
private |
Definition at line 182 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 177 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 191 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 169 of file qxrdwindow.h.
Referenced by acquiredFrame(), cancelScript(), closeEvent(), displayCriticalMessage(), doEditDetectorPreferences(), doEditPreferences(), doPolarNormalization(), doPolarTransform(), initialize(), loadScript(), plotPowderRingCenters(), plotPowderRingRadii(), plotPowderRingTwoTheta(), saveExperimentAs(), saveExperimentCopy(), and updateTitle().
|
private |
Definition at line 192 of file qxrdwindow.h.
|
private |
Definition at line 210 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 188 of file qxrdwindow.h.
Referenced by initialize(), and newData().
|
private |
Definition at line 209 of file qxrdwindow.h.
|
private |
Definition at line 189 of file qxrdwindow.h.
Referenced by initialize(), and newData().
|
private |
Definition at line 185 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 183 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 205 of file qxrdwindow.h.
|
private |
Definition at line 179 of file qxrdwindow.h.
Referenced by initialize().
|
mutableprivate |
Definition at line 166 of file qxrdwindow.h.
Referenced by newData(), newDataAvailable(), newMask(), and newMaskAvailable().
|
private |
Definition at line 201 of file qxrdwindow.h.
Referenced by newData(), and newDataAvailable().
|
private |
Definition at line 203 of file qxrdwindow.h.
Referenced by newData(), and newDataAvailable().
|
private |
Definition at line 206 of file qxrdwindow.h.
Referenced by newMask(), and newMaskAvailable().
|
private |
Definition at line 207 of file qxrdwindow.h.
Referenced by newMask(), and newMaskAvailable().
|
private |
Definition at line 202 of file qxrdwindow.h.
Referenced by newData(), and newDataAvailable().
|
private |
Definition at line 165 of file qxrdwindow.h.
|
private |
Definition at line 186 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 200 of file qxrdwindow.h.
Referenced by newData().
|
private |
Definition at line 193 of file qxrdwindow.h.
Referenced by acquireComplete(), acquiredFrame(), and initialize().
|
private |
Definition at line 214 of file qxrdwindow.h.
Referenced by populateRecentExperimentsMenu(), and setupRecentExperimentsMenu().
|
private |
Definition at line 190 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 212 of file qxrdwindow.h.
|
private |
Definition at line 187 of file qxrdwindow.h.
Referenced by initialize(), and newData().
|
private |
Definition at line 194 of file qxrdwindow.h.
Referenced by clearStatusMessage(), displayStatusMessage(), and initialize().
|
private |
Definition at line 196 of file qxrdwindow.h.
Referenced by displayStatusMessage().
|
private |
Definition at line 176 of file qxrdwindow.h.
Referenced by initialize().
|
private |
Definition at line 197 of file qxrdwindow.h.
Referenced by initialize(), and onUpdateIntervalMsecChanged().
|
private |
Definition at line 167 of file qxrdwindow.h.
Referenced by captureSize(), and initialize().