Changeset 140 for smplayer/vendor/current/src/core.h
- Timestamp:
- May 23, 2013, 5:06:17 PM (13 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/core.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/core.h
r127 r140 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 2Ricardo 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 … … 236 236 void changeSubVisibility(bool visible); 237 237 238 239 238 240 //! Audio equalizer 239 241 void setAudioEqualizer(AudioEqualizerList values, bool restart = false); … … 274 276 void nextWheelFunction(); 275 277 278 276 279 void changeSize(int); // Size of the window 277 280 void toggleDoubleSize(); 281 278 282 void changeZoom(double); // Zoom on mplayerwindow 279 283 … … 359 363 void displayScreenshotName(QString filename); 360 364 void displayUpdatingFontCache(); 365 361 366 362 367 void streamTitleChanged(QString); … … 420 425 421 426 signals: 427 422 428 void aboutToStartPlaying(); // Signal emited just before to start mplayer 423 429 void mediaLoaded();
Note:
See TracChangeset
for help on using the changeset viewer.
