Raytrix Light Field SDK  v3.0
Logo
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
EStatusMessage Namespace Reference

Values that represent the status message. More...

Enumerations

enum  ID
 

Detailed Description

Values that represent the status message.

Enumeration Type Documentation

Enumerator
None 

Undefined.

Debug 

Debug message.

Info 

A message containing information.

QuickInfo 

A message containing brief information.

Error 

A message containing error information.

Assertion 

A message containing assertions.

Exception 

A message containing exception informations.

Fatal 

A message containing fatal information.

Warning 

A message containing warnings.

Progress_Init 

The number of steps in the process is passed in the iValue parameter.

Progress_Value 

The new value of the progress is passed in the iValue parameter.

Progress_Step 

Increment the progress by the number passed in iValue.

Progress_Finished 

Process is finished.

Progress_DelayStart 

Progress step delayed. Delay time in ms given by iValue.

Progress_DelayStop 

Progress step delay stopped.