Ignore:
Timestamp:
May 15, 2014, 7:53:54 PM (11 years ago)
Author:
Silvan Scherrer
Message:

SMPlayer: update vendor to 0.8.7

File:
1 edited

Legend:

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

    r140 r163  
    11/*  smplayer, GUI front-end for mplayer.
    2     Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
     2    Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
    33
    44    This program is free software; you can redistribute it and/or modify
     
    3232class TimeSliderAction;
    3333class VolumeSliderAction;
    34 class FloatingWidget;
     34class AutohideWidget;
    3535class TimeLabelAction;
    3636class MyAction;
     
    8080protected slots:
    8181        virtual void updateWidgets();
     82        virtual void applyNewPreferences();
    8283        virtual void displayTime(QString text);
    8384        virtual void displayFrame(int frame);
    8485        virtual void displayABSection(int secs_a, int secs_b);
    8586        virtual void displayVideoInfo(int width, int height, double fps);
    86 
    87         virtual void showFloatingControl(QPoint p);
    88         virtual void showFloatingMenu(QPoint p);
    89         virtual void hideFloatingControls();
    9087
    9188        // Reimplemented:
     
    9491        virtual void disableActionsOnStop();
    9592#endif
     93
     94protected:
     95        void reconfigureFloatingControl();
    9696
    9797protected:
     
    118118#endif
    119119
    120         FloatingWidget * floating_control;
     120        AutohideWidget * floating_control;
    121121        TimeLabelAction * time_label_action;
    122122
Note: See TracChangeset for help on using the changeset viewer.