Changeset 165 for smplayer/trunk/src/skingui/skingui.h
- Timestamp:
- May 16, 2014, 9:51:55 AM (11 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 163
- Property svn:mergeinfo changed
-
smplayer/trunk/src/skingui/skingui.h
r156 r165 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; … … 41 41 #endif 42 42 43 //#define SKIN_ CONTROLWIDGET_OVER_VIDEO143 //#define SKIN_EDITABLE_CONTROL 1 44 44 45 45 class SkinGui : public BaseGuiPlus … … 60 60 void createMainToolBars(); 61 61 void createControlWidget(); 62 #if SKIN_CONTROLWIDGET_OVER_VIDEO63 62 void createFloatingControl(); 64 #endif65 63 void createActions(); 66 64 void createMenus(); … … 81 79 virtual void displayMessage(QString message); 82 80 83 virtual void showFloatingControl(QPoint p);84 virtual void showFloatingMenu(QPoint p);85 virtual void hideFloatingControls();86 87 81 // Reimplemented: 88 82 #if AUTODISABLE_ACTIONS … … 95 89 protected: 96 90 MediaBarPanel* mediaBarPanel; 91 QAction * mediaBarPanelAction; 97 92 98 93 EditableToolbar * toolbar1; … … 107 102 #endif 108 103 109 #if SKIN_CONTROLWIDGET_OVER_VIDEO 110 FloatingWidget * floating_control; 111 #endif 104 AutohideWidget * floating_control; 112 105 TimeLabelAction * time_label_action; 113 106 114 107 #if USE_CONFIGURABLE_TOOLBARS 115 108 MyAction * editToolbar1Act; 116 #if SKIN_CONTROLWIDGET_OVER_VIDEO109 #if defined(SKIN_EDITABLE_CONTROL) 117 110 MyAction * editFloatingControlAct; 118 111 #endif … … 128 121 bool fullscreen_toolbar1_was_visible; 129 122 bool compact_toolbar1_was_visible; 123 124 bool was_muted; 130 125 }; 131 126
Note:
See TracChangeset
for help on using the changeset viewer.