/[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 2112 by capela, Wed Jul 21 18:33:25 2010 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 1  Line 1 
1  // qsamplerMainForm.h  // qsamplerMainForm.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2010, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 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
# Line 28  Line 28 
28  #include <lscp/client.h>  #include <lscp/client.h>
29    
30  class QProcess;  class QProcess;
31  class QWorkspace;  class QMdiArea;
32    class QMdiSubWindow;
33  class QSocketNotifier;  class QSocketNotifier;
34  class QSpinBox;  class QSpinBox;
35  class QSlider;  class QSlider;
# Line 69  public: Line 70  public:
70          void appendMessagesError(const QString& s);          void appendMessagesError(const QString& s);
71          void appendMessagesClient(const QString& s);          void appendMessagesClient(const QString& s);
72    
73          ChannelStrip* createChannelStrip(Channel *pChannel);          ChannelStrip *createChannelStrip(Channel *pChannel);
74          void destroyChannelStrip(ChannelStrip* pChannelStrip);          void destroyChannelStrip(ChannelStrip *pChannelStrip);
75          ChannelStrip* activeChannelStrip();          ChannelStrip *activeChannelStrip();
76          ChannelStrip* channelStripAt(int iChannel);          ChannelStrip *channelStripAt(int iChannel);
77          ChannelStrip* channelStrip(int iChannelID);          ChannelStrip *channelStrip(int iChannelID);
78    
79          void contextMenuEvent(QContextMenuEvent *pEvent);          void contextMenuEvent(QContextMenuEvent *pEvent);
80    
# Line 123  protected slots: Line 124  protected slots:
124          void updateRecentFilesMenu();          void updateRecentFilesMenu();
125    
126          // Channel strip activation/selection.          // Channel strip activation/selection.
127          void activateStrip(QWidget *pWidget);          void activateStrip(QMdiSubWindow *pMdiSubWindow);
128    
129  protected:  protected:
130    
# Line 162  private: Line 163  private:
163    
164          Options *m_pOptions;          Options *m_pOptions;
165          Messages *m_pMessages;          Messages *m_pMessages;
166          QWorkspace *m_pWorkspace;          QMdiArea *m_pWorkspace;
167          QSocketNotifier *m_pUsr1Notifier;          QSocketNotifier *m_pUsr1Notifier;
168          QString m_sFilename;          QString m_sFilename;
169          int m_iUntitled;          int m_iUntitled;

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

  ViewVC Help
Powered by ViewVC