Changeset 163 for smplayer/vendor/current/src/defaultgui.h
- Timestamp:
- May 15, 2014, 7:53:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/defaultgui.h
r140 r163 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 3Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 32 32 class TimeSliderAction; 33 33 class VolumeSliderAction; 34 class FloatingWidget;34 class AutohideWidget; 35 35 class TimeLabelAction; 36 36 class MyAction; … … 80 80 protected slots: 81 81 virtual void updateWidgets(); 82 virtual void applyNewPreferences(); 82 83 virtual void displayTime(QString text); 83 84 virtual void displayFrame(int frame); 84 85 virtual void displayABSection(int secs_a, int secs_b); 85 86 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();90 87 91 88 // Reimplemented: … … 94 91 virtual void disableActionsOnStop(); 95 92 #endif 93 94 protected: 95 void reconfigureFloatingControl(); 96 96 97 97 protected: … … 118 118 #endif 119 119 120 FloatingWidget * floating_control;120 AutohideWidget * floating_control; 121 121 TimeLabelAction * time_label_action; 122 122
Note:
See TracChangeset
for help on using the changeset viewer.