Public Member Functions | |
Dtk_Log_Component_Info () | |
Dtk_Log_Component_Info (const Dtk_Log_Component_Info &inComponentInfo) | |
long | GetFileSize () const |
Get file size of component. More... | |
const Dtk_string & | GetFileVersion () const |
Get file version of component More... | |
const Dtk_string & | GetFullPathName () const |
Get full path name of component. More... | |
Dtk_bool | GetIsAssembly () const |
Get if component is an assembly or a part More... | |
Dtk_bool | GetIsCatalog () const |
Get if component is a catalog or a not More... | |
Dtk_bool | GetIsInternal () const |
Get if component is internal More... | |
const Dtk_string & | GetName () const |
Get name of component. More... | |
const Dtk_string & | GetPath () |
Get path of component. More... | |
int | GetQuantity () const |
Get number of instantiations of component More... | |
Dtk_Double64 | GetUnitScale () const |
Get unit scale of component. More... | |
Dtk_Log_Component_Info & | operator= (const Dtk_Log_Component_Info &inComponentInfo) |
void | SetFileSize (long val) |
Set file size of component. More... | |
void | SetFileVersion (const Dtk_string &val) |
Set file version of component. More... | |
void | SetFullPathName (const Dtk_string &val) |
Set full path name of component. More... | |
void | SetIsAssembly (Dtk_bool val) |
Set if component is an assembly or a part. More... | |
void | SetIsCatalog (Dtk_bool val) |
Set if component is a catalog. More... | |
void | SetIsInternal (Dtk_bool val) |
Set if component is internal. More... | |
void | SetName (const Dtk_string &val) |
Set name of component. More... | |
void | SetQuantity (int val) |
Set number of instantiations of component. More... | |
void | SetUnitScale (Dtk_Double64 val) |
Set unit scale of component. More... | |
~Dtk_Log_Component_Info () | |
Protected Attributes | |
Dtk_Handle * | _Private |
Dtk_Log_Component_Info::Dtk_Log_Component_Info | ( | ) |
Dtk_Log_Component_Info::Dtk_Log_Component_Info | ( | const Dtk_Log_Component_Info & | inComponentInfo | ) |
Dtk_Log_Component_Info::~Dtk_Log_Component_Info | ( | ) |
long Dtk_Log_Component_Info::GetFileSize | ( | ) | const |
Get file size of component.
const Dtk_string& Dtk_Log_Component_Info::GetFileVersion | ( | ) | const |
Get file version of component
const Dtk_string& Dtk_Log_Component_Info::GetFullPathName | ( | ) | const |
Get full path name of component.
Dtk_bool Dtk_Log_Component_Info::GetIsAssembly | ( | ) | const |
Get if component is an assembly or a part
Dtk_bool Dtk_Log_Component_Info::GetIsCatalog | ( | ) | const |
Get if component is a catalog or a not
Dtk_bool Dtk_Log_Component_Info::GetIsInternal | ( | ) | const |
Get if component is internal
const Dtk_string& Dtk_Log_Component_Info::GetName | ( | ) | const |
Get name of component.
const Dtk_string& Dtk_Log_Component_Info::GetPath | ( | ) |
Get path of component.
int Dtk_Log_Component_Info::GetQuantity | ( | ) | const |
Get number of instantiations of component
Dtk_Double64 Dtk_Log_Component_Info::GetUnitScale | ( | ) | const |
Get unit scale of component.
Dtk_Log_Component_Info& Dtk_Log_Component_Info::operator= | ( | const Dtk_Log_Component_Info & | inComponentInfo | ) |
void Dtk_Log_Component_Info::SetFileSize | ( | long | val | ) |
Set file size of component.
[in] | inVal | : File size of component |
void Dtk_Log_Component_Info::SetFileVersion | ( | const Dtk_string & | val | ) |
Set file version of component.
[in] | inVal | : File version of component |
void Dtk_Log_Component_Info::SetFullPathName | ( | const Dtk_string & | val | ) |
Set full path name of component.
[in] | inVal | : Full path name of component |
void Dtk_Log_Component_Info::SetIsAssembly | ( | Dtk_bool | val | ) |
Set if component is an assembly or a part.
[in] | inVal | : DTK_TRUE if it is an assembly, DTK_FALSE if it is a part |
void Dtk_Log_Component_Info::SetIsCatalog | ( | Dtk_bool | val | ) |
Set if component is a catalog.
[in] | inVal | : DTK_TRUE if it is a catalog, DTK_FALSE otherwise |
void Dtk_Log_Component_Info::SetIsInternal | ( | Dtk_bool | val | ) |
Set if component is internal.
[in] | inVal | : DTK_TRUE if it is internal, DTK_FALSE otherswise |
void Dtk_Log_Component_Info::SetName | ( | const Dtk_string & | val | ) |
Set name of component.
[in] | inVal | : Name of component |
void Dtk_Log_Component_Info::SetQuantity | ( | int | val | ) |
Set number of instantiations of component.
[in] | inVal | : Number of instantiations of component |
void Dtk_Log_Component_Info::SetUnitScale | ( | Dtk_Double64 | val | ) |
Set unit scale of component.
[in] | inVal | : Dtk_Double64 in millimeters |
|
protected |