Changeset 124 for smplayer/trunk/src/core.h
- Timestamp:
- Mar 16, 2012, 4:02:47 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/core.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/core.h
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 39 39 class WinScreenSaver; 40 40 #endif 41 42 43 44 41 45 #endif 42 46 … … 81 85 void openTV(QString channel_id); 82 86 87 88 89 90 83 91 void loadSub(const QString & sub); 84 92 void unloadSub(); … … 333 341 //! Returns the prefix to keep pausing on slave commands 334 342 QString pausing_prefix(); 343 335 344 336 345 protected slots: … … 353 362 void streamTitleChanged(QString); 354 363 void streamTitleAndUrlChanged(QString,QString); 364 365 366 355 367 356 368 void watchState(Core::State state); … … 382 394 void initializeOSD(); 383 395 396 397 398 399 400 401 384 402 protected: 385 403 void playNewFile(QString file, int seek=-1); … … 405 423 void mediaLoaded(); 406 424 void mediaInfoChanged(); 425 426 407 427 void stateChanged(Core::State state); 408 428 void mediaStartPlay(); … … 455 475 #endif 456 476 #endif 477 478 479 480 457 481 458 482 private:
Note:
See TracChangeset
for help on using the changeset viewer.
