#include <QuantityTypeDescriptor.h>
◆ CQuantityTypeDescriptor() [1/3]
CQuantityTypeDescriptor::CQuantityTypeDescriptor |
( |
const std::string & |
name, |
|
|
int |
fundIdx, |
|
|
bool |
twentyLog |
|
) |
| |
◆ CQuantityTypeDescriptor() [2/3]
CQuantityTypeDescriptor::CQuantityTypeDescriptor |
( |
const std::string & |
name, |
|
|
CCompoundUnit * |
expansion, |
|
|
bool |
twentyLog |
|
) |
| |
◆ ~CQuantityTypeDescriptor()
CQuantityTypeDescriptor::~CQuantityTypeDescriptor |
( |
| ) |
|
◆ CQuantityTypeDescriptor() [3/3]
◆ GetBigness()
double CQuantityTypeDescriptor::GetBigness |
( |
| ) |
const |
|
inline |
◆ GetDimension()
const CUnitDimension * CQuantityTypeDescriptor::GetDimension |
( |
| ) |
const |
|
inline |
◆ GetExpansion()
const CCompoundUnit * CQuantityTypeDescriptor::GetExpansion |
( |
| ) |
const |
|
inline |
◆ GetFundIdx()
int CQuantityTypeDescriptor::GetFundIdx |
( |
| ) |
const |
|
inline |
◆ GetName()
const std::string & CQuantityTypeDescriptor::GetName |
( |
| ) |
const |
|
inline |
◆ Is20LogRuleQuantity()
bool CQuantityTypeDescriptor::Is20LogRuleQuantity |
( |
| ) |
const |
|
inline |
◆ m_bTwentyLogRule
bool CQuantityTypeDescriptor::m_bTwentyLogRule |
|
private |
◆ m_CUD
◆ m_CUExpansion
◆ m_dBigness
double CQuantityTypeDescriptor::m_dBigness |
|
private |
◆ m_iFundIdx
int CQuantityTypeDescriptor::m_iFundIdx |
|
private |
◆ m_sName
std::string CQuantityTypeDescriptor::m_sName |
|
private |