/[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 1626 by schoenebeck, Sat Jan 5 13:29:11 2008 UTC revision 2112 by capela, Wed Jul 21 18:33:25 2010 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 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 29  Line 29 
29    
30  class QProcess;  class QProcess;
31  class QWorkspace;  class QWorkspace;
32    class QSocketNotifier;
33  class QSpinBox;  class QSpinBox;
34  class QSlider;  class QSlider;
35  class QLabel;  class QLabel;
# Line 69  public: Line 70  public:
70          void appendMessagesClient(const QString& s);          void appendMessagesClient(const QString& s);
71    
72          ChannelStrip* createChannelStrip(Channel *pChannel);          ChannelStrip* createChannelStrip(Channel *pChannel);
73            void destroyChannelStrip(ChannelStrip* pChannelStrip);
74          ChannelStrip* activeChannelStrip();          ChannelStrip* activeChannelStrip();
75          ChannelStrip* channelStripAt(int iChannel);          ChannelStrip* channelStripAt(int iChannel);
76          ChannelStrip* channelStrip(int iChannelID);          ChannelStrip* channelStrip(int iChannelID);
# Line 114  public slots: Line 116  public slots:
116          void sessionDirty();          void sessionDirty();
117          void stabilizeForm();          void stabilizeForm();
118    
119            void handle_sigusr1();
120    
121  protected slots:  protected slots:
122    
123          void updateRecentFilesMenu();          void updateRecentFilesMenu();
# Line 143  protected: Line 147  protected:
147          void updateMessagesFont();          void updateMessagesFont();
148          void updateMessagesLimit();          void updateMessagesLimit();
149          void updateMessagesCapture();          void updateMessagesCapture();
150            void updateViewMidiDeviceStatusMenu();
151            void updateAllChannelStrips(bool bRemoveDeadStrips);
152          void startSchedule(int iStartDelay);          void startSchedule(int iStartDelay);
153          void stopSchedule();          void stopSchedule();
154          void startServer();          void startServer();
# Line 157  private: Line 163  private:
163          Options *m_pOptions;          Options *m_pOptions;
164          Messages *m_pMessages;          Messages *m_pMessages;
165          QWorkspace *m_pWorkspace;          QWorkspace *m_pWorkspace;
166            QSocketNotifier *m_pUsr1Notifier;
167          QString m_sFilename;          QString m_sFilename;
168          int m_iUntitled;          int m_iUntitled;
169          int m_iDirtyCount;          int m_iDirtyCount;

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

  ViewVC Help
Powered by ViewVC