General Purpose Geodetic Library
NsScrPrx4Session Class Reference

#include <NsScrPrx4Session.h>

Inheritance diagram for NsScrPrx4Session:
QObject

Public Slots

const QString & getName () const
 

Public Member Functions

 NsScrPrx4Session (SgVlbiSession &session, QObject *parent=0)
 
 ~NsScrPrx4Session ()
 
void setIsOk (bool is)
 
void postLoad ()
 
const QString & getNetworkSuffix () const
 
const QString & getSessionCode () const
 
const QString & getNetworkID () const
 
const QString & getDescription () const
 
const QString & getUserFlag () const
 
const QString & getOfficialName () const
 
const QString & getCorrelatorName () const
 
const QString & getCorrelatorType () const
 
const QString & getSubmitterName () const
 
const QString & getSchedulerName () const
 
const QString & getPiAgencyName () const
 
int getNumOfBands () const
 
int getNumOfStations () const
 
int getNumOfBaselines () const
 
int getNumOfSources () const
 
int getNumOfObservations () const
 
QDateTime getTCreation () const
 
QDateTime getTStart () const
 
QDateTime getTFinis () const
 
QDateTime getTMean () const
 
QDateTime getLastProcessed () const
 
bool getIsOk () const
 
int getPrimaryBandIdx () const
 
const QList< NsScrPrx4Band * > & getBands ()
 
const QList< NsScrPrx4Station * > & getStations ()
 
const QList< NsScrPrx4Baseline * > & getBaselines ()
 
const QList< NsScrPrx4Source * > & getSources ()
 
const QList< NsScrPrx4VlbiObservation * > & getObservations ()
 
double dUt1Value () const
 
double dUt1Correction () const
 
double dUt1StdDev () const
 
NsScrPrx4StationlookUpStation (const QString &key)
 
NsScrPrx4BaselinelookUpBaseline (const QString &key)
 
NsScrPrx4SourcelookUpSource (const QString &key)
 
void dispatchChangeOfClocksParameterModel (SgParameterCfg::PMode)
 
void dispatchChangeOfZenithParameterModel (SgParameterCfg::PMode)
 
bool hasReferenceClocksStation ()
 
bool hasReferenceCoordinatesStation ()
 
void resetAllEditings ()
 
void clearAuxSigmas ()
 
void suppressNotSoGoodObs ()
 
void pickupReferenceClocksStation ()
 
void pickupReferenceCoordinatesStation ()
 
void setNumOfClockPolynoms4Stations (int n)
 
void setReferenceClocksStation (const QString &stnKey)
 
void checkUseOfManualPhaseCals ()
 
void process ()
 
void calcIono (bool sbdOnly=false)
 
void zeroIono ()
 
int checkClockBreaks (int bandIdx)
 
int eliminateOutliers (int bandIdx)
 
int restoreOutliers (int bandIdx)
 
int doReWeighting ()
 
void scanAmbiguityMultipliers (int bandIdx)
 
void eliminateOutliersSimpleMode (int bandIdx, int maxNumOfPasses, double threshold, double upperLimit)
 
void eliminateLargeOutliers (int bandIdx, int maxNumOfPasses, double wrmsRatio)
 
bool writeUserData2File (const QString &fileName)
 
void doStdSetup ()
 

Properties

QString name
 
bool isOk
 
QString networkSuffix
 
QString sessionCode
 
QString networkID
 
QString description
 
QString userFlag
 
QString officialName
 
QString correlatorName
 
QString correlatorType
 
QString submitterName
 
QString schedulerName
 
QString piAgencyName
 
int numOfBands
 
int numOfStations
 
int numOfBaselines
 
int numOfSources
 
int numOfObservations
 
QDateTime tCreation
 
QDateTime tStart
 
QDateTime tFinis
 
QDateTime tMean
 
QDateTime tLastProcessed
 
int primaryBandIdx
 
const QList< NsScrPrx4Band * > bands
 
const QList< NsScrPrx4Station * > stations
 
const QList< NsScrPrx4Baseline * > baselines
 
const QList< NsScrPrx4Source * > sources
 
const QList< NsScrPrx4VlbiObservation * > observations
 
bool hasReferenceClocksStation
 
bool hasReferenceCoordinatesStation
 
double dUt1Value
 
double dUt1Correction
 
double dUt1StdDev
 

Private Attributes

bool isOk_
 
SgVlbiSessionsession_
 
int primaryBandIdx_
 
QList< NsScrPrx4Band * > prxBands_
 
QList< NsScrPrx4Station * > prxStations_
 
QList< NsScrPrx4Baseline * > prxBaselines_
 
QList< NsScrPrx4Source * > prxSources_
 
QList< NsScrPrx4VlbiObservation * > prxObservations_
 
QMap< QString, NsScrPrx4Station * > stationsByKey_
 
QMap< QString, NsScrPrx4Baseline * > baselinesByKey_
 
QMap< QString, NsScrPrx4Source * > sourcesByKey_
 

Detailed Description

====================================================================================================

Definition at line 487 of file NsScrPrx4Session.h.

Constructor & Destructor Documentation

◆ NsScrPrx4Session()

NsScrPrx4Session::NsScrPrx4Session ( SgVlbiSession session,
QObject parent = 0 
)
inline

Definition at line 566 of file NsScrPrx4Session.h.

References primaryBandIdx_, and session_.

◆ ~NsScrPrx4Session()

NsScrPrx4Session::~NsScrPrx4Session ( )
inline

Member Function Documentation

◆ calcIono()

void NsScrPrx4Session::calcIono ( bool  sbdOnly = false)
inline

◆ checkClockBreaks()

int NsScrPrx4Session::checkClockBreaks ( int  bandIdx)
inline

Definition at line 670 of file NsScrPrx4Session.h.

References SgVlbiSession::checkBandForClockBreaks(), isOk_, and session_.

◆ checkUseOfManualPhaseCals()

void NsScrPrx4Session::checkUseOfManualPhaseCals ( )
inline

Definition at line 658 of file NsScrPrx4Session.h.

References SgVlbiSession::checkUseOfManualPhaseCals(), isOk_, and session_.

Referenced by doStdSetup().

◆ clearAuxSigmas()

void NsScrPrx4Session::clearAuxSigmas ( )
inline

Definition at line 643 of file NsScrPrx4Session.h.

References isOk_, session_, and SgVlbiSession::zerofySigma2add().

◆ dispatchChangeOfClocksParameterModel()

void NsScrPrx4Session::dispatchChangeOfClocksParameterModel ( SgParameterCfg::PMode  mode)

◆ dispatchChangeOfZenithParameterModel()

void NsScrPrx4Session::dispatchChangeOfZenithParameterModel ( SgParameterCfg::PMode  mode)

◆ doReWeighting()

int NsScrPrx4Session::doReWeighting ( )
inline

Definition at line 677 of file NsScrPrx4Session.h.

References SgVlbiSession::doReWeighting(), isOk_, and session_.

◆ doStdSetup()

void NsScrPrx4Session::doStdSetup ( )
inline

◆ dUt1Correction()

double NsScrPrx4Session::dUt1Correction ( ) const
inline

Definition at line 616 of file NsScrPrx4Session.h.

References SgVlbiSession::dUt1Correction(), and session_.

◆ dUt1StdDev()

double NsScrPrx4Session::dUt1StdDev ( ) const
inline

Definition at line 617 of file NsScrPrx4Session.h.

References SgVlbiSession::dUt1StdDev(), and session_.

◆ dUt1Value()

double NsScrPrx4Session::dUt1Value ( ) const
inline

Definition at line 615 of file NsScrPrx4Session.h.

References SgVlbiSession::dUt1Value(), and session_.

◆ eliminateLargeOutliers()

void NsScrPrx4Session::eliminateLargeOutliers ( int  bandIdx,
int  maxNumOfPasses,
double  wrmsRatio 
)
inline

Definition at line 687 of file NsScrPrx4Session.h.

References SgVlbiSession::eliminateLargeOutliers(), isOk_, and session_.

◆ eliminateOutliers()

int NsScrPrx4Session::eliminateOutliers ( int  bandIdx)
inline

Definition at line 673 of file NsScrPrx4Session.h.

References SgVlbiSession::eliminateOutliers(), isOk_, and session_.

◆ eliminateOutliersSimpleMode()

void NsScrPrx4Session::eliminateOutliersSimpleMode ( int  bandIdx,
int  maxNumOfPasses,
double  threshold,
double  upperLimit 
)
inline

Definition at line 683 of file NsScrPrx4Session.h.

References SgVlbiSession::eliminateOutliersSimpleMode(), isOk_, and session_.

◆ getBands()

const QList<NsScrPrx4Band*>& NsScrPrx4Session::getBands ( )
inline

Definition at line 608 of file NsScrPrx4Session.h.

References prxBands_.

◆ getBaselines()

const QList<NsScrPrx4Baseline*>& NsScrPrx4Session::getBaselines ( )
inline

Definition at line 610 of file NsScrPrx4Session.h.

References prxBaselines_.

◆ getCorrelatorName()

const QString& NsScrPrx4Session::getCorrelatorName ( ) const
inline

Definition at line 589 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getCorrelatorName(), and session_.

◆ getCorrelatorType()

const QString& NsScrPrx4Session::getCorrelatorType ( ) const
inline

Definition at line 590 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getCorrelatorType(), and session_.

◆ getDescription()

const QString& NsScrPrx4Session::getDescription ( ) const
inline

Definition at line 586 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getDescription(), and session_.

◆ getIsOk()

bool NsScrPrx4Session::getIsOk ( ) const
inline

Definition at line 605 of file NsScrPrx4Session.h.

References isOk_.

◆ getLastProcessed()

QDateTime NsScrPrx4Session::getLastProcessed ( ) const
inline

◆ getName

const QString& NsScrPrx4Session::getName ( ) const
inlineslot

Definition at line 582 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getName(), and session_.

◆ getNetworkID()

const QString& NsScrPrx4Session::getNetworkID ( ) const
inline

Definition at line 585 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getNetworkID(), and session_.

◆ getNetworkSuffix()

const QString& NsScrPrx4Session::getNetworkSuffix ( ) const
inline

Definition at line 583 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getNetworkSuffix(), and session_.

◆ getNumOfBands()

int NsScrPrx4Session::getNumOfBands ( ) const
inline

Definition at line 594 of file NsScrPrx4Session.h.

References SgVlbiSession::bandByKey(), and session_.

◆ getNumOfBaselines()

int NsScrPrx4Session::getNumOfBaselines ( ) const
inline

Definition at line 596 of file NsScrPrx4Session.h.

References SgVlbiSession::baselinesByName(), and session_.

◆ getNumOfObservations()

int NsScrPrx4Session::getNumOfObservations ( ) const
inline

Definition at line 598 of file NsScrPrx4Session.h.

References SgVlbiSession::observations(), and session_.

◆ getNumOfSources()

int NsScrPrx4Session::getNumOfSources ( ) const
inline

Definition at line 597 of file NsScrPrx4Session.h.

References session_, and SgVlbiSession::sourcesByName().

◆ getNumOfStations()

int NsScrPrx4Session::getNumOfStations ( ) const
inline

Definition at line 595 of file NsScrPrx4Session.h.

References session_, and SgVlbiSession::stationsByName().

◆ getObservations()

const QList<NsScrPrx4VlbiObservation*>& NsScrPrx4Session::getObservations ( )
inline

Definition at line 612 of file NsScrPrx4Session.h.

References prxObservations_.

◆ getOfficialName()

const QString& NsScrPrx4Session::getOfficialName ( ) const
inline

Definition at line 588 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getOfficialName(), and session_.

◆ getPiAgencyName()

const QString& NsScrPrx4Session::getPiAgencyName ( ) const
inline

Definition at line 593 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getPiAgencyName(), and session_.

◆ getPrimaryBandIdx()

int NsScrPrx4Session::getPrimaryBandIdx ( ) const
inline

Definition at line 607 of file NsScrPrx4Session.h.

References primaryBandIdx_.

◆ getSchedulerName()

const QString& NsScrPrx4Session::getSchedulerName ( ) const
inline

Definition at line 592 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getSchedulerName(), and session_.

◆ getSessionCode()

const QString& NsScrPrx4Session::getSessionCode ( ) const
inline

Definition at line 584 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getSessionCode(), and session_.

◆ getSources()

const QList<NsScrPrx4Source*>& NsScrPrx4Session::getSources ( )
inline

Definition at line 611 of file NsScrPrx4Session.h.

References prxSources_.

◆ getStations()

const QList<NsScrPrx4Station*>& NsScrPrx4Session::getStations ( )
inline

Definition at line 609 of file NsScrPrx4Session.h.

References prxStations_.

◆ getSubmitterName()

const QString& NsScrPrx4Session::getSubmitterName ( ) const
inline

Definition at line 591 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getSubmitterName(), and session_.

◆ getTCreation()

QDateTime NsScrPrx4Session::getTCreation ( ) const
inline

◆ getTFinis()

QDateTime NsScrPrx4Session::getTFinis ( ) const
inline

◆ getTMean()

QDateTime NsScrPrx4Session::getTMean ( ) const
inline

Definition at line 602 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getTMean(), session_, and SgMJD::toQDateTime().

◆ getTStart()

QDateTime NsScrPrx4Session::getTStart ( ) const
inline

◆ getUserFlag()

const QString& NsScrPrx4Session::getUserFlag ( ) const
inline

Definition at line 587 of file NsScrPrx4Session.h.

References SgVlbiSessionInfo::getUserFlag(), and session_.

◆ hasReferenceClocksStation()

bool NsScrPrx4Session::hasReferenceClocksStation ( )
inline

Definition at line 635 of file NsScrPrx4Session.h.

References SgVlbiSession::hasReferenceClocksStation(), isOk_, and session_.

◆ hasReferenceCoordinatesStation()

bool NsScrPrx4Session::hasReferenceCoordinatesStation ( )
inline

◆ lookUpBaseline()

NsScrPrx4Baseline* NsScrPrx4Session::lookUpBaseline ( const QString &  key)
inline

Definition at line 622 of file NsScrPrx4Session.h.

References baselinesByKey_.

Referenced by NsScrPrx4VlbiObservation::getBaseline().

◆ lookUpSource()

NsScrPrx4Source* NsScrPrx4Session::lookUpSource ( const QString &  key)
inline

Definition at line 624 of file NsScrPrx4Session.h.

References sourcesByKey_.

Referenced by NsScrPrx4VlbiObservation::getSource().

◆ lookUpStation()

NsScrPrx4Station* NsScrPrx4Session::lookUpStation ( const QString &  key)
inline

◆ pickupReferenceClocksStation()

void NsScrPrx4Session::pickupReferenceClocksStation ( )
inline

Definition at line 648 of file NsScrPrx4Session.h.

References isOk_, SgVlbiSession::pickupReferenceClocksStation(), and session_.

Referenced by doStdSetup().

◆ pickupReferenceCoordinatesStation()

void NsScrPrx4Session::pickupReferenceCoordinatesStation ( )
inline

Definition at line 650 of file NsScrPrx4Session.h.

References isOk_, SgVlbiSession::pickupReferenceCoordinatesStation(), and session_.

Referenced by doStdSetup().

◆ postLoad()

◆ process()

void NsScrPrx4Session::process ( )
inline

Definition at line 662 of file NsScrPrx4Session.h.

References isOk_, SgVlbiSession::process(), and session_.

◆ resetAllEditings()

void NsScrPrx4Session::resetAllEditings ( )
inline

Definition at line 641 of file NsScrPrx4Session.h.

References isOk_, SgVlbiSession::resetAllEditings(), and session_.

◆ restoreOutliers()

int NsScrPrx4Session::restoreOutliers ( int  bandIdx)
inline

Definition at line 675 of file NsScrPrx4Session.h.

References isOk_, SgVlbiSession::restoreOutliers(), and session_.

◆ scanAmbiguityMultipliers()

void NsScrPrx4Session::scanAmbiguityMultipliers ( int  bandIdx)
inline

◆ setIsOk()

void NsScrPrx4Session::setIsOk ( bool  is)
inline

Definition at line 576 of file NsScrPrx4Session.h.

References isOk_.

Referenced by NsScrPrx4SessionHandler::importSession().

◆ setNumOfClockPolynoms4Stations()

void NsScrPrx4Session::setNumOfClockPolynoms4Stations ( int  n)
inline

Definition at line 653 of file NsScrPrx4Session.h.

References isOk_, session_, and SgVlbiSession::setClockModelOrder4Stations().

◆ setReferenceClocksStation()

void NsScrPrx4Session::setReferenceClocksStation ( const QString &  stnKey)
inline

Definition at line 655 of file NsScrPrx4Session.h.

References isOk_, session_, and SgVlbiSession::setReferenceClocksStation().

◆ suppressNotSoGoodObs()

void NsScrPrx4Session::suppressNotSoGoodObs ( )
inline

Definition at line 645 of file NsScrPrx4Session.h.

References isOk_, session_, and SgVlbiSession::suppressNotSoGoodObs().

Referenced by doStdSetup().

◆ writeUserData2File()

bool NsScrPrx4Session::writeUserData2File ( const QString &  fileName)
inline

Definition at line 690 of file NsScrPrx4Session.h.

References isOk_, session_, and SgVlbiSession::writeUserData2File().

◆ zeroIono()

void NsScrPrx4Session::zeroIono ( )
inline

Member Data Documentation

◆ baselinesByKey_

QMap<QString, NsScrPrx4Baseline*> NsScrPrx4Session::baselinesByKey_
private

Definition at line 712 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), lookUpBaseline(), and postLoad().

◆ isOk_

◆ primaryBandIdx_

int NsScrPrx4Session::primaryBandIdx_
private

Definition at line 702 of file NsScrPrx4Session.h.

Referenced by NsScrPrx4Session(), getPrimaryBandIdx(), and postLoad().

◆ prxBands_

QList<NsScrPrx4Band*> NsScrPrx4Session::prxBands_
private

Definition at line 703 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), getBands(), and postLoad().

◆ prxBaselines_

QList<NsScrPrx4Baseline*> NsScrPrx4Session::prxBaselines_
private

Definition at line 705 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), getBaselines(), and postLoad().

◆ prxObservations_

QList<NsScrPrx4VlbiObservation*> NsScrPrx4Session::prxObservations_
private

Definition at line 708 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), getObservations(), and postLoad().

◆ prxSources_

QList<NsScrPrx4Source*> NsScrPrx4Session::prxSources_
private

Definition at line 706 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), getSources(), and postLoad().

◆ prxStations_

QList<NsScrPrx4Station*> NsScrPrx4Session::prxStations_
private

Definition at line 704 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), getStations(), and postLoad().

◆ session_

◆ sourcesByKey_

QMap<QString, NsScrPrx4Source*> NsScrPrx4Session::sourcesByKey_
private

Definition at line 714 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), lookUpSource(), and postLoad().

◆ stationsByKey_

QMap<QString, NsScrPrx4Station*> NsScrPrx4Session::stationsByKey_
private

Definition at line 710 of file NsScrPrx4Session.h.

Referenced by ~NsScrPrx4Session(), lookUpStation(), and postLoad().

Property Documentation

◆ bands

const QList<NsScrPrx4Band*> NsScrPrx4Session::bands
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ baselines

const QList<NsScrPrx4Baseline*> NsScrPrx4Session::baselines
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ correlatorName

QString NsScrPrx4Session::correlatorName
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ correlatorType

QString NsScrPrx4Session::correlatorType
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ description

QString NsScrPrx4Session::description
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ dUt1Correction

double NsScrPrx4Session::dUt1Correction
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ dUt1StdDev

double NsScrPrx4Session::dUt1StdDev
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ dUt1Value

double NsScrPrx4Session::dUt1Value
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ hasReferenceClocksStation

bool NsScrPrx4Session::hasReferenceClocksStation
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ hasReferenceCoordinatesStation

bool NsScrPrx4Session::hasReferenceCoordinatesStation
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ isOk

bool NsScrPrx4Session::isOk
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ name

QString NsScrPrx4Session::name
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ networkID

QString NsScrPrx4Session::networkID
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ networkSuffix

QString NsScrPrx4Session::networkSuffix
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ numOfBands

int NsScrPrx4Session::numOfBands
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ numOfBaselines

int NsScrPrx4Session::numOfBaselines
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ numOfObservations

int NsScrPrx4Session::numOfObservations
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ numOfSources

int NsScrPrx4Session::numOfSources
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ numOfStations

int NsScrPrx4Session::numOfStations
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ observations

const QList<NsScrPrx4VlbiObservation*> NsScrPrx4Session::observations
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ officialName

QString NsScrPrx4Session::officialName
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ piAgencyName

QString NsScrPrx4Session::piAgencyName
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ primaryBandIdx

int NsScrPrx4Session::primaryBandIdx
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ schedulerName

QString NsScrPrx4Session::schedulerName
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ sessionCode

QString NsScrPrx4Session::sessionCode
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ sources

const QList<NsScrPrx4Source*> NsScrPrx4Session::sources
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ stations

const QList<NsScrPrx4Station*> NsScrPrx4Session::stations
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ submitterName

QString NsScrPrx4Session::submitterName
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ tCreation

QDateTime NsScrPrx4Session::tCreation
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ tFinis

QDateTime NsScrPrx4Session::tFinis
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ tLastProcessed

QDateTime NsScrPrx4Session::tLastProcessed
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ tMean

QDateTime NsScrPrx4Session::tMean
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ tStart

QDateTime NsScrPrx4Session::tStart
read

Definition at line 471 of file NsScrPrx4Session.h.

◆ userFlag

QString NsScrPrx4Session::userFlag
read

Definition at line 471 of file NsScrPrx4Session.h.


The documentation for this class was generated from the following files: