General Purpose Geodetic Library
|
#include <SgVex.h>
Public Member Functions | |
SgVexScanBlock () | |
SgVexScanBlock (const SgVexScanBlock &sb) | |
~SgVexScanBlock () | |
const QString & | getKey () const |
const QList< SgVexParameter * > & | getParameters () const |
bool | parseVex (const QList< QString > &statements, int &idx) |
Static Public Member Functions | |
static const QString | className () |
Protected Attributes | |
QString | key_ |
QList< SgVexParameter * > | parameters_ |
|
inline |
|
inline |
Definition at line 207 of file SgVex.h.
References parameters_.
|
static |
Returns name of the class (for debug output).
Definition at line 287 of file SgVex.cpp.
Referenced by parseVex().
|
inline |
|
inline |
Definition at line 211 of file SgVex.h.
References parameters_.
bool SgVexScanBlock::parseVex | ( | const QList< QString > & | statements, |
int & | idx | ||
) |
Definition at line 295 of file SgVex.cpp.
References className(), SgLogger::DBG, SgLogger::IO_TXT, key_, logger, parameters_, SgVexParameter::parseVexStatement(), SgLogger::write(), and SgLogger::WRN.
Referenced by SgVexSection::parseVex().
|
protected |
Definition at line 220 of file SgVex.h.
Referenced by getKey(), and parseVex().
|
protected |
Definition at line 221 of file SgVex.h.
Referenced by ~SgVexScanBlock(), getParameters(), and parseVex().