C# Class Catrobat.IDE.WindowsShared.Services.PlayerLauncherServiceWindowsShared

Inheritance: IPlayerLauncherService
Afficher le fichier Open project: Catrobat/CatrobatForWindows

Méthodes publiques

Méthode Description
AxesAction ( bool showAxes, string label ) : void
HardwareBackButtonPressed ( ) : bool
LaunchPlayer ( Core program, bool isLaunchedFromTile ) : System.Threading.Tasks.Task
LaunchPlayer ( string programName, bool isLaunchedFromTile ) : System.Threading.Tasks.Task
RestartProgramAction ( ) : void
ResumeProgramAction ( ) : void
SetPlayerObject ( Catrobat_PlayerAdapter playerObject ) : void
SetThumbnailAction ( ) : void
TakeScreenshotAction ( ) : void

Private Methods

Méthode Description
GetProgramScreenshot ( string programName ) : Task
ShowSplashScreen ( string programName ) : System.Threading.Tasks.Task

Method Details

AxesAction() public méthode

public AxesAction ( bool showAxes, string label ) : void
showAxes bool
label string
Résultat void

HardwareBackButtonPressed() public méthode

public HardwareBackButtonPressed ( ) : bool
Résultat bool

LaunchPlayer() public méthode

public LaunchPlayer ( Core program, bool isLaunchedFromTile ) : System.Threading.Tasks.Task
program Core
isLaunchedFromTile bool
Résultat System.Threading.Tasks.Task

LaunchPlayer() public méthode

public LaunchPlayer ( string programName, bool isLaunchedFromTile ) : System.Threading.Tasks.Task
programName string
isLaunchedFromTile bool
Résultat System.Threading.Tasks.Task

RestartProgramAction() public méthode

public RestartProgramAction ( ) : void
Résultat void

ResumeProgramAction() public méthode

public ResumeProgramAction ( ) : void
Résultat void

SetPlayerObject() public static méthode

public static SetPlayerObject ( Catrobat_PlayerAdapter playerObject ) : void
playerObject Catrobat_PlayerAdapter
Résultat void

SetThumbnailAction() public méthode

public SetThumbnailAction ( ) : void
Résultat void

TakeScreenshotAction() public méthode

public TakeScreenshotAction ( ) : void
Résultat void