/[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 3787 by capela, Thu Jan 2 14:39:02 2020 UTC revision 3788 by capela, Thu Jun 11 16:59:09 2020 UTC
# Line 64  public: Line 64  public:
64    
65          QString sessionName(const QString& sFilename);          QString sessionName(const QString& sFilename);
66    
67          void appendMessages(const QString& sText);          void appendMessages(const QString& s);
68          void appendMessagesColor(const QString& sText, const QString& sColor);          void appendMessagesColor(const QString& s, const QColor& rgb);
69          void appendMessagesText(const QString& sText);          void appendMessagesText(const QString& s);
70          void appendMessagesError(const QString& sText);          void appendMessagesError(const QString& s);
71          void appendMessagesClient(const QString& sText);          void appendMessagesClient(const QString& s);
72    
73          ChannelStrip *createChannelStrip(Channel *pChannel);          ChannelStrip *createChannelStrip(Channel *pChannel);
74          void destroyChannelStrip(ChannelStrip *pChannelStrip);          void destroyChannelStrip(ChannelStrip *pChannelStrip);

Legend:
Removed from v.3787  
changed lines
  Added in v.3788

  ViewVC Help
Powered by ViewVC