Changeset 188 for smplayer/trunk/src/prefplaylist.h
- Timestamp:
- Jan 24, 2017, 12:41:54 PM (8 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 186
- Property svn:mergeinfo changed
-
smplayer/trunk/src/prefplaylist.h
r176 r188 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 6Ricardo Villalba <rvm@users.sourceforge.net>2 Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 37 37 38 38 // Pass data to the dialog 39 39 void setData(Preferences * pref); 40 40 41 41 // Apply changes 42 42 void getData(Preferences * pref); 43 43 44 44 … … 55 55 bool playFilesFromStart(); 56 56 57 void setPlayOnLoad(bool b); 58 bool playOnLoad(); 59 60 void setPlayNextAutomatically(bool b); 61 bool playNextAutomatically(); 62 57 63 void setIgnorePlayerErrors(bool b); 58 64 bool ignorePlayerErrors(); 65 66 void setAutoSort(bool b); 67 bool autoSort(); 68 69 void setFilterCaseSensitive(bool b); 70 bool filterCaseSensitive(); 59 71 60 72 protected:
Note:
See TracChangeset
for help on using the changeset viewer.