Метод | Описание | |
---|---|---|
ShowMouseCursor ( bool visible ) : void |
Wrapper for shown/hiding cursor
|
Метод | Описание | |
---|---|---|
BuildPresentParams ( bool windowed ) : void |
Build D3D presentation parameters
|
|
CalcMaxClientArea ( ) : |
Calculates the maximum client area if skin is larger than working area
|
|
D3D ( ) : System |
Constructor
|
|
Dispose ( bool disposing ) : void |
Clean up any resources
|
|
FrameMove ( ) : void |
|
|
FullRender ( ) : void |
Called when nothing else needs to be done and it's time to render
|
|
GetStats ( ) : void |
Get the statistics
|
|
HandleMessage ( ) : void |
Message Loop - Handles ANSI and Unicode Messages and dispatch them
|
|
HideTaskBar ( bool hide ) : void |
Hides the task bar
|
|
Init ( ) : bool |
Init graphics device
|
|
InitializeDevice ( ) : void |
Initialization of the D3D Device
|
|
InitializeDeviceObjects ( ) : void |
|
|
KeyDownEvent ( |
|
|
KeyPressEvent ( |
|
|
MinimizeToTray ( ) : void |
Minimized MP To System Tray
|
|
MouseClickEvent ( MouseEventArgs e ) : void |
|
|
MouseDoubleClickEvent ( MouseEventArgs e ) : void |
|
|
MouseMoveEvent ( MouseEventArgs e ) : void |
|
|
NotifyIconRestore ( Object sender, |
|
|
OnDeviceLost ( Object sender, |
|
|
OnEnumeration ( ) : void |
|
|
OnExit ( ) : void |
|
|
OnFormClosing ( |
http://msdn.microsoft.com/en-us/library/system.windows.forms.form.onformclosing.aspx
|
|
OnGotFocus ( |
Raises the GotFocus event. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.ongotfocus.aspx
|
|
OnKeyPress ( |
Raises the KeyPress event. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.onkeypress.aspx
|
|
OnLostFocus ( |
Raises the Lost Focus event. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.onlostfocus.aspx
|
|
OnMouseMove ( MouseEventArgs e ) : void |
Raises the MouseMove event. http://msdn.microsoft.com/en-us/library/system.windows.forms.control.onmousemove.aspx
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnPaintEvent ( ) : void |
Repaints the current window independent of WM_PAINT messages
|
|
OnProcess ( ) : void |
|
|
OnStartup ( ) : void |
|
|
RecoverDevice ( ) : void |
|
|
Render ( float timePassed ) : void |
|
|
RestoreFromTray ( ) : void |
Restores MP from System Tray
|
|
ResumePlayer ( ) : void |
Restore player from saved state
|
|
SavePlayerState ( ) : void |
Save player state (when form was resized)
|
|
ShowLastActiveModule ( ) : bool |
|
|
ToggleFullscreen ( ) : void |
|
|
UpdateStats ( ) : void |
Update the various statistics the simulation keeps track of
|
Метод | Описание | |
---|---|---|
CleanupEnvironment ( ) : void |
Set our variables to not active and not ready
|
|
ConfirmDevice ( Caps caps, VertexProcessingType vertexProcessingType, Format adapterFormat, Format backBufferFormat ) : bool |
|
|
CreateDirectX9ExDevice ( ) : void |
Creates a DirectX9Ex Device
|
|
Exit ( object sender, |
Exit Form
|
|
FindAdapterForScreen ( |
Finds the adapter that has the specified screen on its primary monitor
|
|
GetCapabilities ( ) : Caps |
|
|
GetForegroundWindow ( ) : |
||
GetMonitorInfo ( |
||
InitializeComponent ( ) : void |
Initialize Menus and Event Handlers
|
|
MenuItemConfiguration ( object sender, |
|
|
MenuItemDVD ( object sender, |
|
|
MenuItemFullscreen ( object sender, |
|
|
MenuItemMiniTV ( object sender, |
toggles default and minitv mode
|
|
MenuItemMovies ( object sender, |
|
|
MenuItemMusic ( object sender, |
|
|
MenuItemPictures ( object sender, |
|
|
MenuItemTV ( object sender, |
|
|
NotifyIconExit ( Object sender, |
|
|
OnClick ( object sender, MouseEventArgs e ) : void |
|
|
OnIdle ( object sender, |
|
|
OnKeyDown ( object sender, |
|
|
OnKeyPress ( object sender, |
|
|
OnLoad ( object sender, |
|
|
OnMouseDoubleClick ( object sender, MouseEventArgs e ) : void |
|
|
OnMouseMove ( object sender, MouseEventArgs e ) : void |
|
|
RecreateSwapChain ( bool useBackup ) : void |
reset device if back buffer does not match skin dimensions (e.g. 16:10 display with 16:9 skin, 720p skin on 1080p display etc.)
|
|
ShowCursor ( bool bShow ) : int | ||
StartConfiguration ( ) : void |
Start Configuration.exe
|
|
TVDelayThread ( ) : void |
|
|
ToggleMiniTV ( ) : void |
|
|
UpdateMouseCursor ( ) : void |
Automatically hides or show mouse cursor when over form
|
protected BuildPresentParams ( bool windowed ) : void | ||
windowed | bool | true for window, false for fullscreen |
Результат | void |
protected CalcMaxClientArea ( ) : |
||
Результат |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
protected static HideTaskBar ( bool hide ) : void | ||
hide | bool | hides taskbar on true, shows it on false |
Результат | void |
protected InitializeDeviceObjects ( ) : void | ||
Результат | void |
protected KeyDownEvent ( |
||
e | ||
Результат | void |
protected KeyPressEvent ( |
||
e | ||
Результат | void |
protected MouseClickEvent ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected MouseDoubleClickEvent ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected MouseMoveEvent ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected NotifyIconRestore ( Object sender, |
||
sender | Object | |
e | ||
Результат | void |
protected OnDeviceLost ( Object sender, |
||
sender | Object | |
e | ||
Результат | void |
protected OnFormClosing ( |
||
formClosingEventArgs | ||
Результат | void |
protected OnGotFocus ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnKeyPress ( |
||
e | A KeyPressEventArgs that contains the event data. | |
Результат | void |
protected OnLostFocus ( |
||
e | An EventArgs that contains the event data. | |
Результат | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | A MouseEventArgs that contains the event data. |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected Render ( float timePassed ) : void | ||
timePassed | float | |
Результат | void |
public ShowMouseCursor ( bool visible ) : void | ||
visible | bool | |
Результат | void |
protected GraphicsAdapterInfo,MediaPortal AdapterInfo | ||
Результат | MediaPortal.GraphicsAdapterInfo |
protected static bool FullscreenOverride | ||
Результат | bool |
protected DateTime,System MouseTimeOutTimer | ||
Результат | System.DateTime |
protected PlayListPlayer,MediaPortal.Playlists PlaylistPlayer | ||
Результат | MediaPortal.Playlists.PlayListPlayer |
protected KeyPressEventArgs,System.Windows.Forms PreviousKeyEvent | ||
Результат |
protected static int ScreenNumberOverride | ||
Результат | int |
protected DateTime,System ScreenSaverEventTimer | ||
Результат | System.DateTime |
protected static SplashScreen,MediaPortal SplashScreen | ||
Результат | MediaPortal.SplashScreen |
protected static Size,System.Drawing WINDOWS_NATIVE_RESOLUTION | ||
Результат |
protected static bool WindowedOverride | ||
Результат | bool |
protected static Rectangle,System.Drawing _backupBounds | ||
Результат |
protected static Screen,System.Windows.Forms _backupscreen | ||
Результат |
protected static bool _firstLoadedScreen | ||
Результат | bool |
protected PresentParameters _presentParams | ||
Результат | PresentParameters |
protected PresentParameters _presentParamsBackup | ||
Результат | PresentParameters |
protected static bool _restoreLoadedScreen | ||
Результат | bool |