home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / xmeeting_0.1_binary.dmg / XMeeting.app / Contents / Resources / English.lproj / LocalAudioVideoModule.nib / classes.nib next >
Encoding:
Text File  |  2006-03-01  |  2.0 KB  |  52 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = XMEventAwareWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  5.         {
  6.             ACTIONS = {
  7.                 changeAudioInputDevice = id; 
  8.                 changeAudioInputVolume = id; 
  9.                 changeAudioOutputDevice = id; 
  10.                 changeAudioOutputVolume = id; 
  11.                 changeVideoDevice = id; 
  12.                 closeVideoDeviceSettingsPanel = id; 
  13.                 restoreDefaultSettings = id; 
  14.                 showVideoDeviceSettings = id; 
  15.                 toggleMuteAudioInput = id; 
  16.                 toggleMuteAudioOutput = id; 
  17.                 updateDeviceLists = id; 
  18.             }; 
  19.             CLASS = XMLocalAudioVideoModule; 
  20.             LANGUAGE = ObjC; 
  21.             OUTLETS = {
  22.                 audioInputDevicesPopUp = NSPopUpButton; 
  23.                 audioInputVolumeSlider = NSSlider; 
  24.                 audioOutputDevicesPopUp = NSPopUpButton; 
  25.                 audioOutputVolumeSlider = NSSlider; 
  26.                 contentView = XMLocalAudioVideoView; 
  27.                 localVideoView = XMOSDVideoView; 
  28.                 muteAudioInputSwitch = NSButton; 
  29.                 muteAudioOutputSwitch = NSButton; 
  30.                 videoDeviceSettingsBox = NSBox; 
  31.                 videoDeviceSettingsButton = NSButton; 
  32.                 videoDeviceSettingsPanel = NSPanel; 
  33.                 videoDeviceSettingsView = XMOSDVideoView; 
  34.                 videoDevicesPopUp = NSPopUpButton; 
  35.                 videoDisabledFld = NSTextField; 
  36.             }; 
  37.             SUPERCLASS = NSObject; 
  38.         }, 
  39.         {
  40.             CLASS = XMLocalAudioVideoView; 
  41.             LANGUAGE = ObjC; 
  42.             OUTLETS = {
  43.                 audioContentView = NSView; 
  44.                 disclosureContentView = NSView; 
  45.                 videoContentView = NSView; 
  46.             }; 
  47.             SUPERCLASS = NSView; 
  48.         }, 
  49.         {CLASS = XMOSDVideoView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
  50.     ); 
  51.     IBVersion = 1; 
  52. }