classes.nib 10.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
    IBClasses =     (
                {
            CLASS = FirstResponder;
            LANGUAGE = ObjC;
            SUPERCLASS = NSObject;
        },
                {
            CLASS = NSApplication;
            LANGUAGE = ObjC;
            SUPERCLASS = NSResponder;
        },
                {
            CLASS = NSObject;
            LANGUAGE = ObjC;
        },
                {
            ACTIONS =             {
19
                expandMRLfieldAction = id;
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
                eyetvGetPlugin = id;
                eyetvLaunch = id;
                eyetvSwitchChannel = id;
                openCaptureModeChanged = id;
                openDisc = id;
                openDiscMenusChanged = id;
                openDiscStepperChanged = id;
                openDiscTypeChanged = id;
                openFile = id;
                openFileBrowse = id;
                openFileGeneric = id;
                openFileStreamChanged = id;
                openNet = id;
                openNetModeChanged = id;
                openNetStepperChanged = id;
                openNetUDPButtonAction = id;
                openVTSBrowse = id;
                panelCancel = id;
                panelOk = id;
                screenStepperChanged = id;
                subCloseSheet = id;
                subDelayStepperChanged = id;
                subFileBrowse = id;
                subFpsStepperChanged = id;
                subOverride = id;
                subSettings = id;
                subsChanged = id;
            };
            CLASS = VLCOpen;
            LANGUAGE = ObjC;
            OUTLETS =             {
                "o_btn_cancel" = id;
                "o_btn_ok" = id;
                "o_capture_label_view" = id;
                "o_capture_lbl" = id;
                "o_capture_long_lbl" = id;
                "o_capture_mode_pop" = id;
                "o_currentCaptureView" = id;
                "o_disc_chapter" = id;
                "o_disc_chapter_lbl" = id;
                "o_disc_chapter_stp" = id;
                "o_disc_device" = id;
                "o_disc_device_lbl" = id;
                "o_disc_dvd_menus" = id;
                "o_disc_title" = id;
                "o_disc_title_lbl" = id;
                "o_disc_title_stp" = id;
                "o_disc_type" = id;
                "o_disc_videots_btn_browse" = id;
                "o_disc_videots_folder" = id;
                "o_eyetv_channels_pop" = id;
                "o_eyetv_chn_bgbar" = id;
                "o_eyetv_chn_status_txt" = id;
                "o_eyetv_currentChannel_lbl" = id;
                "o_eyetv_getPlugin_btn" = id;
                "o_eyetv_launchEyeTV_btn" = id;
                "o_eyetv_nextProgram_btn" = id;
                "o_eyetv_noInstanceLong_lbl" = id;
                "o_eyetv_noInstance_lbl" = id;
                "o_eyetv_notLaunched_view" = id;
                "o_eyetv_previousProgram_btn" = id;
                "o_eyetv_running_view" = id;
                "o_file_btn_browse" = id;
                "o_file_path" = id;
                "o_file_stream" = id;
                "o_file_sub_align_lbl" = id;
                "o_file_sub_align_pop" = id;
                "o_file_sub_btn_browse" = id;
                "o_file_sub_btn_settings" = id;
                "o_file_sub_ckbox" = id;
                "o_file_sub_delay" = id;
                "o_file_sub_delay_lbl" = id;
                "o_file_sub_delay_stp" = id;
                "o_file_sub_encoding_lbl" = id;
                "o_file_sub_encoding_pop" = id;
                "o_file_sub_file_box" = id;
                "o_file_sub_font_box" = id;
                "o_file_sub_fps" = id;
                "o_file_sub_fps_lbl" = id;
                "o_file_sub_fps_stp" = id;
                "o_file_sub_ok_btn" = id;
                "o_file_sub_override" = id;
                "o_file_sub_path" = id;
                "o_file_sub_sheet" = id;
                "o_file_sub_size_lbl" = id;
                "o_file_sub_size_pop" = id;
                "o_mrl" = id;
107
                "o_mrl_btn" = id;
108
                "o_mrl_lbl" = id;
109
                "o_mrl_view" = id;
110 111 112 113 114 115
                "o_net_help_lbl" = id;
                "o_net_help_udp_lbl" = id;
                "o_net_http_url" = id;
                "o_net_http_url_lbl" = id;
                "o_net_mode" = id;
                "o_net_openUDP_btn" = id;
116
                "o_net_udp_address_lbl" = id;
117
                "o_net_udp_cancel_btn" = id;
118
                "o_net_udp_mode_lbl" = id;
119 120 121 122 123
                "o_net_udp_ok_btn" = id;
                "o_net_udp_panel" = id;
                "o_net_udp_port" = id;
                "o_net_udp_port_lbl" = id;
                "o_net_udp_port_stp" = id;
124 125
                "o_net_udp_protocol_lbl" = id;
                "o_net_udp_protocol_mat" = id;
126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
                "o_net_udpm_addr" = id;
                "o_net_udpm_addr_lbl" = id;
                "o_net_udpm_port" = id;
                "o_net_udpm_port_lbl" = id;
                "o_net_udpm_port_stp" = id;
                "o_output_ckbox" = id;
                "o_panel" = id;
                "o_playlist" = id;
                "o_screen_follow_mouse_ckb" = id;
                "o_screen_fps_fld" = id;
                "o_screen_fps_lbl" = id;
                "o_screen_fps_stp" = id;
                "o_screen_height_fld" = id;
                "o_screen_height_lbl" = id;
                "o_screen_height_stp" = id;
                "o_screen_lbl" = id;
                "o_screen_left_fld" = id;
                "o_screen_left_lbl" = id;
                "o_screen_left_stp" = id;
                "o_screen_long_lbl" = id;
                "o_screen_top_fld" = id;
                "o_screen_top_lbl" = id;
                "o_screen_top_stp" = id;
                "o_screen_view" = id;
                "o_screen_width_fld" = id;
                "o_screen_width_lbl" = id;
                "o_screen_width_stp" = id;
                "o_sout_options" = id;
                "o_tabview" = id;
            };
            SUPERCLASS = NSObject;
        },
                {
            CLASS = VLCOpenTextField;
            LANGUAGE = ObjC;
            SUPERCLASS = NSTextField;
        },
                {
            ACTIONS =             {
                announceChanged = id;
                outputChanged = id;
                outputCloseSheet = id;
                outputFileBrowse = id;
                outputInfoChanged = id;
                outputMethodChanged = id;
                outputSettings = id;
                streamPortStepperChanged = id;
                streamTTLStepperChanged = id;
                transcodeChanged = id;
                transcodeInfoChanged = id;
            };
            CLASS = VLCOutput;
            LANGUAGE = ObjC;
            OUTLETS =             {
                "o_btn_browse" = id;
                "o_btn_ok" = id;
                "o_channel_name" = id;
                "o_channel_name_lbl" = id;
                "o_display" = id;
                "o_dump_chkbox" = id;
                "o_file_chkbox" = id;
                "o_file_field" = id;
                "o_http_chkbox" = id;
                "o_method" = id;
                "o_misc_lbl" = id;
                "o_mux_lbl" = id;
                "o_mux_selector" = id;
                "o_open_panel" = id;
                "o_options_lbl" = id;
                "o_output_ckbox" = id;
                "o_output_settings" = id;
                "o_output_sheet" = id;
                "o_rtsp_chkbox" = id;
                "o_sap_chkbox" = id;
                "o_sdp_url" = id;
                "o_sdp_url_lbl" = id;
                "o_stream_address" = id;
                "o_stream_address_lbl" = id;
                "o_stream_port" = id;
                "o_stream_port_lbl" = id;
                "o_stream_port_stp" = id;
                "o_stream_ttl" = id;
                "o_stream_ttl_lbl" = id;
                "o_stream_ttl_stp" = id;
                "o_stream_type" = id;
                "o_stream_type_lbl" = id;
                "o_transcode_audio_bitrate" = id;
                "o_transcode_audio_bitrate_lbl" = id;
                "o_transcode_audio_channels" = id;
                "o_transcode_audio_channels_lbl" = id;
                "o_transcode_audio_chkbox" = id;
                "o_transcode_audio_selector" = id;
                "o_transcode_lbl" = id;
                "o_transcode_video_bitrate" = id;
                "o_transcode_video_bitrate_lbl" = id;
                "o_transcode_video_chkbox" = id;
                "o_transcode_video_scale" = id;
                "o_transcode_video_scale_lbl" = id;
                "o_transcode_video_selector" = id;
            };
            SUPERCLASS = NSObject;
        },
                {
            ACTIONS =             {
                addNode = id;
                deleteItem = id;
                downloadCoverArt = id;
                playItem = id;
                preparseItem = id;
                recursiveExpandNode = id;
                revealItemInFinder = id;
                savePlaylist = id;
                searchItem = id;
                selectAll = id;
                servicesChange = id;
                sortNodeByAuthor = id;
                sortNodeByName = id;
            };
            CLASS = VLCPlaylist;
            LANGUAGE = ObjC;
            OUTLETS =             {
                "o_btn_addNode" = id;
                "o_btn_playlist" = id;
                "o_controller" = id;
                "o_ctx_menu" = id;
                "o_mi_addNode" = id;
                "o_mi_delete" = id;
                "o_mi_dl_cover_art" = id;
                "o_mi_info" = id;
                "o_mi_play" = id;
                "o_mi_preparse" = id;
                "o_mi_recursive_expand" = id;
                "o_mi_revealInFinder" = id;
                "o_mi_save_playlist" = id;
                "o_mi_selectall" = id;
                "o_mi_services" = id;
                "o_mi_sort_author" = id;
                "o_mi_sort_name" = id;
                "o_mm_mi_revealInFinder" = id;
                "o_mm_mi_services" = id;
                "o_mm_mu_services" = id;
                "o_mu_services" = id;
                "o_playlist_view" = id;
                "o_playlist_wizard" = id;
                "o_save_accessory_popup" = id;
                "o_save_accessory_text" = id;
                "o_save_accessory_view" = id;
                "o_search_field" = id;
                "o_status_field" = id;
                "o_tc_sortColumn" = id;
            };
            SUPERCLASS = VLCPlaylistCommon;
        },
                {
            CLASS = VLCPlaylistCommon;
            LANGUAGE = ObjC;
            OUTLETS =             {
                "o_outline_view" = id;
                "o_tc_author" = id;
                "o_tc_duration" = id;
                "o_tc_name" = id;
            };
            SUPERCLASS = NSObject;
        }
    );
    IBVersion = 1;
}