~ubuntu-branches/ubuntu/natty/vlc/natty

« back to all changes in this revision

Viewing changes to modules/gui/qt4/components/epg/EPGView.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-07-23 10:41:59 UTC
  • mfrom: (1.1.31 upstream)
  • Revision ID: james.westby@ubuntu.com-20100723104159-pudrtu70a1svhiyl
Tags: 1.1.1-1+exp1ubuntu1
* Merge from Debian experimental, remaining changes:
  - build and install the libx264 plugin
  - add Xb-Npp header to vlc package
  - Add apport hook to include more vlc dependencies in bug reports

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * EPGView.h : EPGView
3
3
 ****************************************************************************
4
4
 * Copyright © 2009-2010 VideoLAN
5
 
 * $Id: 0655ce5b3fd164d4f88ddac5d0f591848ca2f3f0 $
 
5
 * $Id: 6c26be11f202a0409c2a988a95b1e56acd3bf61c $
6
6
 *
7
7
 * Authors: Ludovic Fauvet <etix@l0cal.com>
8
8
 *
41
41
 
42
42
    void            setScale( double scaleFactor );
43
43
 
44
 
    void            setStartTime( const QDateTime& startTime );
 
44
    void            updateStartTime();
45
45
    const QDateTime& startTime();
46
46
 
47
47
    void            addEvent( EPGEvent* event );