Ignore:
Timestamp:
May 23, 2013, 5:06:17 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.5'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smplayer/vendor/current/src/basegui.h

    r137 r140  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2012 Ricardo Villalba <[email protected]>
     2    Copyright (C) 2006-201 Ricardo Villalba <[email protected]>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3434#endif
    3535
     36
     37
     38
     39
     40
     41
     42
     43
    3644class QWidget;
    3745class QMenu;
     
    4149class QLabel;
    4250class FilePropertiesDialog;
    43 class VideoEqualizer;
     51class VideoEqualizer;
    4452class AudioEqualizer;
    4553class Playlist;
     
    6068class Favorites;
    6169class TVList;
     70
     71
    6272
    6373class BaseGui : public QMainWindow
     
    101111        virtual void openDirectory(QString directory);
    102112
     113
    103114        virtual void helpFAQ();
    104115        virtual void helpCLOptions();
     
    107118        virtual void helpAbout();
    108119        virtual void helpAboutQt();
     120
     121
    109122
    110123        virtual void loadSub();
     
    185198        virtual void updateVideoEqualizer();
    186199        virtual void updateAudioEqualizer();
     200
     201
    187202
    188203        virtual void newMediaLoaded();
     
    194209        void checkMplayerVersion();
    195210        void displayWarningAboutOldMplayer();
     211
     212
     213
     214
     215
     216
     217
     218
    196219#endif
    197220
     
    202225#endif
    203226
    204         virtual void resizeWindow(int w, int h);
     227        void changeSizeFactor(int factor);
     228        void toggleDoubleSize();
     229        void resizeMainWindow(int w, int h);
     230        void resizeWindow(int w, int h);
    205231        virtual void hidePanel();
    206232
     
    452478
    453479        // Menu Help
     480
    454481        MyAction * showFAQAct;
    455482        MyAction * showCLOptionsAct; // Command line options
     
    458485        MyAction * aboutQtAct;
    459486        MyAction * aboutThisAct;
     487
     488
     489
     490
     491
     492
    460493
    461494        // Playlist
     
    595628        MyAction * ccChannel4Act;
    596629
     630
     631
     632
     633
     634
     635
     636
     637
     638
    597639
    598640        // Audio Channels Action Group
     
    610652        MyAction * leftChannelAct;
    611653        MyAction * rightChannelAct;
     654
     655
    612656
    613657        // Other groups
     
    676720#endif
    677721        QMenu * closed_captions_menu;
     722
     723
     724
    678725
    679726        QMenu * popup;
     
    691738        FilePropertiesDialog *file_dialog;
    692739        Playlist * playlist;
    693         VideoEqualizer * video_equalizer;
     740        VideoEqualizer;
    694741        AudioEqualizer * audio_equalizer;
    695742#ifdef FIND_SUBTITLES
     
    707754        TVList * tvlist;
    708755        TVList * radiolist;
     756
     757
     758
     759
    709760
    710761        QStringList actions_list;
Note: See TracChangeset for help on using the changeset viewer.