Annotation of hatari/src/gui-osx/SDLMain.nib/classes.nib, revision 1.1

1.1     ! root        1: {
        !             2:     IBClasses = (
        !             3:         {
        !             4:             ACTIONS = {createFloppyImage = id; runModal = id; }; 
        !             5:             CLASS = CreateFloppyController; 
        !             6:             LANGUAGE = ObjC; 
        !             7:             OUTLETS = {
        !             8:                 sectors = NSMatrix; 
        !             9:                 sides = NSMatrix; 
        !            10:                 tracks = NSPopUpButton; 
        !            11:                 window = NSWindow; 
        !            12:             }; 
        !            13:             SUPERCLASS = NSObject; 
        !            14:         }, 
        !            15:         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
        !            16:         {
        !            17:             ACTIONS = {
        !            18:                 changeViewedJoystick = id; 
        !            19:                 chooseCartridgeImage = id; 
        !            20:                 chooseDefaultImagesLocation = id; 
        !            21:                 chooseFloppyImageA = id; 
        !            22:                 chooseFloppyImageB = id; 
        !            23:                 chooseGemdosImage = id; 
        !            24:                 chooseHdImage = id; 
        !            25:                 chooseKeyboardMappingFile = id; 
        !            26:                 chooseMidiOutputFile = id; 
        !            27:                 choosePrintToFile = id; 
        !            28:                 chooseRS232InputFile = id; 
        !            29:                 chooseRS232OutputFile = id; 
        !            30:                 chooseTosImage = id; 
        !            31:                 commitAndClose = id; 
        !            32:                 ejectFloppyA = id; 
        !            33:                 ejectFloppyB = id; 
        !            34:                 ejectGemdosImage = id; 
        !            35:                 ejectHdImage = id; 
        !            36:                 loadConfig = id; 
        !            37:                 loadPrefs = id; 
        !            38:                 myAction = id; 
        !            39:                 saveConfig = id; 
        !            40:                 updateEnabledStates = id; 
        !            41:             }; 
        !            42:             CLASS = PrefsController; 
        !            43:             LANGUAGE = ObjC; 
        !            44:             OUTLETS = {
        !            45:                 autoInsertB = NSButton; 
        !            46:                 blitter = NSButton; 
        !            47:                 bootFromHD = NSButton; 
        !            48:                 captureOnChange = NSButton; 
        !            49:                 cartridgeImage = NSTextField; 
        !            50:                 colorDepth = NSMatrix; 
        !            51:                 compatibleCpu = NSButton; 
        !            52:                 cpuClock = NSMatrix; 
        !            53:                 cpuType = NSMatrix; 
        !            54:                 currentJoystick = NSPopUpButton; 
        !            55:                 defaultImagesLocation = NSTextField; 
        !            56:                 enableAutoFire = NSButton; 
        !            57:                 enableMidi = NSButton; 
        !            58:                 enablePrinter = NSButton; 
        !            59:                 enableRS232 = NSButton; 
        !            60:                 enableSound = NSButton; 
        !            61:                 floppyImageA = NSTextField; 
        !            62:                 floppyImageB = NSTextField; 
        !            63:                 force8bpp = NSButton; 
        !            64:                 frameSkip = NSButton; 
        !            65:                 gemdosImage = NSTextField; 
        !            66:                 hdImage = NSTextField; 
        !            67:                 interleaved = NSButton; 
        !            68:                 joystickDown = NSPopUpButton; 
        !            69:                 joystickFire = NSPopUpButton; 
        !            70:                 joystickLeft = NSPopUpButton; 
        !            71:                 joystickMode = NSMatrix; 
        !            72:                 joystickRight = NSPopUpButton; 
        !            73:                 joystickUp = NSPopUpButton; 
        !            74:                 keyboardMapping = NSMatrix; 
        !            75:                 keyboardMappingFile = NSTextField; 
        !            76:                 machineType = NSMatrix; 
        !            77:                 monitor = NSMatrix; 
        !            78:                 patchTimerD = NSButton; 
        !            79:                 playbackQuality = NSMatrix; 
        !            80:                 printToFile = NSTextField; 
        !            81:                 ramSize = NSMatrix; 
        !            82:                 readRS232FromFile = NSTextField; 
        !            83:                 realJoystick = NSPopUpButton; 
        !            84:                 realTime = NSButton; 
        !            85:                 resolution = NSMatrix; 
        !            86:                 slowFDC = NSButton; 
        !            87:                 tosImage = NSTextField; 
        !            88:                 useBorders = NSButton; 
        !            89:                 useVDIResolution = NSButton; 
        !            90:                 window = NSWindow; 
        !            91:                 writeMidiToFile = NSTextField; 
        !            92:                 writeProtection = NSMatrix; 
        !            93:                 writeRS232ToFile = NSTextField; 
        !            94:                 zoomSTLowRes = NSButton; 
        !            95:             }; 
        !            96:             SUPERCLASS = NSObject; 
        !            97:         }, 
        !            98:         {
        !            99:             ACTIONS = {
        !           100:                 captureAnimation = id; 
        !           101:                 captureScreen = id; 
        !           102:                 captureSound = id; 
        !           103:                 coldReset = id; 
        !           104:                 doFullScreen = id; 
        !           105:                 endCaptureAnimation = id; 
        !           106:                 endCaptureSound = id; 
        !           107:                 help = id; 
        !           108:                 insertDiskA = id; 
        !           109:                 insertDiskB = id; 
        !           110:                 prefsMenu = id; 
        !           111:                 restoreMemorySnap = id; 
        !           112:                 saveMemorySnap = id; 
        !           113:                 warmReset = id; 
        !           114:             }; 
        !           115:             CLASS = SDLMain; 
        !           116:             LANGUAGE = ObjC; 
        !           117:             OUTLETS = {
        !           118:                 beginCaptureAnim = id; 
        !           119:                 beginCaptureSound = id; 
        !           120:                 endCaptureAnim = id; 
        !           121:                 endCaptureSound = id; 
        !           122:             }; 
        !           123:             SUPERCLASS = NSObject; 
        !           124:         }
        !           125:     ); 
        !           126:     IBVersion = 1; 
        !           127: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.