Changeset 118 for smplayer/vendor/current/src/playlist.h
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/playlist.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/playlist.h
r90 r118 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 76 76 int count(); 77 77 bool isEmpty(); 78 78 79 79 80 bool isModified() { return modified; }; … … 93 94 virtual void removeSelected(); 94 95 virtual void removeAll(); 96 97 98 99 95 100 96 101 virtual void addCurrentFile(); … … 107 112 virtual void addDirectory(QString dir); 108 113 109 void editPreferences(); 114 // EDIT BY NEO --> 115 virtual void sortBy(int section); 116 // <-- 110 117 111 118 virtual bool maybeSave(); … … 122 129 123 130 void setModified(bool); 131 132 133 134 135 136 137 138 139 140 141 142 143 144 124 145 125 146 /* … … 140 161 int chooseRandomItem(); 141 162 void swapItems(int item1, int item2 ); 163 164 165 142 166 QString lastDir(); 143 167 … … 196 220 MyAction * repeatAct; 197 221 MyAction * shuffleAct; 198 MyAction * preferencesAct;199 222 200 223 MyAction * moveUpAct;
Note:
See TracChangeset
for help on using the changeset viewer.
