Changeset 7640 in ntrip for trunk/BNC/src/bncwindow.cpp


Ignore:
Timestamp:
Dec 18, 2015, 3:18:17 PM (8 years ago)
Author:
stuerze
Message:

some code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r7615 r7640  
    13981398  delete _caster; BNC_CORE->setCaster(0);
    13991399  delete _casterEph;
     1400  delete _bncFigureLate;
     1401  delete _bncFigurePPP;
     1402  delete _actHelp;
     1403  delete _actAbout;
     1404  delete _actFlowchart;
     1405  delete _actFontSel;
     1406  delete _actSaveOpt;
     1407  delete _actQuit;
     1408  delete _actAddMountPoints;
     1409  delete _actDeleteMountPoints;
     1410  delete _actMapMountPoints;
     1411  delete _actStart;
     1412  delete _actStop;
     1413  delete _actwhatsthis;
     1414  delete _proxyHostLineEdit;
     1415  delete _proxyPortLineEdit;
     1416  delete _sslCaCertPathLineEdit;
     1417  delete _sslIgnoreErrorsCheckBox;
     1418  delete _logFileLineEdit;
     1419  delete _rawOutFileLineEdit;
     1420  delete _rnxAppendCheckBox;
     1421  delete _onTheFlyComboBox;
     1422  delete _autoStartCheckBox;
     1423  delete _rnxPathLineEdit;
     1424  delete _rnxIntrComboBox;
     1425  delete _rnxSamplSpinBox;
     1426  delete _rnxFileCheckBox;
     1427  delete _rnxSkelLineEdit;
     1428  delete _rnxScrpLineEdit;
     1429  delete _rnxV3CheckBox;
     1430  delete _rnxV3filenameCheckBox;
     1431  delete _rnxV2Priority;
     1432  delete _ephPathLineEdit;
     1433  delete _ephIntrComboBox;
     1434  delete _ephOutPortLineEdit;
     1435  delete _ephV3CheckBox;
     1436  delete _ephV3filenameCheckBox;
     1437  delete _corrPathLineEdit;
     1438  delete _corrIntrComboBox;
     1439  delete _corrPortLineEdit;
     1440  delete _outPortLineEdit;
     1441  delete _outWaitSpinBox;
     1442  delete _outSamplSpinBox;
     1443  delete _outFileLineEdit;
     1444  delete _outUPortLineEdit;
     1445  delete _serialMountPointLineEdit;
     1446  delete _serialPortNameLineEdit;
     1447  delete _serialBaudRateComboBox;
     1448  delete _serialFlowControlComboBox;
     1449  delete _serialDataBitsComboBox;
     1450  delete _serialParityComboBox;
     1451  delete _serialStopBitsComboBox;
     1452  delete _serialAutoNMEAComboBox;
     1453  delete _serialFileNMEALineEdit;
     1454  delete _serialHeightNMEALineEdit;
     1455  delete _serialManualNMEASamplingSpinBox;
     1456  delete _adviseObsRateComboBox;
     1457  delete _adviseFailSpinBox;
     1458  delete _adviseRecoSpinBox;
     1459  delete _adviseScriptLineEdit;
     1460  delete _miscMountLineEdit;
     1461  delete _miscPortLineEdit;
     1462  delete _miscIntrComboBox;
     1463  delete _miscScanRTCMCheckBox;
     1464  _mountPointsTable->setRowCount(0);
     1465  _mountPointsTable->deleteLater();
     1466  delete _log;
     1467  _cmbTable->setRowCount(0);
     1468  _cmbTable->deleteLater();
     1469  delete _cmbMaxresLineEdit;
     1470  delete _cmbUseGlonass;
     1471  delete _cmbSamplSpinBox;
     1472  delete _cmbMethodComboBox;
     1473  _uploadTable->setRowCount(0);
     1474  _uploadTable->deleteLater();
     1475  delete _uploadIntrComboBox;
     1476  delete _uploadAntexFile;
     1477  delete _uploadSamplRtcmEphCorrSpinBox;
     1478  delete _uploadSamplSp3SpinBox;
     1479  delete _uploadSamplClkRnxSpinBox;
     1480  delete _uploadEphHostLineEdit;
     1481  delete _uploadEphPortLineEdit;
     1482  delete _uploadEphPasswordLineEdit;
     1483  delete _uploadEphMountpointLineEdit;
     1484  delete _uploadEphSampleSpinBox;
     1485  delete _uploadEphBytesCounter;
     1486  delete _loggroup;
     1487  delete _reqcActionComboBox;
     1488  delete _reqcObsFileChooser;
     1489  delete _reqcNavFileChooser;
     1490  delete _reqcOutObsLineEdit;
     1491  delete _reqcOutNavLineEdit;
     1492  delete _reqcOutLogLineEdit;
     1493  delete _reqcPlotDirLineEdit;
     1494  delete _reqcSkyPlotSignals;
     1495  delete _reqcLogSummaryOnly;
     1496  delete _reqcEditOptionButton;
     1497  delete _sp3CompFileChooser;
     1498  delete _sp3CompExclude;
     1499  delete _sp3CompLogLineEdit;
     1500  //delete _canvas;
    14001501}
    14011502
     
    21692270////////////////////////////////////////////////////////////////////////////
    21702271bncAboutDlg::~bncAboutDlg() {
     2272
    21712273};
    21722274
Note: See TracChangeset for help on using the changeset viewer.