General Purpose Geodetic Library
SgVexFile::BbcSetup Class Reference

#include <SgVex.h>

Public Member Functions

 BbcSetup ()
 
 BbcSetup (const QString &bbcId, const QString &ifId, int num)
 
 BbcSetup (const BbcSetup &bbcs)
 
 ~BbcSetup ()
 
const QString & getBbcId () const
 
const QString & getIfId () const
 
int getPhysNumber () const
 
void setBbcId (const QString &s)
 
void setIfId (const QString &s)
 
void setPhysNumber (int n)
 

Protected Attributes

QString bbcId_
 
QString ifId_
 
int physNumber_
 

Detailed Description

Definition at line 323 of file SgVex.h.

Constructor & Destructor Documentation

◆ BbcSetup() [1/3]

SgVexFile::BbcSetup::BbcSetup ( )
inline

Definition at line 326 of file SgVex.h.

◆ BbcSetup() [2/3]

SgVexFile::BbcSetup::BbcSetup ( const QString &  bbcId,
const QString &  ifId,
int  num 
)
inline

Definition at line 328 of file SgVex.h.

◆ BbcSetup() [3/3]

SgVexFile::BbcSetup::BbcSetup ( const BbcSetup bbcs)
inline

Definition at line 330 of file SgVex.h.

◆ ~BbcSetup()

SgVexFile::BbcSetup::~BbcSetup ( )
inline

Definition at line 332 of file SgVex.h.

Member Function Documentation

◆ getBbcId()

const QString& SgVexFile::BbcSetup::getBbcId ( ) const
inline

Definition at line 334 of file SgVex.h.

References bbcId_.

Referenced by SgVexFile::analyzeVex().

◆ getIfId()

const QString& SgVexFile::BbcSetup::getIfId ( ) const
inline

Definition at line 335 of file SgVex.h.

References ifId_.

Referenced by SgVexFile::analyzeVex().

◆ getPhysNumber()

int SgVexFile::BbcSetup::getPhysNumber ( ) const
inline

Definition at line 336 of file SgVex.h.

References physNumber_.

Referenced by SgVexFile::analyzeVex().

◆ setBbcId()

void SgVexFile::BbcSetup::setBbcId ( const QString &  s)
inline

Definition at line 338 of file SgVex.h.

References bbcId_.

◆ setIfId()

void SgVexFile::BbcSetup::setIfId ( const QString &  s)
inline

Definition at line 339 of file SgVex.h.

References ifId_.

◆ setPhysNumber()

void SgVexFile::BbcSetup::setPhysNumber ( int  n)
inline

Definition at line 340 of file SgVex.h.

References physNumber_.

Member Data Documentation

◆ bbcId_

QString SgVexFile::BbcSetup::bbcId_
protected

Definition at line 342 of file SgVex.h.

Referenced by getBbcId(), and setBbcId().

◆ ifId_

QString SgVexFile::BbcSetup::ifId_
protected

Definition at line 343 of file SgVex.h.

Referenced by getIfId(), and setIfId().

◆ physNumber_

int SgVexFile::BbcSetup::physNumber_
protected

Definition at line 344 of file SgVex.h.

Referenced by getPhysNumber(), and setPhysNumber().


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