]> git.sesse.net Git - vlc/blob - modules/gui/qt4/components/open_panels.hpp
Open Dialog: Close #1912
[vlc] / modules / gui / qt4 / components / open_panels.hpp
1 /*****************************************************************************
2  * open.hpp : Panels for the open dialogs
3  ****************************************************************************
4  * Copyright (C) 2006-2007 the VideoLAN team
5  * Copyright (C) 2007 Société des arts technologiques
6  * Copyright (C) 2007 Savoir-faire Linux
7  * $Id$
8  *
9  * Authors: Clément Stenac <zorglub@videolan.org>
10  *          Jean-Baptiste Kempf <jb@videolan.org>
11  *          Pierre-Luc Beaudoin <pierre-luc.beaudoin@savoirfairelinux.com>
12  *
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation; either version 2 of the License, or
16  * (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU General Public License for more details.
22  *
23  * You should have received a copy of the GNU General Public License
24  * along with this program; if not, write to the Free Software
25  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
26  *****************************************************************************/
27
28 #ifndef _OPENPANELS_H_
29 #define _OPENPANELS_H_
30
31 #ifdef HAVE_CONFIG_H
32 # include "config.h"
33 #endif
34
35 #include <vlc_common.h>
36
37 #include <QFileDialog>
38
39 #include "ui/open_file.h"
40 #include "ui/open_disk.h"
41 #include "ui/open_net.h"
42 #include "ui/open_capture.h"
43
44 #include "components/preferences_widgets.hpp"
45
46 #include <limits.h>
47
48 #define setSpinBoxFreq( spinbox ){ spinbox->setRange ( 0, INT_MAX ); \
49     spinbox->setAccelerated( true ); }
50
51 enum
52 {
53     NO_PROTO,
54     HTTP_PROTO,
55     HTTPS_PROTO,
56     MMS_PROTO,
57     FTP_PROTO,
58     RTSP_PROTO,
59     RTP_PROTO,
60     UDP_PROTO,
61     RTMP_PROTO
62 };
63
64
65 enum
66 {
67     V4L_DEVICE,
68     V4L2_DEVICE,
69     PVR_DEVICE,
70     DVB_DEVICE,
71     BDA_DEVICE,
72     DSHOW_DEVICE,
73     SCREEN_DEVICE,
74     JACK_DEVICE
75 };
76
77 static const char *psz_devModule[] = { "v4l", "v4l2", "pvr", "dvb", "bda",
78                                        "dshow", "screen", "jack" };
79
80
81 class QWidget;
82 class QLineEdit;
83 class QString;
84
85 class OpenPanel: public QWidget
86 {
87     Q_OBJECT;
88 public:
89     OpenPanel( QWidget *p, intf_thread_t *_p_intf ) : QWidget( p )
90     {
91         p_intf = _p_intf;
92     }
93     virtual ~OpenPanel() {};
94     virtual void clear() = 0;
95 protected:
96     intf_thread_t *p_intf;
97 public slots:
98     virtual void updateMRL() = 0;
99 signals:
100     void mrlUpdated( QString );
101     void methodChanged( QString method );
102 };
103
104 class FileOpenBox: public QFileDialog
105 {
106     Q_OBJECT;
107 public:
108     FileOpenBox( QWidget *parent, const QString &caption,
109         const QString &directory, const QString &filter ):
110         QFileDialog( parent, caption, directory, filter ) {}
111 public slots:
112     void accept();
113     void reject();
114 };
115
116 class FileOpenPanel: public OpenPanel
117 {
118     Q_OBJECT;
119 public:
120     FileOpenPanel( QWidget *, intf_thread_t * );
121     virtual ~FileOpenPanel();
122     virtual void clear() ;
123     virtual void accept() ;
124 private:
125     Ui::OpenFile ui;
126     QStringList browse( QString );
127     FileOpenBox *dialogBox;
128     QLineEdit *lineFileEdit;
129     QStringList fileCompleteList ;
130 public slots:
131     virtual void updateMRL();
132 private slots:
133     void browseFileSub();
134     void toggleSubtitleFrame();
135 };
136
137 class NetOpenPanel: public OpenPanel
138 {
139     Q_OBJECT;
140 public:
141     NetOpenPanel( QWidget *, intf_thread_t * );
142     virtual ~NetOpenPanel();
143     virtual void clear() ;
144 private:
145     Ui::OpenNetwork ui;
146 public slots:
147     virtual void updateMRL();
148 private slots:
149     void updateProtocol( int );
150 };
151
152 class DiscOpenPanel: public OpenPanel
153 {
154     Q_OBJECT;
155 public:
156     DiscOpenPanel( QWidget *, intf_thread_t * );
157     virtual ~DiscOpenPanel();
158     virtual void clear() ;
159     virtual void accept() ;
160 private:
161     Ui::OpenDisk ui;
162     char *psz_dvddiscpath, *psz_vcddiscpath, *psz_cddadiscpath;
163     bool b_firstdvd, b_firstvcd, b_firstcdda;
164 public slots:
165     virtual void updateMRL() ;
166 private slots:
167     void browseDevice();
168     void updateButtons() ;
169     void eject();
170 };
171
172
173 class CaptureOpenPanel: public OpenPanel
174 {
175     Q_OBJECT;
176 public:
177     CaptureOpenPanel( QWidget *, intf_thread_t * );
178     virtual ~CaptureOpenPanel();
179     virtual void clear() ;
180 private:
181     Ui::OpenCapture ui;
182     QString advMRL;
183     QDialog *adv;
184 #ifdef WIN32
185     QRadioButton *bdas, *bdat, *bdac;
186     QSpinBox *bdaCard, *bdaFreq, *bdaSrate;
187     QLabel *bdaSrateLabel, *bdaBandLabel;
188     QComboBox *bdaBandBox;
189     StringListConfigControl *vdevDshowW, *adevDshowW;
190     QLineEdit *dshowVSizeLine;
191 #else
192     QRadioButton *dvbs, *dvbt, *dvbc;
193     QSpinBox  *v4lFreq, *pvrFreq, *pvrBitr;
194     QLineEdit *v4lVideoDevice, *v4lAudioDevice;
195     QLineEdit *v4l2VideoDevice, *v4l2AudioDevice;
196     QLineEdit *pvrDevice, *pvrRadioDevice;
197     QComboBox *v4lNormBox, *v4l2StdBox, *pvrNormBox;
198     QSpinBox *dvbCard, *dvbFreq, *dvbSrate;
199     QSpinBox *jackChannels, *jackCaching;
200     QCheckBox *jackPace, *jackConnect;
201     QLineEdit *jackPortsSelected;
202 #endif
203
204 public slots:
205     virtual void updateMRL();
206 private slots:
207     void updateButtons();
208     void advancedDialog();
209 };
210
211 #endif