~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/player-player-h.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    </div>
47
47
    <div id="shortCut">
48
48
      <ul>
49
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
49
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
50
50
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
51
51
      </ul>
52
52
     </div>
192
192
 class QLabel;
193
193
 class QModelIndex;
194
194
 class QSlider;
 
195
 class QPushButton;
195
196
 
196
197
 class QMediaPlayer;
197
198
 class QVideoWidget;
224
225
 
225
226
     void statusChanged(QMediaPlayer::MediaStatus status);
226
227
     void bufferingProgress(int progress);
 
228
     void videoAvailableChanged(bool available);
227
229
 
228
230
     void displayErrorMessage();
229
231
 
 
232
 #ifndef PLAYER_NO_COLOROPTIONS
230
233
     void showColorDialog();
231
 
 
 
234
 #endif
232
235
     void addToPlaylist(const QStringList&amp; fileNames);
233
236
 
234
237
 private:
241
244
     QVideoWidget *videoWidget;
242
245
     QLabel *coverLabel;
243
246
     QSlider *slider;
 
247
     QPushButton *fullScreenButton;
 
248
 #ifndef PLAYER_NO_COLOROPTIONS
 
249
     QPushButton *colorButton;
 
250
     QDialog *colorDialog;
 
251
 #endif
244
252
     PlaylistModel *playlistModel;
245
253
     QAbstractItemView *playlistView;
246
254
     QString trackInfo;
247
255
     QString statusInfo;
248
 
     QDialog *colorDialog;
249
256
 };
250
257
 
251
258
 #endif</pre>