OpenClonk
OpenFileFlags Namespace Reference

Variables

const DWORD OFN_HIDEREADONLY = 1 << 0
 
const DWORD OFN_OVERWRITEPROMPT = 1 << 1
 
const DWORD OFN_FILEMUSTEXIST = 1 << 2
 
const DWORD OFN_ALLOWMULTISELECT = 1 << 3
 
const DWORD OFN_EXPLORER = 0
 

Variable Documentation

◆ OFN_ALLOWMULTISELECT

const DWORD OpenFileFlags::OFN_ALLOWMULTISELECT = 1 << 3

Definition at line 29 of file C4ConsoleGUI.h.

Referenced by C4Console::FileOpenWPlrs(), and C4Console::PlayerJoin().

◆ OFN_EXPLORER

const DWORD OpenFileFlags::OFN_EXPLORER = 0

Definition at line 31 of file C4ConsoleGUI.h.

Referenced by C4Console::FileOpenWPlrs(), and C4Console::PlayerJoin().

◆ OFN_FILEMUSTEXIST

const DWORD OpenFileFlags::OFN_FILEMUSTEXIST = 1 << 2

Definition at line 28 of file C4ConsoleGUI.h.

Referenced by C4Console::FileOpen(), and C4Console::FileOpenWPlrs().

◆ OFN_HIDEREADONLY

const DWORD OpenFileFlags::OFN_HIDEREADONLY = 1 << 0

◆ OFN_OVERWRITEPROMPT

const DWORD OpenFileFlags::OFN_OVERWRITEPROMPT = 1 << 1

Definition at line 27 of file C4ConsoleGUI.h.

Referenced by C4Console::FileSaveAs().