The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

169 lines
5.2KB

  1. /*
  2. ==============================================================================
  3. This file is part of the JUCE library.
  4. Copyright (c) 2013 - Raw Material Software Ltd.
  5. Permission is granted to use this software under the terms of either:
  6. a) the GPL v2 (or any later version)
  7. b) the Affero GPL v3
  8. Details of these licenses can be found at: www.gnu.org/licenses
  9. JUCE is distributed in the hope that it will be useful, but WITHOUT ANY
  10. WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  11. A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  12. ------------------------------------------------------------------------------
  13. To release a closed-source product which uses JUCE, commercial licenses are
  14. available: visit www.juce.com for more information.
  15. ==============================================================================
  16. */
  17. #ifndef __JUCER_PRESETIDS_JUCEHEADER__
  18. #define __JUCER_PRESETIDS_JUCEHEADER__
  19. // Handy list of static Identifiers..
  20. namespace Ids
  21. {
  22. #define DECLARE_ID(name) const Identifier name (#name)
  23. DECLARE_ID (name);
  24. DECLARE_ID (file);
  25. DECLARE_ID (path);
  26. DECLARE_ID (text);
  27. DECLARE_ID (version);
  28. DECLARE_ID (license);
  29. DECLARE_ID (include);
  30. DECLARE_ID (info);
  31. DECLARE_ID (description);
  32. DECLARE_ID (companyName);
  33. DECLARE_ID (companyWebsite);
  34. DECLARE_ID (companyEmail);
  35. DECLARE_ID (position);
  36. DECLARE_ID (source);
  37. DECLARE_ID (width);
  38. DECLARE_ID (height);
  39. DECLARE_ID (background);
  40. DECLARE_ID (initialState);
  41. DECLARE_ID (targetFolder);
  42. DECLARE_ID (intermediatesPath);
  43. DECLARE_ID (vstFolder);
  44. DECLARE_ID (vst3Folder);
  45. DECLARE_ID (rtasFolder);
  46. DECLARE_ID (auFolder);
  47. DECLARE_ID (flags);
  48. DECLARE_ID (line);
  49. DECLARE_ID (index);
  50. DECLARE_ID (type);
  51. DECLARE_ID (time);
  52. DECLARE_ID (extraCompilerFlags);
  53. DECLARE_ID (extraLinkerFlags);
  54. DECLARE_ID (externalLibraries);
  55. DECLARE_ID (extraDefs);
  56. DECLARE_ID (projectType);
  57. DECLARE_ID (isDebug);
  58. DECLARE_ID (alwaysGenerateDebugSymbols);
  59. DECLARE_ID (targetName);
  60. DECLARE_ID (binaryPath);
  61. DECLARE_ID (optimisation);
  62. DECLARE_ID (defines);
  63. DECLARE_ID (headerPath);
  64. DECLARE_ID (systemHeaderPath);
  65. DECLARE_ID (libraryPath);
  66. DECLARE_ID (customXcodeFlags);
  67. DECLARE_ID (cppLibType);
  68. DECLARE_ID (codeSigningIdentity);
  69. DECLARE_ID (fastMath);
  70. DECLARE_ID (linkTimeOptimisation);
  71. DECLARE_ID (osxSDK);
  72. DECLARE_ID (osxCompatibility);
  73. DECLARE_ID (osxArchitecture);
  74. DECLARE_ID (iosCompatibility);
  75. DECLARE_ID (extraFrameworks);
  76. DECLARE_ID (extraDLLs);
  77. DECLARE_ID (winArchitecture);
  78. DECLARE_ID (winWarningLevel);
  79. DECLARE_ID (linuxArchitecture);
  80. DECLARE_ID (toolset);
  81. DECLARE_ID (msvcModuleDefinitionFile);
  82. DECLARE_ID (bigIcon);
  83. DECLARE_ID (smallIcon);
  84. DECLARE_ID (jucerVersion);
  85. DECLARE_ID (prebuildCommand);
  86. DECLARE_ID (postbuildCommand);
  87. DECLARE_ID (generateManifest);
  88. DECLARE_ID (useRuntimeLibDLL);
  89. DECLARE_ID (wholeProgramOptimisation);
  90. DECLARE_ID (juceLinkage);
  91. DECLARE_ID (buildVST);
  92. DECLARE_ID (bundleIdentifier);
  93. DECLARE_ID (aaxIdentifier);
  94. DECLARE_ID (aaxCategory);
  95. DECLARE_ID (aaxFolder);
  96. DECLARE_ID (compile);
  97. DECLARE_ID (noWarnings);
  98. DECLARE_ID (resource);
  99. DECLARE_ID (className);
  100. DECLARE_ID (classDesc);
  101. DECLARE_ID (controlPoint);
  102. DECLARE_ID (createCallback);
  103. DECLARE_ID (parentClasses);
  104. DECLARE_ID (constructorParams);
  105. DECLARE_ID (objectConstructionArgs);
  106. DECLARE_ID (memberInitialisers);
  107. DECLARE_ID (canBeAggregated);
  108. DECLARE_ID (rootItemVisible);
  109. DECLARE_ID (openByDefault);
  110. DECLARE_ID (locked);
  111. DECLARE_ID (tooltip);
  112. DECLARE_ID (memberName);
  113. DECLARE_ID (markerName);
  114. DECLARE_ID (focusOrder);
  115. DECLARE_ID (hidden);
  116. DECLARE_ID (useStdCall);
  117. DECLARE_ID (showAllCode);
  118. DECLARE_ID (useLocalCopy);
  119. DECLARE_ID (androidActivityClass);
  120. DECLARE_ID (androidSDKPath);
  121. DECLARE_ID (androidNDKPath);
  122. DECLARE_ID (androidInternetNeeded);
  123. DECLARE_ID (androidArchitectures);
  124. DECLARE_ID (androidCpp11);
  125. DECLARE_ID (androidMicNeeded);
  126. DECLARE_ID (androidMinimumSDK);
  127. DECLARE_ID (androidOtherPermissions);
  128. DECLARE_ID (androidKeyStore);
  129. DECLARE_ID (androidKeyStorePass);
  130. DECLARE_ID (androidKeyAlias);
  131. DECLARE_ID (androidKeyAliasPass);
  132. DECLARE_ID (font);
  133. DECLARE_ID (colour);
  134. DECLARE_ID (userNotes);
  135. DECLARE_ID (maxBinaryFileSize);
  136. DECLARE_ID (includeBinaryInAppConfig);
  137. DECLARE_ID (characterSet);
  138. DECLARE_ID (JUCERPROJECT);
  139. DECLARE_ID (MAINGROUP);
  140. DECLARE_ID (EXPORTFORMATS);
  141. DECLARE_ID (GROUP);
  142. DECLARE_ID (FILE);
  143. DECLARE_ID (MODULES);
  144. DECLARE_ID (MODULE);
  145. DECLARE_ID (JUCEOPTIONS);
  146. DECLARE_ID (CONFIGURATIONS);
  147. DECLARE_ID (CONFIGURATION);
  148. DECLARE_ID (MODULEPATHS);
  149. DECLARE_ID (MODULEPATH);
  150. const Identifier ID ("id");
  151. const Identifier class_ ("class");
  152. #undef DECLARE_ID
  153. }
  154. #endif // __JUCER_PRESETIDS_JUCEHEADER__