CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Public Attributes | List of all members
ctkErrorLogContext Struct Reference

#include <Libs/Core/ctkErrorLogContext.h>

Public Member Functions

 ctkErrorLogContext ()
 
 ctkErrorLogContext (const QString &msg)
 

Public Attributes

QString Category
 
QString File
 
QString Function
 
int Line
 
QString Message
 

Detailed Description

Definition at line 32 of file ctkErrorLogContext.h.

Constructor & Destructor Documentation

◆ ctkErrorLogContext() [1/2]

ctkErrorLogContext::ctkErrorLogContext ( )
inline

Definition at line 34 of file ctkErrorLogContext.h.

◆ ctkErrorLogContext() [2/2]

ctkErrorLogContext::ctkErrorLogContext ( const QString &  msg)
inline

Definition at line 35 of file ctkErrorLogContext.h.

Member Data Documentation

◆ Category

QString ctkErrorLogContext::Category

Definition at line 37 of file ctkErrorLogContext.h.

◆ File

QString ctkErrorLogContext::File

Definition at line 39 of file ctkErrorLogContext.h.

◆ Function

QString ctkErrorLogContext::Function

Definition at line 40 of file ctkErrorLogContext.h.

◆ Line

int ctkErrorLogContext::Line

Definition at line 38 of file ctkErrorLogContext.h.

◆ Message

QString ctkErrorLogContext::Message

Definition at line 41 of file ctkErrorLogContext.h.


The documentation for this struct was generated from the following file: