Inviwo  0.9.10.1
Inviwo documentation
inviwo::LogTableModelEntry Struct Reference

Public Types

enum  ColumnID {
  Date = 0, Time, Source, Level,
  Audience, Path, File, Line,
  Function, Message
}
 

Public Member Functions

 LogTableModelEntry (const LogTableModelEntry &other)=default
 
std::string getDate () const
 
std::string getTime () const
 
QStandardItem * get (ColumnID ind) const
 

Static Public Member Functions

static constexpr size_t size ()
 

Public Attributes

std::chrono::system_clock::time_point time
 
std::string source
 
LogLevel level
 
LogAudience audience
 
std::string fileName
 
int lineNumber
 
std::string funcionName
 
std::string message
 

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