/[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 2718 by capela, Thu Jan 22 19:01:32 2015 UTC revision 2722 by capela, Tue Mar 3 17:41:04 2015 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& s);          void appendMessages(const QString& sText);
68          void appendMessagesColor(const QString& s, const QString& c);          void appendMessagesColor(const QString& sText, const QString& sColor);
69          void appendMessagesText(const QString& s);          void appendMessagesText(const QString& sText);
70          void appendMessagesError(const QString& s);          void appendMessagesError(const QString& sText);
71          void appendMessagesClient(const QString& s);          void appendMessagesClient(const QString& sText);
72    
73          ChannelStrip *createChannelStrip(Channel *pChannel);          ChannelStrip *createChannelStrip(Channel *pChannel);
74          void destroyChannelStrip(ChannelStrip *pChannelStrip);          void destroyChannelStrip(ChannelStrip *pChannelStrip);

Legend:
Removed from v.2718  
changed lines
  Added in v.2722

  ViewVC Help
Powered by ViewVC