Control Interfaces

Interfaces for output controls. More...

Collaboration diagram for Control Interfaces:

Classes

class  Murl::CustomControlable
 The CustomControlable default implementation class. More...
 
interface  Murl::IAppControl
 The IAppControl interface. More...
 
interface  Murl::IAppStoreControl
 The IAppStoreControl interface. More...
 
interface  Murl::IAppStoreProduct
 The IAppStoreProduct interface. More...
 
interface  Murl::ICloudControl
 The ICloudControl interface. More...
 
interface  Murl::ICloudRecord
 The ICloudRecord interface. More...
 
interface  Murl::IControlable
 The IControlable interface. More...
 
interface  Murl::ICustomControlable
 The ICustomControlable interface. More...
 
interface  Murl::IEMail
 The e-mail interface. More...
 
interface  Murl::IGameCenterControl
 The IGameCenterControl interface. More...
 
interface  Murl::IGameCenterPlayer
 The player entry interface. More...
 
interface  Murl::IGameCenterLeaderboardEntry
 The leaderboard entry interface. More...
 
interface  Murl::IGameCenterAchievementEntry
 The achievement entry interface. More...
 
interface  Murl::IKeyboardControl
 The IKeyboardControl interface. More...
 
interface  Murl::IMediaControl
 The IMediaControl interface. More...
 
interface  Murl::IMusicPlayerControl
 The IMusicPlayerControl interface. More...
 
interface  Murl::IPreferencesControl
 The IPreferencesControl interface. More...
 
interface  Murl::IRumbleControl
 The IRumbleControl interface. More...
 
interface  Murl::IScreenshotControl
 The IScreenshotControl interface. More...
 
interface  Murl::ISystemDialog
 The system-dialog interface. More...
 
interface  Murl::ISystemDialogControl
 The ISystemDialogControl interface. More...
 
interface  Murl::ITelephonyControl
 The ITelephonyControl interface. More...
 
interface  Murl::IUrlRequest
 The url request interface. More...
 
interface  Murl::IWebControl
 The IWebControl interface. More...
 

Typedefs

using Murl::GameCenterPlayerEntries = Array< const IGameCenterPlayer * >
 Definition of the player array. More...
 
using Murl::GameCenterLeaderboardEntries = Array< const IGameCenterLeaderboardEntry * >
 Definition of the leaderboard entries array. More...
 
using Murl::GameCenterAchievementEntries = Array< const IGameCenterAchievementEntry * >
 Definition of the achievement entries array. More...
 

Detailed Description

Interfaces for output controls.

Typedef Documentation

◆ GameCenterPlayerEntries

Definition of the player array.

The player array is provided by IGameCenterControl::GetFriends().

◆ GameCenterLeaderboardEntries

Definition of the leaderboard entries array.

The leaderboard array is provided by IGameCenterControl::GetLeaderboard().

◆ GameCenterAchievementEntries

Definition of the achievement entries array.

The achievements array is provided by IGameCenterControl::GetAchievements().


Copyright © 2011-2024 Spraylight GmbH.