Commit c63dbfbd authored by Felix Paul Kühne's avatar Felix Paul Kühne

* don't use tabs here as well

parent 1d6f52c8
...@@ -28,27 +28,27 @@ ...@@ -28,27 +28,27 @@
#import <Cocoa/Cocoa.h> #import <Cocoa/Cocoa.h>
@interface VLCWizard : NSObject @interface VLCWizard : NSObject
{ {
/* general items */ /* general items */
IBOutlet id o_btn_backward; IBOutlet id o_btn_backward;
IBOutlet id o_btn_cancel; IBOutlet id o_btn_cancel;
IBOutlet id o_btn_forward; IBOutlet id o_btn_forward;
IBOutlet id o_tab_pageHolder; IBOutlet id o_tab_pageHolder;
IBOutlet id o_wizard_window; IBOutlet id o_wizard_window;
IBOutlet id o_wizardhelp_window; IBOutlet id o_wizardhelp_window;
IBOutlet id o_wh_txt_title; IBOutlet id o_wh_txt_title;
IBOutlet id o_wh_txt_text; IBOutlet id o_wh_txt_text;
IBOutlet id o_wh_btn_okay; IBOutlet id o_wh_btn_okay;
/* page one ("Hello") */ /* page one ("Hello") */
IBOutlet id o_t1_btn_mrInfo_strmg; IBOutlet id o_t1_btn_mrInfo_strmg;
IBOutlet id o_t1_btn_mrInfo_trnscd; IBOutlet id o_t1_btn_mrInfo_trnscd;
IBOutlet id o_t1_matrix_strmgOrTrnscd; IBOutlet id o_t1_matrix_strmgOrTrnscd;
IBOutlet id o_t1_txt_notice; IBOutlet id o_t1_txt_notice;
IBOutlet id o_t1_txt_text; IBOutlet id o_t1_txt_text;
IBOutlet id o_t1_txt_title; IBOutlet id o_t1_txt_title;
/* page two ("Input") */ /* page two ("Input") */
IBOutlet id o_t2_box_prtExtrct; IBOutlet id o_t2_box_prtExtrct;
IBOutlet id o_t2_ckb_enblPartExtrct; IBOutlet id o_t2_ckb_enblPartExtrct;
IBOutlet id o_t2_btn_chooseFile; IBOutlet id o_t2_btn_chooseFile;
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
IBOutlet id o_t2_title; IBOutlet id o_t2_title;
IBOutlet id o_t2_txt_prtExtrctFrom; IBOutlet id o_t2_txt_prtExtrctFrom;
IBOutlet id o_t2_txt_prtExtrctTo; IBOutlet id o_t2_txt_prtExtrctTo;
/* page one ("Streaming 1") */ /* page one ("Streaming 1") */
IBOutlet id o_t3_box_dest; IBOutlet id o_t3_box_dest;
IBOutlet id o_t3_box_strmgMthd; IBOutlet id o_t3_box_strmgMthd;
IBOutlet id o_t3_fld_address; IBOutlet id o_t3_fld_address;
...@@ -70,9 +70,9 @@ ...@@ -70,9 +70,9 @@
IBOutlet id o_t3_txt_destInfo; IBOutlet id o_t3_txt_destInfo;
IBOutlet id o_t3_txt_text; IBOutlet id o_t3_txt_text;
IBOutlet id o_t3_txt_title; IBOutlet id o_t3_txt_title;
IBOutlet id o_t3_txt_strgMthdInfo; IBOutlet id o_t3_txt_strgMthdInfo;
/* page four ("Transcode 1") */ /* page four ("Transcode 1") */
IBOutlet id o_t4_box_audio; IBOutlet id o_t4_box_audio;
IBOutlet id o_t4_box_video; IBOutlet id o_t4_box_video;
IBOutlet id o_t4_ckb_audio; IBOutlet id o_t4_ckb_audio;
...@@ -89,13 +89,13 @@ ...@@ -89,13 +89,13 @@
IBOutlet id o_t4_txt_videoCodec; IBOutlet id o_t4_txt_videoCodec;
IBOutlet id o_t4_txt_hintAudio; IBOutlet id o_t4_txt_hintAudio;
IBOutlet id o_t4_txt_hintVideo; IBOutlet id o_t4_txt_hintVideo;
/* page five ("Encap") */ /* page five ("Encap") */
IBOutlet id o_t5_matrix_encap; IBOutlet id o_t5_matrix_encap;
IBOutlet id o_t5_text; IBOutlet id o_t5_text;
IBOutlet id o_t5_title; IBOutlet id o_t5_title;
/* page six ("Streaming 2") */ /* page six ("Streaming 2") */
IBOutlet id o_t6_ckb_sap; IBOutlet id o_t6_ckb_sap;
IBOutlet id o_t6_fld_sap; IBOutlet id o_t6_fld_sap;
IBOutlet id o_t6_fld_ttl; IBOutlet id o_t6_fld_ttl;
...@@ -104,16 +104,16 @@ ...@@ -104,16 +104,16 @@
IBOutlet id o_t6_txt_ttl; IBOutlet id o_t6_txt_ttl;
IBOutlet id o_t6_btn_mrInfo_ttl; IBOutlet id o_t6_btn_mrInfo_ttl;
IBOutlet id o_t6_btn_mrInfo_sap; IBOutlet id o_t6_btn_mrInfo_sap;
/* page seven ("Transcode 2") */ /* page seven ("Transcode 2") */
IBOutlet id o_t7_btn_chooseFile; IBOutlet id o_t7_btn_chooseFile;
IBOutlet id o_t7_fld_filePath; IBOutlet id o_t7_fld_filePath;
IBOutlet id o_t7_text; IBOutlet id o_t7_text;
IBOutlet id o_t7_title; IBOutlet id o_t7_title;
IBOutlet id o_t7_txt_saveFileTo; IBOutlet id o_t7_txt_saveFileTo;
/* page eight ("Summary") */ /* page eight ("Summary") */
IBOutlet id o_t8_fld_destination; IBOutlet id o_t8_fld_destination;
IBOutlet id o_t8_fld_encapFormat; IBOutlet id o_t8_fld_encapFormat;
IBOutlet id o_t8_fld_inptStream; IBOutlet id o_t8_fld_inptStream;
IBOutlet id o_t8_fld_partExtract; IBOutlet id o_t8_fld_partExtract;
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
IBOutlet id o_t8_fld_trnscdAudio; IBOutlet id o_t8_fld_trnscdAudio;
IBOutlet id o_t8_fld_trnscdVideo; IBOutlet id o_t8_fld_trnscdVideo;
IBOutlet id o_t8_fld_ttl; IBOutlet id o_t8_fld_ttl;
IBOutlet id o_t8_fld_mrl; IBOutlet id o_t8_fld_mrl;
IBOutlet id o_t8_txt_destination; IBOutlet id o_t8_txt_destination;
IBOutlet id o_t8_txt_encapFormat; IBOutlet id o_t8_txt_encapFormat;
IBOutlet id o_t8_txt_inputStream; IBOutlet id o_t8_txt_inputStream;
...@@ -136,14 +136,14 @@ ...@@ -136,14 +136,14 @@
IBOutlet id o_t8_txt_trnscdAudio; IBOutlet id o_t8_txt_trnscdAudio;
IBOutlet id o_t8_txt_trnscdVideo; IBOutlet id o_t8_txt_trnscdVideo;
IBOutlet id o_t8_txt_ttl; IBOutlet id o_t8_txt_ttl;
IBOutlet id o_t8_txt_mrl; IBOutlet id o_t8_txt_mrl;
NSMutableDictionary * o_userSelections; NSMutableDictionary * o_userSelections;
NSArray * o_videoCodecs; NSArray * o_videoCodecs;
NSArray * o_audioCodecs; NSArray * o_audioCodecs;
NSArray * o_encapFormats; NSArray * o_encapFormats;
NSArray * o_strmgMthds; NSArray * o_strmgMthds;
NSString * o_opts; NSString * o_opts;
} }
- (IBAction)cancelRun:(id)sender; - (IBAction)cancelRun:(id)sender;
- (IBAction)nextTab:(id)sender; - (IBAction)nextTab:(id)sender;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment