Method | Description | |
---|---|---|
AddUndableAction_andFireRedo ( Vidka.Core.UndoableAction action ) : void | ||
AppendToConsole ( VidkaConsoleLogLevel level, string s ) : void | ||
CancelDragDrop ( ) : void | ||
CheckRawDumpFolderIsOkAndGiveItToMe ( ) : string |
should be called 1 time, otherwise we might be seeing a lot of that dialog!
|
|
ControlPressed ( ) : void | ||
CopyCurClipToClipboard ( ) : void | ||
CutCurClipToClipboard ( ) : void | ||
DialogConfirm ( string title, string question ) : bool | ||
DialogError ( string title, string text ) : void | ||
EditorLogic ( IVideoShitbox editor, IVideoPlayer videoPlayer, IAudioPlayer playerAudio ) : System | ||
EnterPressed ( ) : void | ||
EscapePressed ( ) : void | ||
Fire_PleaseSetFormTitle ( string title ) : void | ||
Fire_PleaseSetPlayerAbsPosition ( PreviewPlayerAbsoluteLocation location ) : void | ||
Fire_PleaseToggleConsoleVisibility ( ) : void | ||
Fire_PleaseTogglePreviewMode ( ) : void | ||
Fire_ProjectUpdated_AsFarAsMenusAreConcerned ( ) : void | ||
GetHorizontalScrollBarHeight ( ) : int | ||
InvokeOpByName ( string name ) : void | ||
KeyPressed ( |
Called on ANY key press
|
|
LeftRightArrowKeys ( Keys keyData ) : void | ||
LoadProjFromFile ( string filename ) : void | ||
MediaFileDragDrop ( string filenames ) : void | ||
MediaFileDragEnter ( string filenames, int w ) : void | ||
MediaFileDragMove ( int x ) : void | ||
MouseDragEnd ( int x, int y, int deltaX, int deltaY, int w, int h ) : void | ||
MouseDragStart ( MouseButtons button, int x, int y, int w, int h ) : void | ||
MouseDragged ( int x, int y, int deltaX, int deltaY, int w, int h ) : void | ||
MouseLeave ( ) : void | ||
MouseMoved ( int x, int y, int w, int h ) : void | ||
NewProjectPlease ( ) : void | ||
OpenTriggered ( ) : void | ||
PasteClipFromClipboard ( ) : void | ||
PlayPause ( bool onlyLockedClips = false ) : void | ||
Redo ( ) : void | ||
RenderSegment ( int index ) : void | ||
ReplaceClip ( |
||
SaveAsTriggered ( ) : void | ||
SaveTriggered ( ) : void | ||
SetCurrentVideoClip_ForceRepaint ( |
||
SetFrameMarker_0_ForceRepaint ( ) : void |
Used when HOME key is pressed
|
|
SetFrameMarker_End_ForceRepaint ( ) : void | ||
SetFrameMarker_ForceRepaint ( long frame ) : void |
Used during playback for animation of the marker (or cursor, if u like...)
|
|
SetFrameMarker_ShowFrameInPlayer ( long frame ) : long |
Used from within this class, on mouse press, when arrow keys are pressed, by drag ops and other ops (e.g. or when a clip is deleted)
|
|
SetPreviewPlayer ( IVideoPlayer videoPlayer ) : void | ||
ShiftPressed ( ) : void | ||
ShowFrameInVideoPlayer ( long frame ) : void |
Navigate to that frame in the damn AVI file and pause the damn WMP
|
|
ShowWhereTheClipIsUsed ( ) : void | ||
StopAllPlayback ( ) : void | ||
UiInitialized ( ) : void | ||
Undo ( ) : void | ||
UpdateCanvasWidthFromProjAndDimdim ( ) : void |
Call this in ALL spots where proj length is subject to change
|
|
ZoomIn ( int width ) : void | ||
ZoomOut ( int width ) : void |
width parameter is needed here to prevent user from zooming out too much
|
|
checkForErrors ( ) : void | ||
cxzxc ( string text ) : void | ||
deleteAllNonlockedClips ( ) : void | ||
eeee ( string text ) : void | ||
iiii ( string text ) : void | ||
setScrollX ( int x ) : void |
Called by VideoShitbox when user scrolls with scrollbar or mousewheel
|
Method | Description | |
---|---|---|
ActivateCorrectOp ( bool>.Func |
||
AddUndoableAction_insertAudioClipAtMarkerPosition ( |
||
ArrowKey2FrameDelta ( Keys keyData ) : long |
returns 1, -1, MANY_FRAMES_STEP, -MANY_FRAMES_STEP
|
|
CapitulateCurOp ( ) : void |
Reset gears to neutral... :P
|
|
CheckClipEasingCollision_easesTimeline ( int x, int y, |
||
CheckClipEasingCollision_mainTimeline ( int x, int y, |
||
CheckClipTrimCollision ( int x ) : void |
Check trim mouse collision and set TrimHover in UiObjects. recycled lastCollision_x1 and lastCollision_x2 are used.
|
|
FireHandler ( VoidHandler x ) : void | ||
SaveProject ( string filename ) : void | ||
SetFileChanged ( bool changed ) : void | ||
SetProj ( |
||
SetupTmpProjForOriginalPlayback ( ) : |
||
UpdateCanvasScrollXFromDimdim ( ) : void |
Call this in ALL spots where scrollx is subject to change
|
|
___UiTransactionBegin ( ) : void |
Call this at the begging of every method that potentially changes the state of UI
|
|
___UiTransactionEnd ( ) : void |
Call this at the end of every method that potentially changes the state of UI
|
|
___Ui_stateChanged ( ) : void |
Call this b/w _begin and _end to force repaint
|
|
___Ui_updateCanvasWidth ( int w ) : void |
Call this to update canvas width (forces repaint)
|
|
___Ui_updateScrollX ( int scrollX ) : void |
Call this to update scrollX (forces repaint)
|
|
dragAndDropMan_MetaReadyForDraggy ( string filename, |
||
dragAndDropMan_MetaReadyForOutstandingAudio ( |
||
dragAndDropMan_MetaReadyForOutstandingVideo ( |
||
dragAndDropMan_PleaseUnlockThisFile ( string filename ) : void | ||
dragAndDropMan_ThumbOrWaveReady ( ) : void | ||
printFrameToConsole ( long frame ) : void | ||
setCurFrameMarkerPositionToNextOrPrevClip ( Keys keyData ) : long |
This is a marker-related function, so we keep it in the marker region
|
|
setProjToAllEditOps ( |
Calls setProj for all our EditOps. Call whenever Proj gets reassigned to
|
|
updateFrameOfViewFromMarker ( ) : void |
public AddUndableAction_andFireRedo ( Vidka.Core.UndoableAction action ) : void | ||
action | Vidka.Core.UndoableAction | |
return | void |
public AppendToConsole ( VidkaConsoleLogLevel level, string s ) : void | ||
level | VidkaConsoleLogLevel | |
s | string | |
return | void |
public CheckRawDumpFolderIsOkAndGiveItToMe ( ) : string | ||
return | string |
public DialogConfirm ( string title, string question ) : bool | ||
title | string | |
question | string | |
return | bool |
public DialogError ( string title, string text ) : void | ||
title | string | |
text | string | |
return | void |
public EditorLogic ( IVideoShitbox editor, IVideoPlayer videoPlayer, IAudioPlayer playerAudio ) : System | ||
editor | IVideoShitbox | |
videoPlayer | IVideoPlayer | |
playerAudio | IAudioPlayer | |
return | System |
public Fire_PleaseSetFormTitle ( string title ) : void | ||
title | string | |
return | void |
public Fire_PleaseSetPlayerAbsPosition ( PreviewPlayerAbsoluteLocation location ) : void | ||
location | PreviewPlayerAbsoluteLocation | |
return | void |
public Fire_PleaseToggleConsoleVisibility ( ) : void | ||
return | void |
public Fire_PleaseTogglePreviewMode ( ) : void | ||
return | void |
public Fire_ProjectUpdated_AsFarAsMenusAreConcerned ( ) : void | ||
return | void |
public GetHorizontalScrollBarHeight ( ) : int | ||
return | int |
public KeyPressed ( |
||
e | ||
return | void |
public LeftRightArrowKeys ( Keys keyData ) : void | ||
keyData | Keys | |
return | void |
public LoadProjFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public MediaFileDragDrop ( string filenames ) : void | ||
filenames | string | |
return | void |
public MediaFileDragEnter ( string filenames, int w ) : void | ||
filenames | string | |
w | int | |
return | void |
public MouseDragEnd ( int x, int y, int deltaX, int deltaY, int w, int h ) : void | ||
x | int | |
y | int | |
deltaX | int | relative to where the mouse was pressed down |
deltaY | int | relative to where the mouse was pressed down |
w | int | |
h | int | |
return | void |
public MouseDragStart ( MouseButtons button, int x, int y, int w, int h ) : void | ||
button | MouseButtons | |
x | int | |
y | int | |
w | int | |
h | int | |
return | void |
public MouseDragged ( int x, int y, int deltaX, int deltaY, int w, int h ) : void | ||
x | int | |
y | int | |
deltaX | int | relative to where the mouse was pressed down |
deltaY | int | relative to where the mouse was pressed down |
w | int | |
h | int | |
return | void |
public MouseMoved ( int x, int y, int w, int h ) : void | ||
x | int | |
y | int | |
w | int | Width of the canvas |
h | int | Height of the canvas |
return | void |
public PlayPause ( bool onlyLockedClips = false ) : void | ||
onlyLockedClips | bool | |
return | void |
public ReplaceClip ( |
||
clip | ||
newClip | ||
return | void |
public SetCurrentVideoClip_ForceRepaint ( |
||
clip | ||
return | void |
public SetFrameMarker_0_ForceRepaint ( ) : void | ||
return | void |
public SetFrameMarker_End_ForceRepaint ( ) : void | ||
return | void |
public SetFrameMarker_ForceRepaint ( long frame ) : void | ||
frame | long | |
return | void |
public SetFrameMarker_ShowFrameInPlayer ( long frame ) : long | ||
frame | long | |
return | long |
public SetPreviewPlayer ( IVideoPlayer videoPlayer ) : void | ||
videoPlayer | IVideoPlayer | |
return | void |
public ShowFrameInVideoPlayer ( long frame ) : void | ||
frame | long | |
return | void |
public UpdateCanvasWidthFromProjAndDimdim ( ) : void | ||
return | void |