Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
c63dbfbd
Commit
c63dbfbd
authored
Jul 23, 2005
by
Felix Paul Kühne
Browse files
* don't use tabs here as well
parent
1d6f52c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/wizard.h
View file @
c63dbfbd
...
...
@@ -28,27 +28,27 @@
#import <Cocoa/Cocoa.h>
@interface
VLCWizard
:
NSObject
{
/* general items */
IBOutlet
id
o_btn_backward
;
{
/* general items */
IBOutlet
id
o_btn_backward
;
IBOutlet
id
o_btn_cancel
;
IBOutlet
id
o_btn_forward
;
IBOutlet
id
o_tab_pageHolder
;
IBOutlet
id
o_tab_pageHolder
;
IBOutlet
id
o_wizard_window
;
IBOutlet
id
o_wizardhelp_window
;
IBOutlet
id
o_wh_txt_title
;
IBOutlet
id
o_wh_txt_text
;
IBOutlet
id
o_wh_btn_okay
;
/* page one ("Hello") */
IBOutlet
id
o_wizardhelp_window
;
IBOutlet
id
o_wh_txt_title
;
IBOutlet
id
o_wh_txt_text
;
IBOutlet
id
o_wh_btn_okay
;
/* page one ("Hello") */
IBOutlet
id
o_t1_btn_mrInfo_strmg
;
IBOutlet
id
o_t1_btn_mrInfo_trnscd
;
IBOutlet
id
o_t1_matrix_strmgOrTrnscd
;
IBOutlet
id
o_t1_txt_notice
;
IBOutlet
id
o_t1_txt_text
;
IBOutlet
id
o_t1_txt_title
;
/* page two ("Input") */
/* page two ("Input") */
IBOutlet
id
o_t2_box_prtExtrct
;
IBOutlet
id
o_t2_ckb_enblPartExtrct
;
IBOutlet
id
o_t2_btn_chooseFile
;
...
...
@@ -61,8 +61,8 @@
IBOutlet
id
o_t2_title
;
IBOutlet
id
o_t2_txt_prtExtrctFrom
;
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_strmgMthd
;
IBOutlet
id
o_t3_fld_address
;
...
...
@@ -70,9 +70,9 @@
IBOutlet
id
o_t3_txt_destInfo
;
IBOutlet
id
o_t3_txt_text
;
IBOutlet
id
o_t3_txt_title
;
IBOutlet
id
o_t3_txt_strgMthdInfo
;
/* page four ("Transcode 1") */
IBOutlet
id
o_t3_txt_strgMthdInfo
;
/* page four ("Transcode 1") */
IBOutlet
id
o_t4_box_audio
;
IBOutlet
id
o_t4_box_video
;
IBOutlet
id
o_t4_ckb_audio
;
...
...
@@ -89,13 +89,13 @@
IBOutlet
id
o_t4_txt_videoCodec
;
IBOutlet
id
o_t4_txt_hintAudio
;
IBOutlet
id
o_t4_txt_hintVideo
;
/* page five ("Encap") */
/* page five ("Encap") */
IBOutlet
id
o_t5_matrix_encap
;
IBOutlet
id
o_t5_text
;
IBOutlet
id
o_t5_title
;
/* page six ("Streaming 2") */
/* page six ("Streaming 2") */
IBOutlet
id
o_t6_ckb_sap
;
IBOutlet
id
o_t6_fld_sap
;
IBOutlet
id
o_t6_fld_ttl
;
...
...
@@ -104,16 +104,16 @@
IBOutlet
id
o_t6_txt_ttl
;
IBOutlet
id
o_t6_btn_mrInfo_ttl
;
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_fld_filePath
;
IBOutlet
id
o_t7_text
;
IBOutlet
id
o_t7_title
;
IBOutlet
id
o_t7_txt_saveFileTo
;
/* page eight ("Summary") */
IBOutlet
id
o_t8_fld_destination
;
/* page eight ("Summary") */
IBOutlet
id
o_t8_fld_destination
;
IBOutlet
id
o_t8_fld_encapFormat
;
IBOutlet
id
o_t8_fld_inptStream
;
IBOutlet
id
o_t8_fld_partExtract
;
...
...
@@ -123,7 +123,7 @@
IBOutlet
id
o_t8_fld_trnscdAudio
;
IBOutlet
id
o_t8_fld_trnscdVideo
;
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_encapFormat
;
IBOutlet
id
o_t8_txt_inputStream
;
...
...
@@ -136,14 +136,14 @@
IBOutlet
id
o_t8_txt_trnscdAudio
;
IBOutlet
id
o_t8_txt_trnscdVideo
;
IBOutlet
id
o_t8_txt_ttl
;
IBOutlet
id
o_t8_txt_mrl
;
NSMutableDictionary
*
o_userSelections
;
NSArray
*
o_videoCodecs
;
NSArray
*
o_audioCodecs
;
NSArray
*
o_encapFormats
;
NSArray
*
o_strmgMthds
;
NSString
*
o_opts
;
IBOutlet
id
o_t8_txt_mrl
;
NSMutableDictionary
*
o_userSelections
;
NSArray
*
o_videoCodecs
;
NSArray
*
o_audioCodecs
;
NSArray
*
o_encapFormats
;
NSArray
*
o_strmgMthds
;
NSString
*
o_opts
;
}
-
(
IBAction
)
cancelRun
:(
id
)
sender
;
-
(
IBAction
)
nextTab
:(
id
)
sender
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment