C# Class vp_FileDialog, OZML

Inheritance: EditorWindow
Show file Open project: merveilles/OZML Class Usage Examples

Public Properties

Property Type Description
Filename string
Path string

Public Methods

Method Description
Create ( Mode, mode, string caption, string path, Callback, callback ) : void
Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void
ExtractFilenameFromPath ( string path ) : string
OnGUI ( ) : void
RemoveExtension ( string str ) : string
RemoveLastFolder ( string str ) : string

Private Methods

Method Description
Cancel ( ) : void
DetectDoubleClick ( ) : bool
DoOpen ( ) : void
DoSave ( ) : void
DoSave ( bool overwriteExisting ) : void
ExecuteCallback ( ) : void
FileBox ( float x, float y, float width, float height ) : void
GoUpOneDir ( ) : void
HasCorrectExtension ( string filename ) : bool
InitGUIStyles ( ) : void
OpenDir ( ) : void

Method Details

Create() public static method

public static Create ( Mode, mode, string caption, string path, Callback, callback ) : void
mode Mode,
caption string
path string
callback Callback,
return void

Create() public static method

public static Create ( Mode, mode, string caption, string path, Callback, callback, string extension ) : void
mode Mode,
caption string
path string
callback Callback,
extension string
return void

ExtractFilenameFromPath() public static method

public static ExtractFilenameFromPath ( string path ) : string
path string
return string

OnGUI() public method

public OnGUI ( ) : void
return void

RemoveExtension() public static method

public static RemoveExtension ( string str ) : string
str string
return string

RemoveLastFolder() public static method

public static RemoveLastFolder ( string str ) : string
str string
return string

Property Details

Filename public property

public string Filename
return string

Path public property

public string Path
return string