Go to the source code of this file.
◆ mAttrDefCreateInstance
| #define mAttrDefCreateInstance |
( |
|
clss | ) |
|
Value:
{ \
clss* res = new clss( desc ); \
res->ref(); \
if ( !res->isOK() ) \
{ \
res->unRef(); \
return 0; \
} \
\
res->unRefNoDelete(); \
return res; \
}
◆ mAttrEndInitClass
| #define mAttrEndInitClass |
◆ mAttrStartInitClass
| #define mAttrStartInitClass |
◆ mAttrStartInitClassWithDefaultsUpdate
| #define mAttrStartInitClassWithDefaultsUpdate |
◆ mAttrStartInitClassWithDescAndDefaultsUpdate
| #define mAttrStartInitClassWithDescAndDefaultsUpdate |
Value:
updateDefaults ); \
desc->ref();
◆ mAttrStartInitClassWithUpdate
| #define mAttrStartInitClassWithUpdate |
◆ mMAXDIP
| #define mMAXDIP 300 * 1e-6 |
◆ mMAXDIPSECURE
| #define mMAXDIPSECURE 2000 * 1e-6 |
◆ mMAXDIPSECUREDEPTH
| #define mMAXDIPSECUREDEPTH 6 |