ROOT  6.06/09
Reference Guide
Instance Methods | Private Attributes | List of all members
PassiveKeyGrab Class Reference

Definition at line 145 of file QuartzWindow.h.

Instance Methods

(unichar) - fKeyCode
 
(NSUInteger) - fModifiers
 
(id- initWithKey::
 
(BOOL) - matchKey::
 
(BOOL) - matchKey:
 

Private Attributes

unichar fKeyCode
 
NSUInteger fModifiers
 

#import <QuartzWindow.h>

+ Inheritance diagram for PassiveKeyGrab:
+ Collaboration diagram for PassiveKeyGrab:

Method Documentation

- (unichar) fKeyCode

Definition at line 1729 of file QuartzWindow.mm.

Referenced by initWithKey::, matchKey:, and matchKey::.

- (NSUInteger) fModifiers

Definition at line 1735 of file QuartzWindow.mm.

Referenced by initWithKey::, and matchKey::.

- (id) initWithKey: (unichar)  modifiers
: (NSUInteger)  modifiers 

Definition at line 1706 of file QuartzWindow.mm.

- (BOOL) matchKey: (unichar)  keyCode

Definition at line 1723 of file QuartzWindow.mm.

- (BOOL) matchKey: (unichar)  modifiers
: (NSUInteger)  modifiers 

Definition at line 1717 of file QuartzWindow.mm.

Member Data Documentation

- (unichar) fKeyCode
private

Definition at line 147 of file QuartzWindow.h.

- (NSUInteger) fModifiers
private

Definition at line 148 of file QuartzWindow.h.


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