/[svn]/qsampler/trunk/src/qsamplerUtilities.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerUtilities.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 3555 by capela, Tue Aug 13 10:19:32 2019 UTC
# Line 1  Line 1 
1  // qsamplerUtilities.h  // qsamplerUtilities.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2019, 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 23  Line 23 
23  #ifndef __qsamplerUtilities_h  #ifndef __qsamplerUtilities_h
24  #define __qsamplerUtilities_h  #define __qsamplerUtilities_h
25    
26  #include <qstring.h>  #include <QString>
27    
28    
29  namespace qsamplerUtilities {  namespace qsamplerUtilities {
30    
31  struct lscpVersion_t {  struct lscpVersion_t {
32      int major;          int major;
33      int minor;          int minor;
34  };  };
35    
36  QString lscpEscapePath(const QString& sPath);  QString lscpEscapePath(const QString& sPath);
37  QString lscpEscapedPathToPosix(QString path);  QString lscpEscapedPathToPosix(const QString& sPath);
38  QString lscpEscapedTextToRaw(QString txt);  QString lscpEscapeText(const QString& sText);
39    QString lscpEscapedTextToRaw(const QString& sText);
40    
41  lscpVersion_t getRemoteLscpVersion();  lscpVersion_t getRemoteLscpVersion();
42    

Legend:
Removed from v.1464  
changed lines
  Added in v.3555

  ViewVC Help
Powered by ViewVC