C# Class Vidka.Components.VideoShitbox

Afficher le fichier Open project: miktemk/VidkaEditor

Méthodes publiques

Свойство Type Description
ConsoleSingleton IVidkaConsole

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode 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 méthode

public AppendToConsole ( VidkaConsoleLogLevel level, string text ) : void
level VidkaConsoleLogLevel
text string
Résultat void

GetHorizontalScrollBarHeight() public méthode

public GetHorizontalScrollBarHeight ( ) : int
Résultat int

GuessWhoIsConsole() public méthode

public GuessWhoIsConsole ( RichTextBox txtConsole ) : void
txtConsole RichTextBox
Résultat void

OpenClipProperties() public méthode

public OpenClipProperties ( VidkaClip clip ) : void
clip VidkaClip
Résultat void

OpenProjectOpenDialog() public méthode

public OpenProjectOpenDialog ( ) : string
Résultat string

OpenProjectSaveDialog() public méthode

public OpenProjectSaveDialog ( ) : string
Résultat string

PleaseRepaint() public méthode

public PleaseRepaint ( ) : void
Résultat void

PleaseUnlockThisFile() public méthode

public PleaseUnlockThisFile ( string filename ) : void
filename string
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

ShouldIProceedIfProjectChanged() public méthode

public ShouldIProceedIfProjectChanged ( ) : bool
Résultat bool

ShowConfirmMessage() public méthode

public ShowConfirmMessage ( string title, string message ) : bool
title string
message string
Résultat bool

ShowErrorMessage() public méthode

public ShowErrorMessage ( string title, string message ) : void
title string
message string
Résultat void

ShowInputMessage() public méthode

public ShowInputMessage ( string title, string message, string oldValue, string &newValue ) : bool
title string
message string
oldValue string
newValue string
Résultat bool

UpdateCanvasHorizontalScroll() public méthode

public UpdateCanvasHorizontalScroll ( int scrollX ) : void
scrollX int
Résultat void

UpdateCanvasWidth() public méthode

public UpdateCanvasWidth ( int w ) : void
w int
Résultat void

VideoShitbox() public méthode

public VideoShitbox ( ) : System
Résultat System

VideoShitbox_KeyDown() public méthode

public VideoShitbox_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void

setLogic() public méthode

public setLogic ( EditorLogic logic ) : void
logic EditorLogic
Résultat void

Property Details

ConsoleSingleton public_oe static_oe property

public static IVidkaConsole ConsoleSingleton
Résultat IVidkaConsole