GormSoundView

Authors

Gregory John Casamento (greg_casamento@yahoo.com)

Copyright: (C) 2004 Free Software Foundation, Inc.

Software documentation for the GormSoundView class

GormSoundView : NSView

Declared in:
GormCore/GormSoundView.h
Description forthcoming.

Instance Variables

Method summary

setSound: 

- (void) setSound: (NSSound*)sound;
Description forthcoming.

sound 

- (NSSound*) sound;
Description forthcoming.



Instance Variables for GormSoundView Class

_sound

@protected NSSound* _sound;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.