Changeset 175 for smplayer/vendor/current/src/defaultgui.h
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/defaultgui.h
r163 r175 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 4Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 17 17 */ 18 18 19 #ifndef _DEFAULTGUI_H_ 20 #define _DEFAULTGUI_H_ 19 #ifndef DEFAULTGUI_H 20 #define DEFAULTGUI_H 21 22 #define BUFFERING_ANIMATION 21 23 22 24 #include "guiconfig.h" … … 38 40 #if MINI_ARROW_BUTTONS 39 41 class SeekingButton; 42 #endif 43 44 #ifdef BUFFERING_ANIMATION 45 class StateWidget; 40 46 #endif 41 47 … … 91 97 virtual void disableActionsOnStop(); 92 98 #endif 99 virtual void togglePlayAction(Core::State state); 100 101 void adjustFloatingControlSize(); 93 102 94 103 protected: … … 100 109 QLabel * ab_section_display; 101 110 QLabel * video_info_display; 111 #ifdef BUFFERING_ANIMATION 112 StateWidget * state_widget; 113 #endif 102 114 103 115 EditableToolbar * controlwidget;
Note:
See TracChangeset
for help on using the changeset viewer.