sbMacWindowMoveService.mm File Reference
#include "sbMacWindowMoveService.h"
#include "../NativeWindowFromNode.h"
#include <nsIDOMWindow.h>
#include <nsCOMPtr.h>
#include <nsComponentManagerUtils.h>
#include <nsServiceManagerUtils.h>
#import <objc/objc-class.h>
Include dependency graph for sbMacWindowMoveService.mm:

Go to the source code of this file.

Classes

class  SBISupportsOwner
 
category  NSWindow(SBSwizzleSupport)
 
class  SBWinMoveListenerContext
 
category  SBMacCocoaWindowListener(Private)
 

Functions

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

Variables

static NSString * kSBWindowStoppedMovingNotification = @"@"SBWindowStoppedMoving"
 

Function Documentation

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

Definition at line 82 of file sbMacWindowMoveService.mm.

Here is the caller graph for this function:

Variable Documentation

NSString* kSBWindowStoppedMovingNotification = @"@"SBWindowStoppedMoving"
static

Definition at line 110 of file sbMacWindowMoveService.mm.