C# Class XCom.Interfaces.xcFileOptions

Show file Open project: pmprog/OpenXCOM.Tools

Public Methods

Method Description
Init ( bool save, bool bmp, bool open, bool custom ) : void
this ( IXCImageFile filter ) : bool
xcFileOptions ( ) : System
xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System

Method Details

Init() public method

public Init ( bool save, bool bmp, bool open, bool custom ) : void
save bool
bmp bool
open bool
custom bool
return void

this() public method

public this ( IXCImageFile filter ) : bool
filter IXCImageFile
return bool

xcFileOptions() public method

public xcFileOptions ( ) : System
return System

xcFileOptions() public method

public xcFileOptions ( bool save, bool bmp, bool open, bool custom ) : System
save bool
bmp bool
open bool
custom bool
return System