v2.33
 

Enumerations

enum  ContextMenuShowCase { ContextMenuShowCase_Scene = 0 , ContextMenuShowCase_Selection = 1 }
 An enumeration type for supported context menu show cases. More...
 
enum  ImageFormat { ImageFormat_Undefined = 0 , ImageFormat_BMP = 1 , ImageFormat_PNG = 2 }
 An enumeration type for the image data format. More...
 
enum  MessageIcon {
  MessageIcon_NoIcon = 0 , MessageIcon_Info = 1 , MessageIcon_Warning = 2 , MessageIcon_Error = 3 ,
  MessageIcon_Question = 4
}
 An enumeration type for message box icons. More...
 

Enumeration Type Documentation

◆ ContextMenuShowCase

An enumeration type for supported context menu show cases.

Enumerator
ContextMenuShowCase_Scene 

ContextMenu shown on the scene.

ContextMenuShowCase_Selection 

ContextMenu shown on selected objects in the scene.

◆ ImageFormat

An enumeration type for the image data format.

Enumerator
ImageFormat_Undefined 

Undefined format.

ImageFormat_BMP 

Windows Bitmap.

ImageFormat_PNG 

Portable Network Graphics.

◆ MessageIcon

An enumeration type for message box icons.

A message box can optionally display an icon. Pass one of the following values to IUI::ShowMessageBox():

Enumerator
MessageIcon_NoIcon 

The message box does not have any icon.

MessageIcon_Info 

An icon indicating that the message is purely informational.

MessageIcon_Warning 

An icon indicating that the message is a warning, but can be dealt with.

MessageIcon_Error 

An icon indicating that the message is about an error.

MessageIcon_Question 

An icon indicating that the message is a confirmation request.