LibreOffice Module apple_remote (master) 1
Instance Methods | Class Methods | Protected Attributes | List of all members
RemoteControl Class Reference

#import <RemoteControl.h>

Inheritance diagram for RemoteControl:
[legend]
Collaboration diagram for RemoteControl:
[legend]

Instance Methods

(id) - initWithDelegate:
 
(void) - setListeningToRemote:
 
(BOOL- isListeningToRemote
 
(BOOL- isOpenInExclusiveMode
 
(void) - setOpenInExclusiveMode:
 
(void) - startListening:
 
(void) - stopListening:
 
(BOOL- sendsEventForButtonIdentifier:
 

Class Methods

(void) + sendFinishedNotificationForAppIdentifier:
 
(void) + sendRequestForRemoteControlNotification
 
(const char *) + remoteControlDeviceName
 

Protected Attributes

id delegate
 

Detailed Description

Definition at line 48 of file RemoteControl.m.

Method Documentation

◆ initWithDelegate:

- (id) initWithDelegate: (id)  remoteControlDelegate

Definition at line 45 of file RemoteControl.m.

◆ isListeningToRemote

- (BOOL) isListeningToRemote

Definition at line 45 of file RemoteControl.m.

◆ isOpenInExclusiveMode

- (BOOL) isOpenInExclusiveMode

Definition at line 45 of file RemoteControl.m.

◆ remoteControlDeviceName

+ (const char *) remoteControlDeviceName

Definition at line 45 of file RemoteControl.m.

◆ sendFinishedNotificationForAppIdentifier:

+ (void) sendFinishedNotificationForAppIdentifier: (NSString*)  identifier

Definition at line 45 of file RemoteControl.m.

◆ sendRequestForRemoteControlNotification

+ (void) sendRequestForRemoteControlNotification

Definition at line 45 of file RemoteControl.m.

◆ sendsEventForButtonIdentifier:

- (BOOL) sendsEventForButtonIdentifier: (RemoteControlEventIdentifier identifier

Definition at line 45 of file RemoteControl.m.

◆ setListeningToRemote:

- (void) setListeningToRemote: (BOOL value

Definition at line 45 of file RemoteControl.m.

◆ setOpenInExclusiveMode:

- (void) setOpenInExclusiveMode: (BOOL value

Definition at line 45 of file RemoteControl.m.

◆ startListening:

- (void) startListening: (id)  sender

Definition at line 45 of file RemoteControl.m.

◆ stopListening:

- (void) stopListening: (id)  sender

Definition at line 45 of file RemoteControl.m.

Member Data Documentation

◆ delegate

- (id) delegate
protected

Definition at line 90 of file RemoteControl.h.


The documentation for this class was generated from the following files: