~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/myclient.h

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
        //! Return true if it can open a connection to another instance.
47
47
        bool openConnection();
 
48
        void closeConnection();
 
49
 
48
50
        //! Send the list of files to the other instance. Return true on success.
49
51
        bool sendFiles( const QStringList & files, bool addToPlaylist = false);
 
52
 
50
53
        //! Pass an action (pause, fullscreen...) to GUI.
51
54
        bool sendAction( const QString & action );
52
55
 
 
56
        bool sendSubtitleFile(const QString & file);
 
57
 
53
58
protected:
54
59
        QString readLine();
55
60
        void writeLine(QString);