C# Class Vidka.Components.VideoShitbox

Exibir arquivo Open project: miktemk/VidkaEditor

Public Properties

Property Type Description
ConsoleSingleton IVidkaConsole

Public Methods

Method Description
AppendToConsole ( VidkaConsoleLogLevel level, string text ) : void
GetHorizontalScrollBarHeight ( ) : int
GuessWhoIsConsole ( RichTextBox txtConsole ) : void
OpenClipProperties ( VidkaClip clip ) : void
OpenProjectOpenDialog ( ) : string
OpenProjectSaveDialog ( ) : string
PleaseRepaint ( ) : void
PleaseUnlockThisFile ( string filename ) : void
ShouldIProceedIfProjectChanged ( ) : bool
ShowConfirmMessage ( string title, string message ) : bool
ShowErrorMessage ( string title, string message ) : void
ShowInputMessage ( string title, string message, string oldValue, string &newValue ) : bool
UpdateCanvasHorizontalScroll ( int scrollX ) : void
UpdateCanvasWidth ( int w ) : void
VideoShitbox ( ) : System
VideoShitbox_KeyDown ( object sender, KeyEventArgs e ) : void
setLogic ( EditorLogic logic ) : void

Protected Methods

Method Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
VideoShitbox_DragDrop ( object sender, DragEventArgs e ) : void
VideoShitbox_DragEnter ( object sender, DragEventArgs e ) : void
VideoShitbox_DragLeave ( object sender, EventArgs e ) : void
VideoShitbox_DragOver ( object sender, DragEventArgs e ) : void
VideoShitbox_Load ( object sender, EventArgs e ) : void
VideoShitbox_MouseClick ( object sender, MouseEventArgs e ) : void
VideoShitbox_MouseDown ( object sender, MouseEventArgs e ) : void
VideoShitbox_MouseLeave ( object sender, EventArgs e ) : void
VideoShitbox_MouseMove ( object sender, MouseEventArgs e ) : void
VideoShitbox_MouseUp ( object sender, MouseEventArgs e ) : void
VideoShitbox_MouseWheel ( object sender, MouseEventArgs e ) : void
VideoShitbox_Paint ( object sender, PaintEventArgs e ) : void
VideoShitbox_Resize ( object sender, EventArgs e ) : void
VideoShitbox_Scroll ( object sender, ScrollEventArgs e ) : void
cxzxc ( string text ) : void

Debug print to UI console

imageMan_ImagesReady ( ) : void

Method Details

AppendToConsole() public method

public AppendToConsole ( VidkaConsoleLogLevel level, string text ) : void
level VidkaConsoleLogLevel
text string
return void

GetHorizontalScrollBarHeight() public method

public GetHorizontalScrollBarHeight ( ) : int
return int

GuessWhoIsConsole() public method

public GuessWhoIsConsole ( RichTextBox txtConsole ) : void
txtConsole RichTextBox
return void

OpenClipProperties() public method

public OpenClipProperties ( VidkaClip clip ) : void
clip VidkaClip
return void

OpenProjectOpenDialog() public method

public OpenProjectOpenDialog ( ) : string
return string

OpenProjectSaveDialog() public method

public OpenProjectSaveDialog ( ) : string
return string

PleaseRepaint() public method

public PleaseRepaint ( ) : void
return void

PleaseUnlockThisFile() public method

public PleaseUnlockThisFile ( string filename ) : void
filename string
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

ShouldIProceedIfProjectChanged() public method

public ShouldIProceedIfProjectChanged ( ) : bool
return bool

ShowConfirmMessage() public method

public ShowConfirmMessage ( string title, string message ) : bool
title string
message string
return bool

ShowErrorMessage() public method

public ShowErrorMessage ( string title, string message ) : void
title string
message string
return void

ShowInputMessage() public method

public ShowInputMessage ( string title, string message, string oldValue, string &newValue ) : bool
title string
message string
oldValue string
newValue string
return bool

UpdateCanvasHorizontalScroll() public method

public UpdateCanvasHorizontalScroll ( int scrollX ) : void
scrollX int
return void

UpdateCanvasWidth() public method

public UpdateCanvasWidth ( int w ) : void
w int
return void

VideoShitbox() public method

public VideoShitbox ( ) : System
return System

VideoShitbox_KeyDown() public method

public VideoShitbox_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
return void

setLogic() public method

public setLogic ( EditorLogic logic ) : void
logic EditorLogic
return void

Property Details

ConsoleSingleton public_oe static_oe property

public static IVidkaConsole ConsoleSingleton
return IVidkaConsole