/[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 3507 by capela, Mon Dec 3 16:30:53 2018 UTC revision 3508 by capela, Mon Apr 1 22:36:26 2019 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2018, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2019, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007,2008,2015 Christian Schoenebeck     Copyright (C) 2007,2008,2015 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
# Line 125  protected slots: Line 125  protected slots:
125          void processServerExit();          void processServerExit();
126    
127          void handle_sigusr1();          void handle_sigusr1();
128            void handle_sigterm();
129    
130          // Channel strip activation/selection.          // Channel strip activation/selection.
131          void activateStrip(QMdiSubWindow *pMdiSubWindow);          void activateStrip(QMdiSubWindow *pMdiSubWindow);
# Line 174  private: Line 175  private:
175          Options *m_pOptions;          Options *m_pOptions;
176          Messages *m_pMessages;          Messages *m_pMessages;
177          Workspace *m_pWorkspace;          Workspace *m_pWorkspace;
178          QSocketNotifier *m_pUsr1Notifier;          QSocketNotifier *m_pSigusr1Notifier;
179            QSocketNotifier *m_pSigtermNotifier;
180          QString m_sFilename;          QString m_sFilename;
181          int m_iUntitled;          int m_iUntitled;
182          int m_iDirtySetup;          int m_iDirtySetup;

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

  ViewVC Help
Powered by ViewVC