Public Member Functions | |
void | ActivateDialogBox () |
void | ActivateFeaturesRead (Dtk_Int32 inForceFeatureData=DTK_FALSE) |
Activate Features read. More... | |
void | ActivateKeepKernelData () |
Keep Kernel Data option (see "How to use KeepKernelData option") More... | |
void | ActivateNewFdtRead () |
From V73 Activate New Fdt read (One Dtk_Node per FDT) More... | |
void | ActivateReversedRevolution () |
From V66 Use old way to read Revolution Surface. More... | |
void | ActivateSearchFileEngine () |
void | ActivateSplitForMultiTurnsFaces () |
Split Multi Turns Faces when we read a model. More... | |
void | ActivateSplitForPeriodicFaces () |
Split Periodic Faces when we read a model. More... | |
Dtk_ID | AddBuildingMaterialInTable (const Dtk_BuildingMaterialPtr &inNewBuildingMaterial) |
Dtk_ID | AddCurveLineTypeDefinitionInTable (const Dtk_LineTypeDefinitionPtr &inNewLineTypeDefinition) |
Dtk_ErrorStatus | AddEvaluationID (Dtk_string inEvaluationID) |
Add customer Id for evaluation. More... | |
Dtk_ID | AddMaterialInTable (const Dtk_RenderInfosPtr &inNewRenderInfos) |
Dtk_ID | AddPhysicalMaterialInfosInTable (const Dtk_PhysicalMaterialInfosPtr &inNewMaterialInfos) |
Dtk_ID | AddRenderInfosInTable (const Dtk_RenderInfosPtr &inNewRenderInfos) |
Dtk_ErrorStatus | AddSearchPath (const Dtk_SearchFileEnum::RecursivityEnum &inRecursivityEnum, const Dtk_string &inPath) |
Add search path to find missing files. More... | |
Dtk_ErrorStatus | AddSearchPathForAssembly (Dtk_string &inPath, Dtk_bool inRecursiveFlag) |
Add search path to find missing files of assemblies. More... | |
Dtk_ErrorStatus | AddSearchPathForFonts (const Dtk_string &inPath) |
Add search path to find fonts. More... | |
void | BreakApi () |
Dtk_ErrorStatus | ClearSearchPathForAssembly () |
Clear Search Path initialised with AddSearchPathForAssembly. More... | |
Dtk_ErrorStatus | ClearSearchPathForFonts () |
Clear Search Path initialised with AddSearchPathForFonts. More... | |
Dtk_ErrorStatus | ClearSearchPriority () |
Clear Search Priority. More... | |
void | DeactivateSearchFileEngine () |
void | DesactivateDrawingRead () |
Desactivate Drawing read. More... | |
Dtk_ErrorStatus | EndComponent (Dtk_ComponentPtr &inComponent) |
EndComponent. More... | |
Dtk_ErrorStatus | EndDocument (Dtk_MainDocPtr &inoutDocument) |
Close a Document. More... | |
void | ForceUpdateAssembly () |
Force to update the intern assembly definition by extern definition. More... | |
dtk_BodyMode | GetBodyModePreference () |
Dtk_BuildingMaterialPtr | GetBuildingMaterialInTable (Dtk_ID inId) const |
Dtk_ErrorStatus | GetColorInTable (const Dtk_Int32 inIndex, Dtk_RGB &outColor) |
GetColor in API Lut form index. More... | |
Dtk_ColorTable * | GetColorTable () |
Dtk_Config * | GetConfig () |
Dtk_LineTypeDefinitionPtr | GetCurveLineTypeDefinitionInTable (const Dtk_ID inId) const |
Dtk_ErrorStatus | GetFilePreview (const Dtk_string &inInputFile, Dtk_PreviewPtr &outPreview) |
Independant method to get preview of inInputFile. More... | |
DtkReaderType | GetFileReaderType (const Dtk_string &inFileName) |
Independant method to get DtkReaderType associated to inFileName. More... | |
Dtk_ErrorStatus | GetFileVersion (const Dtk_string &inInputFile, Dtk_string &outVersion) |
Independant method to get version of inInputFile. More... | |
Dtk_ErrorStatus | GetInvalidLicenseList (Dtk_tab< Dtk_string > &outList) |
Returns List of Failed Licence ever checked. More... | |
const Dtk_LogPtr & | GetLog () |
const Dtk_string & | GetLogFile () const |
Dtk_RenderInfosPtr | GetMaterialInTable (Dtk_ID inId) const |
Dtk_Size_t | GetNumBuildingMaterialInTable () const |
Dtk_Size_t | GetNumColorInTable () const |
Get Number of Colors in API Lut More... | |
Dtk_Size_t | GetNumCurveLineTypeDefinitionsInTable () const |
Dtk_Size_t | GetNumMaterialInTable () const |
Dtk_Size_t | GetNumPhysicalMaterialInfosInTable () const |
Dtk_Size_t | GetNumRenderInfosInTable () const |
Dtk_PhysicalMaterialInfosPtr | GetPhysicalMaterialInfosInTable (Dtk_ID inId) const |
Dtk_RenderInfosPtr | GetRenderInfosInTable (Dtk_ID inId) const |
const Dtk_string & | GetSchemaDir () const |
Dtk_ErrorStatus | GetSearchPathForAssembly (Dtk_tab< Dtk_string > &outPathArray, Dtk_tab< Dtk_bool > &outRecursiveFlagArray) const |
Dtk_ErrorStatus | GetSearchPathForFonts (Dtk_tab< Dtk_string > &outPathArray) const |
Dtk_string | GetVersion () const |
GetVersion of DatakitLibs. More... | |
const Dtk_string & | GetWorkingDir () const |
Dtk_bool | IsBroken () |
Dtk_bool | IsDialogBoxActivated () |
Dtk_bool | IsExtraControlEnable () |
Dtk_bool | IsNewFdtReadActivated () |
Dtk_bool | IsReversedRevolutionActivated () |
Dtk_bool | IsSearchFileEngineActivated () |
Dtk_ErrorStatus | LoadConfigFile (const Dtk_string &inConfigFile) |
Dtk_ErrorStatus | LoadConfigFile (FILE *inConfigFile) |
void | ManageSearchFile (Dtk_SearchFileEnum::Status inStatus) |
Dtk_ErrorStatus | OpenDocument (const Dtk_string &inInputFile, Dtk_MainDocPtr &outDocument) |
Open a Document (call EndDocument to close it) More... | |
Dtk_ErrorStatus | OpenDocumentGraphic (const Dtk_string &inInputFile, Dtk_MainDocPtr &outDocument) |
Open a Document for graphical representation(call EndDocument to close it) More... | |
Dtk_ErrorStatus | PopulateComponentsTree (const Dtk_string &inInputFile, Dtk_MainDocPtr &inoutDocument, Dtk_ComponentPtr &outRootComponent) |
Dtk_ErrorStatus | ReadComponent (const Dtk_ComponentPtr &inComponent, Dtk_NodePtr &outRootNode) |
Read Component from Assembly Tree (Call EndComponent to free data allocated) More... | |
Dtk_ErrorStatus | ReadComponentGraphic (const Dtk_ComponentPtr &inComponent, Dtk_GraphicalDataPtr &outGraphicalData) |
Read graphical data from Component (Call EndComponent to free data allocated) More... | |
Dtk_ErrorStatus | ReadConnectedEntity (const Dtk_MainDocPtr &inDoc, const Dtk_NodeConnectorPtr &inConnector, Dtk_tab< Dtk_EntityPtr > &outEntity) |
Internal Use. More... | |
void | SetAbovePathSearchFlag (Dtk_bool inActivationFlag) |
Allow Above Search for files of assembly. More... | |
void | SetAdditionnalPathSearchFlag (Dtk_bool inActivationFlag) |
Allow Additionnal Path Search for files of assembly. More... | |
void | SetBelowPathSearchFlag (Dtk_bool inActivationFlag) |
Allow Below Search for files of assembly. More... | |
void | SetBodyModePreference (dtk_BodyMode inMode) |
Set Body Topology Preference. More... | |
void | SetControlOnExtraModule (Dtk_bool inControl) |
Disable/Enable Control for extra module. More... | |
void | SetInternalReadPathSearchFlag (Dtk_bool inActivationFlag) |
Allow Internal Read Path Search for files of assembly. More... | |
void | SetLocalPathSearchFlag (Dtk_bool inActivationFlag) |
Allow Local Path Search for files of assembly. More... | |
Dtk_ErrorStatus | SetLogFile (const Dtk_string &inLogFile) |
Set Log File. More... | |
void | SetReadCustomAttribut (Dtk_bool bRead) |
read customers attribut More... | |
void | SetRelativePathSearchFlag (Dtk_bool inActivationFlag) |
Allow Relative Search for files of assembly. More... | |
Dtk_ErrorStatus | SetSchemaDir (const Dtk_string &inSchemaDir) |
Set Schema Directory needed for Unigraphics, Parasolid, Solidedge, Solidworks and Jt readers. More... | |
Dtk_ErrorStatus | SetSearchPositionMode (Dtk_Int32 inPosition, Dtk_SearchFileEnum::PriorityModeEnum inSearchEnum) |
Set Search Position. More... | |
Dtk_ErrorStatus | SetWorkingDir (const Dtk_string &inWorkingDir) |
Change TemporyDirectory. More... | |
Dtk_ErrorStatus | WriteInDebugFile (const Dtk_string &inString) |
Dtk_ErrorStatus | WriteInLogFile (const char *inString) |
Dtk_ErrorStatus | WriteInLogFile (const Dtk_string &inString) |
Static Public Member Functions | |
static void | DeactivateFlexlmCall () |
Deactivate FlexlmCall. More... | |
static Dtk_API * | GetAPI () |
Get DATAKIT API. More... | |
static Dtk_API * | StartAPI (const Dtk_string &inTemporyDirectory, Dtk_ErrorStatus &outErrorCode, const Dtk_string &inCustomerID=Dtk_string()) |
Start DATAKIT API. More... | |
static void | StopAPI (Dtk_API *&inAPI, Dtk_bool inWriteTimeInLog=1) |
Stop DATAKIT API. More... | |
Protected Member Functions | |
void | _Init () |
Dtk_ErrorStatus | _InitData (const Dtk_string &inTemporyDirectory, const Dtk_string &inClientCode) |
void | _Reset () |
Dtk_API () | |
virtual | ~Dtk_API () |
Protected Attributes | |
Dtk_Handle * | _Private |
Friends | |
class | _3dmReader |
class | AcisReader |
class | ArtReader |
class | BRepOccReader |
class | CaddsReader |
class | CatiaV4Reader |
class | CatiaV5Reader |
class | CatiaV6Reader |
class | CerconReader |
class | CerecReader |
class | CgmReader |
class | CgrReader |
class | CreoviewReader |
class | DcmReader |
class | DstvReader |
class | Dtk_APIContext |
class | Dtk_Component |
class | Dtk_MainDocWrapper |
class | Dtk_Node |
class | DwgDtkReader |
class | DwgReader |
class | DxfReader |
class | F3dReader |
class | FbxReader |
class | GltfReader |
class | IfcReader |
class | IgesReader |
class | InvReader |
class | JtReader |
class | LavaReader |
class | NavisReader |
class | ObjReader |
class | PlmXmlReader |
class | PrcReader |
class | ProCeraReader |
class | ProeReader |
class | PsReader |
class | QifReader |
class | RevitReader |
class | RnXmlReader |
class | SdnfReader |
class | SeReader |
class | SmgReader |
class | SolidEdgeReader |
class | StepReader |
class | StlReader |
class | SwReader |
class | UgReader |
class | VdaReader |
class | XmlReader |
class | XmtReader |
class | Zw3dReader |
|
protected |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
void Dtk_API::ActivateDialogBox | ( | ) |
Activate Features read.
void Dtk_API::ActivateKeepKernelData | ( | ) |
Keep Kernel Data option (see "How to use KeepKernelData option")
void Dtk_API::ActivateNewFdtRead | ( | ) |
From V73 Activate New Fdt read (One Dtk_Node per FDT)
void Dtk_API::ActivateReversedRevolution | ( | ) |
From V66 Use old way to read Revolution Surface.
void Dtk_API::ActivateSearchFileEngine | ( | ) |
void Dtk_API::ActivateSplitForMultiTurnsFaces | ( | ) |
Split Multi Turns Faces when we read a model.
void Dtk_API::ActivateSplitForPeriodicFaces | ( | ) |
Split Periodic Faces when we read a model.
Dtk_ID Dtk_API::AddBuildingMaterialInTable | ( | const Dtk_BuildingMaterialPtr & | inNewBuildingMaterial | ) |
Dtk_ID Dtk_API::AddCurveLineTypeDefinitionInTable | ( | const Dtk_LineTypeDefinitionPtr & | inNewLineTypeDefinition | ) |
Dtk_ErrorStatus Dtk_API::AddEvaluationID | ( | Dtk_string | inEvaluationID | ) |
Add customer Id for evaluation.
[in] | inEvaluationID | : Additionnal ID . |
Dtk_ID Dtk_API::AddMaterialInTable | ( | const Dtk_RenderInfosPtr & | inNewRenderInfos | ) |
Dtk_ID Dtk_API::AddPhysicalMaterialInfosInTable | ( | const Dtk_PhysicalMaterialInfosPtr & | inNewMaterialInfos | ) |
Dtk_ID Dtk_API::AddRenderInfosInTable | ( | const Dtk_RenderInfosPtr & | inNewRenderInfos | ) |
Dtk_ErrorStatus Dtk_API::AddSearchPath | ( | const Dtk_SearchFileEnum::RecursivityEnum & | inRecursivityEnum, |
const Dtk_string & | inPath | ||
) |
Add search path to find missing files.
[in] | inRecursivityEnum | : value of which search type from Dtk_SearchFileEnum::RecursivityEnum |
[in] | inPath | : Path to search file |
Dtk_ErrorStatus Dtk_API::AddSearchPathForAssembly | ( | Dtk_string & | inPath, |
Dtk_bool | inRecursiveFlag | ||
) |
Add search path to find missing files of assemblies.
[in] | inPath | : Path to search missing files |
[out] | inRecursiveFlag | : Search in subdirectories of inPath if DTK_TRUE |
Dtk_ErrorStatus Dtk_API::AddSearchPathForFonts | ( | const Dtk_string & | inPath | ) |
Add search path to find fonts.
[in] | inPath | : Path to search fonts |
void Dtk_API::BreakApi | ( | ) |
Dtk_ErrorStatus Dtk_API::ClearSearchPathForAssembly | ( | ) |
Clear Search Path initialised with AddSearchPathForAssembly.
Dtk_ErrorStatus Dtk_API::ClearSearchPathForFonts | ( | ) |
Clear Search Path initialised with AddSearchPathForFonts.
Dtk_ErrorStatus Dtk_API::ClearSearchPriority | ( | ) |
Clear Search Priority.
|
static |
Deactivate FlexlmCall.
void Dtk_API::DeactivateSearchFileEngine | ( | ) |
void Dtk_API::DesactivateDrawingRead | ( | ) |
Desactivate Drawing read.
Dtk_ErrorStatus Dtk_API::EndComponent | ( | Dtk_ComponentPtr & | inComponent | ) |
EndComponent.
[in] | inComponent | : Component to free. |
Dtk_ErrorStatus Dtk_API::EndDocument | ( | Dtk_MainDocPtr & | inoutDocument | ) |
Close a Document.
[in,out] | inoutDocument | : Assembly Tree opened with OpenDocument or OpenDocumentGraphic. |
void Dtk_API::ForceUpdateAssembly | ( | ) |
Force to update the intern assembly definition by extern definition.
|
static |
Get DATAKIT API.
dtk_BodyMode Dtk_API::GetBodyModePreference | ( | ) |
Dtk_BuildingMaterialPtr Dtk_API::GetBuildingMaterialInTable | ( | Dtk_ID | inId | ) | const |
Dtk_ErrorStatus Dtk_API::GetColorInTable | ( | const Dtk_Int32 | inIndex, |
Dtk_RGB & | outColor | ||
) |
GetColor in API Lut form index.
[in] | inIndex | : Color Index |
[out] | outColor | : RGB Color corresponding to inIndex |
Dtk_ColorTable* Dtk_API::GetColorTable | ( | ) |
Dtk_Config* Dtk_API::GetConfig | ( | ) |
Dtk_LineTypeDefinitionPtr Dtk_API::GetCurveLineTypeDefinitionInTable | ( | const Dtk_ID | inId | ) | const |
Dtk_ErrorStatus Dtk_API::GetFilePreview | ( | const Dtk_string & | inInputFile, |
Dtk_PreviewPtr & | outPreview | ||
) |
Independant method to get preview of inInputFile.
[in] | inInputFile | : File to read. |
[out] | outPreview | : File Preview if found. |
DtkReaderType Dtk_API::GetFileReaderType | ( | const Dtk_string & | inFileName | ) |
Independant method to get DtkReaderType associated to inFileName.
[in] | inInputFile | : File to read. |
Dtk_ErrorStatus Dtk_API::GetFileVersion | ( | const Dtk_string & | inInputFile, |
Dtk_string & | outVersion | ||
) |
Independant method to get version of inInputFile.
[in] | inInputFile | : File to read. |
[out] | outVersion | : File Version if found. |
Dtk_ErrorStatus Dtk_API::GetInvalidLicenseList | ( | Dtk_tab< Dtk_string > & | outList | ) |
Returns List of Failed Licence ever checked.
[out] | outList | : List of Product Name |
const Dtk_LogPtr& Dtk_API::GetLog | ( | ) |
const Dtk_string& Dtk_API::GetLogFile | ( | ) | const |
Dtk_RenderInfosPtr Dtk_API::GetMaterialInTable | ( | Dtk_ID | inId | ) | const |
Dtk_Size_t Dtk_API::GetNumBuildingMaterialInTable | ( | ) | const |
Dtk_Size_t Dtk_API::GetNumColorInTable | ( | ) | const |
Get Number of Colors in API Lut
Dtk_Size_t Dtk_API::GetNumCurveLineTypeDefinitionsInTable | ( | ) | const |
Dtk_Size_t Dtk_API::GetNumMaterialInTable | ( | ) | const |
Dtk_Size_t Dtk_API::GetNumPhysicalMaterialInfosInTable | ( | ) | const |
Dtk_Size_t Dtk_API::GetNumRenderInfosInTable | ( | ) | const |
Dtk_PhysicalMaterialInfosPtr Dtk_API::GetPhysicalMaterialInfosInTable | ( | Dtk_ID | inId | ) | const |
Dtk_RenderInfosPtr Dtk_API::GetRenderInfosInTable | ( | Dtk_ID | inId | ) | const |
const Dtk_string& Dtk_API::GetSchemaDir | ( | ) | const |
Dtk_ErrorStatus Dtk_API::GetSearchPathForAssembly | ( | Dtk_tab< Dtk_string > & | outPathArray, |
Dtk_tab< Dtk_bool > & | outRecursiveFlagArray | ||
) | const |
Dtk_ErrorStatus Dtk_API::GetSearchPathForFonts | ( | Dtk_tab< Dtk_string > & | outPathArray | ) | const |
Dtk_string Dtk_API::GetVersion | ( | ) | const |
GetVersion of DatakitLibs.
const Dtk_string& Dtk_API::GetWorkingDir | ( | ) | const |
Dtk_bool Dtk_API::IsBroken | ( | ) |
Dtk_bool Dtk_API::IsDialogBoxActivated | ( | ) |
Dtk_bool Dtk_API::IsExtraControlEnable | ( | ) |
Dtk_bool Dtk_API::IsNewFdtReadActivated | ( | ) |
Dtk_bool Dtk_API::IsReversedRevolutionActivated | ( | ) |
Dtk_bool Dtk_API::IsSearchFileEngineActivated | ( | ) |
Dtk_ErrorStatus Dtk_API::LoadConfigFile | ( | const Dtk_string & | inConfigFile | ) |
Dtk_ErrorStatus Dtk_API::LoadConfigFile | ( | FILE * | inConfigFile | ) |
void Dtk_API::ManageSearchFile | ( | Dtk_SearchFileEnum::Status | inStatus | ) |
Dtk_ErrorStatus Dtk_API::OpenDocument | ( | const Dtk_string & | inInputFile, |
Dtk_MainDocPtr & | outDocument | ||
) |
Open a Document (call EndDocument to close it)
[in] | inInputFile | : File to read. |
[out] | outDocument | : Assembly Tree corresponding to inInputFile. |
Dtk_ErrorStatus Dtk_API::OpenDocumentGraphic | ( | const Dtk_string & | inInputFile, |
Dtk_MainDocPtr & | outDocument | ||
) |
Open a Document for graphical representation(call EndDocument to close it)
[in] | inInputFile | : File to read. |
[out] | outDocument | : Assembly Tree corresponding to Graphical representation of inInputFile. |
Dtk_ErrorStatus Dtk_API::PopulateComponentsTree | ( | const Dtk_string & | inInputFile, |
Dtk_MainDocPtr & | inoutDocument, | ||
Dtk_ComponentPtr & | outRootComponent | ||
) |
Dtk_ErrorStatus Dtk_API::ReadComponent | ( | const Dtk_ComponentPtr & | inComponent, |
Dtk_NodePtr & | outRootNode | ||
) |
Read Component from Assembly Tree (Call EndComponent to free data allocated)
[in] | inComponent | : Component to read. |
[out] | outRootNode | : Root of construction tree read. Can be NULL if component is empty |
Dtk_ErrorStatus Dtk_API::ReadComponentGraphic | ( | const Dtk_ComponentPtr & | inComponent, |
Dtk_GraphicalDataPtr & | outGraphicalData | ||
) |
Read graphical data from Component (Call EndComponent to free data allocated)
[in] | inComponent | : Component to read. |
[out] | outGraphicalData | : Dtk_GraphicalData with meshes or drawing |
Dtk_ErrorStatus Dtk_API::ReadConnectedEntity | ( | const Dtk_MainDocPtr & | inDoc, |
const Dtk_NodeConnectorPtr & | inConnector, | ||
Dtk_tab< Dtk_EntityPtr > & | outEntity | ||
) |
Internal Use.
void Dtk_API::SetAbovePathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Above Search for files of assembly.
void Dtk_API::SetAdditionnalPathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Additionnal Path Search for files of assembly.
void Dtk_API::SetBelowPathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Below Search for files of assembly.
void Dtk_API::SetBodyModePreference | ( | dtk_BodyMode | inMode | ) |
Set Body Topology Preference.
void Dtk_API::SetControlOnExtraModule | ( | Dtk_bool | inControl | ) |
Disable/Enable Control for extra module.
void Dtk_API::SetInternalReadPathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Internal Read Path Search for files of assembly.
void Dtk_API::SetLocalPathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Local Path Search for files of assembly.
Dtk_ErrorStatus Dtk_API::SetLogFile | ( | const Dtk_string & | inLogFile | ) |
Set Log File.
[in] | inLogFile | : File where API can write infos. |
void Dtk_API::SetReadCustomAttribut | ( | Dtk_bool | bRead | ) |
read customers attribut
void Dtk_API::SetRelativePathSearchFlag | ( | Dtk_bool | inActivationFlag | ) |
Allow Relative Search for files of assembly.
Dtk_ErrorStatus Dtk_API::SetSchemaDir | ( | const Dtk_string & | inSchemaDir | ) |
Set Schema Directory needed for Unigraphics, Parasolid, Solidedge, Solidworks and Jt readers.
[in] | inSchemaDir | : Directory where API can find Parasolid Schema. |
Dtk_ErrorStatus Dtk_API::SetSearchPositionMode | ( | Dtk_Int32 | inPosition, |
Dtk_SearchFileEnum::PriorityModeEnum | inSearchEnum | ||
) |
Set Search Position.
[in] | inPosition | : position into search array 0..5 |
[out] | inSearchEnum | : Search enum |
Dtk_ErrorStatus Dtk_API::SetWorkingDir | ( | const Dtk_string & | inWorkingDir | ) |
Change TemporyDirectory.
[in] | inWorkingDir | : Directory where API can write temporary files. |
|
static |
Start DATAKIT API.
[in] | inTemporyDirectory | : Directory where API can write temporary files. |
[out] | outErrorCode | : Error code if API returned is NULL. |
[in] | inCustomerID | : Customer ID if you have one. |
Stop DATAKIT API.
[in] | inAPI | : Api to stop. |
Dtk_ErrorStatus Dtk_API::WriteInDebugFile | ( | const Dtk_string & | inString | ) |
Dtk_ErrorStatus Dtk_API::WriteInLogFile | ( | const char * | inString | ) |
Dtk_ErrorStatus Dtk_API::WriteInLogFile | ( | const Dtk_string & | inString | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
protected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |