Property | Type | Description | |
---|---|---|---|
ConsoleSingleton | IVidkaConsole |
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 |
Method | Description | |
---|---|---|
ProcessCmdKey ( Message &msg, Keys keyData ) : bool |
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 |
public AppendToConsole ( VidkaConsoleLogLevel level, string text ) : void | ||
level | VidkaConsoleLogLevel | |
text | string | |
return | void |
public GetHorizontalScrollBarHeight ( ) : int | ||
return | int |
public GuessWhoIsConsole ( RichTextBox txtConsole ) : void | ||
txtConsole | RichTextBox | |
return | void |
public OpenClipProperties ( VidkaClip clip ) : void | ||
clip | VidkaClip | |
return | void |
public PleaseUnlockThisFile ( string filename ) : void | ||
filename | string | |
return | void |
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool | ||
msg | Message | |
keyData | Keys | |
return | bool |
public ShouldIProceedIfProjectChanged ( ) : bool | ||
return | bool |
public ShowConfirmMessage ( string title, string message ) : bool | ||
title | string | |
message | string | |
return | bool |
public ShowErrorMessage ( string title, string message ) : void | ||
title | string | |
message | string | |
return | void |
public ShowInputMessage ( string title, string message, string oldValue, string &newValue ) : bool | ||
title | string | |
message | string | |
oldValue | string | |
newValue | string | |
return | bool |
public UpdateCanvasHorizontalScroll ( int scrollX ) : void | ||
scrollX | int | |
return | void |
public VideoShitbox_KeyDown ( object sender, KeyEventArgs e ) : void | ||
sender | object | |
e | KeyEventArgs | |
return | void |