sbAppleMediaKeyController.mm File Reference
#include "sbAppleMediaKeyController.h"
#include <nsIObserverService.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#include <nsICategoryManager.h>
#include <sbIApplicationController.h>
#include <sbIMediacoreManager.h>
#include <sbIMediacorePlaybackControl.h>
#include <sbIMediacoreSequencer.h>
#include <sbIMediacoreVolumeControl.h>
#include <sbIMediacoreStatus.h>
#import <AppKit/AppKit.h>
#import <IOKit/hidsystem/ev_keymap.h>
#import </usr/include/objc/objc-class.h>
Include dependency graph for sbAppleMediaKeyController.mm:

Go to the source code of this file.

Classes

category  NSApplication(SongbirdSwizzledEvent)
 

Functions

void MethodSwizzle (Class aClass, SEL orig_sel, SEL alt_sel)
 
PRBool IsPlaybackPlaying ()
 
void OnPlayPausePressed ()
 
void OnPreviousPressed ()
 
void OnNextPressed ()
 

Function Documentation

PRBool IsPlaybackPlaying ( )

Definition at line 73 of file sbAppleMediaKeyController.mm.

Here is the caller graph for this function:

void MethodSwizzle ( Class  aClass,
SEL  orig_sel,
SEL  alt_sel 
)

Definition at line 48 of file sbAppleMediaKeyController.mm.

Here is the caller graph for this function:

void OnNextPressed ( )

Definition at line 133 of file sbAppleMediaKeyController.mm.

Here is the caller graph for this function:

void OnPlayPausePressed ( )

Definition at line 92 of file sbAppleMediaKeyController.mm.

Here is the call graph for this function:

Here is the caller graph for this function:

void OnPreviousPressed ( )

Definition at line 115 of file sbAppleMediaKeyController.mm.

Here is the caller graph for this function: