/[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 3508 by capela, Mon Apr 1 22:36:26 2019 UTC revision 3681 by capela, Thu Jan 2 14:39:02 2020 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2020, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007,2008,2015 Christian Schoenebeck     Copyright (C) 2007-2019 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 54  class MainForm : public QMainWindow Line 54  class MainForm : public QMainWindow
54    
55  public:  public:
56    
57          MainForm(QWidget *pParent = NULL);          MainForm(QWidget *pParent = nullptr);
58          ~MainForm();          ~MainForm();
59    
60          void setup(Options *pOptions);          void setup(Options *pOptions);
# Line 123  protected slots: Line 123  protected slots:
123          void timerSlot();          void timerSlot();
124          void readServerStdout();          void readServerStdout();
125          void processServerExit();          void processServerExit();
126            void autoReconnectClient();
127    
128          void handle_sigusr1();          void handle_sigusr1();
129          void handle_sigterm();          void handle_sigterm();
# Line 165  protected: Line 166  protected:
166          void stopSchedule();          void stopSchedule();
167          void startServer();          void startServer();
168          void stopServer(bool bInteractive = false);          void stopServer(bool bInteractive = false);
169          bool startClient();          bool startClient(bool bReconnectOnly = false);
170          void stopClient();          void stopClient();
171            void startAutoReconnectClient();
172    
173  private:  private:
174    

Legend:
Removed from v.3508  
changed lines
  Added in v.3681

  ViewVC Help
Powered by ViewVC