|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSSound | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories |
Uses of NSSound in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSSound | |
---|---|
static NSSound |
NSSound.alloc()
|
abstract NSSound |
NSSound._class_.alloc()
|
static NSSound |
NSSound.createWithContentsOfFile_byReference(NSString path,
boolean byRef)
Factory method |
static NSSound |
NSSound.createWithContentsOfURL_byReference(NSURL url,
boolean byRef)
Factory method |
static NSSound |
NSSound.createWithData(NSData data)
Factory method |
static NSSound |
NSSound.createWithPasteboard(NSPasteboard pasteboard)
Factory method |
abstract NSSound |
NSSound.initWithContentsOfFile_byReference(NSString path,
boolean byRef)
Original signature : -(id)initWithContentsOfFile:(NSString*) byReference:(BOOL) native declaration : NSSound.h:42 |
abstract NSSound |
NSSound.initWithContentsOfURL_byReference(NSURL url,
boolean byRef)
When archived, byref ? |
abstract NSSound |
NSSound.initWithData(NSData data)
Whether the data comes in from disk, or via this method, NSSound expects it to have a proper magic number, sound header, and data. |
abstract NSSound |
NSSound.initWithPasteboard(NSPasteboard pasteboard)
Original signature : -(id)initWithPasteboard:(NSPasteboard*) native declaration : NSSound.h:56 |
static NSSound |
NSSound.new_()
|
abstract NSSound |
NSSound._class_.new_()
|
Uses of NSSound in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories that return NSSound | |
---|---|
NSSound |
NSButtonSoundExtensions.sound()
Original signature : -(NSSound*)sound from NSButtonSoundExtensions native declaration : NSButton.h:74 |
NSSound |
NSButtonCellSoundExtensions.sound()
Original signature : -(NSSound*)sound from NSButtonCellSoundExtensions native declaration : NSButtonCell.h:250 |
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSSound | |
---|---|
void |
NSButtonSoundExtensions.setSound(NSSound aSound)
Original signature : -(void)setSound:(NSSound*) from NSButtonSoundExtensions native declaration : NSButton.h:73 |
void |
NSButtonCellSoundExtensions.setSound(NSSound aSound)
Original signature : -(void)setSound:(NSSound*) from NSButtonCellSoundExtensions native declaration : NSButtonCell.h:249 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |