FILEDIALOG

Detailed Description

Enumerations

enum class  FILEDIALOG {
  NONE ,
  ANY ,
  IGNOREOPEN
}
 

Functions

enum FILEDIALOG MAXON_ENUM_LIST (FILEDIALOG)
 

Enumeration Type Documentation

◆ FILEDIALOG

enum FILEDIALOG
strong
Enumerator
NONE 

Never show an error dialog.

ANY 

Show an error dialog for any error.

IGNOREOPEN 

Do not show an error dialog if the file does not exist, otherwise like FILEDIALOG::ANY.

Function Documentation

◆ MAXON_ENUM_LIST()

enum FILEDIALOG MAXON_ENUM_LIST ( FILEDIALOG  )