/[svn]/qsampler/trunk/src/qsamplerMainForm.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1625 by capela, Thu Dec 6 09:35:33 2007 UTC revision 1626 by schoenebeck, Sat Jan 5 13:29:11 2008 UTC
# Line 146  protected: Line 146  protected:
146          void startSchedule(int iStartDelay);          void startSchedule(int iStartDelay);
147          void stopSchedule();          void stopSchedule();
148          void startServer();          void startServer();
149          void stopServer();          void stopServer(bool bInteractive = false);
150          bool startClient();          bool startClient();
151          void stopClient();          void stopClient();
152    
# Line 162  private: Line 162  private:
162          int m_iDirtyCount;          int m_iDirtyCount;
163          lscp_client_t *m_pClient;          lscp_client_t *m_pClient;
164          QProcess *m_pServer;          QProcess *m_pServer;
165            bool bForceServerStop;
166          int m_iStartDelay;          int m_iStartDelay;
167          int m_iTimerDelay;          int m_iTimerDelay;
168          int m_iTimerSlot;          int m_iTimerSlot;

Legend:
Removed from v.1625  
changed lines
  Added in v.1626

  ViewVC Help
Powered by ViewVC