<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Css classes in regular look and feel?]]></title><description><![CDATA[<p dir="auto">I think it would be useful to have css classes in the <code>obj</code> in regular look and feel functions, it would also be good to have a <code>getStyleSheetClass</code> script function.</p>
<p dir="auto">Even though I'm not using css I think being able to tag components with classes like this would help me make my look and feel scripting more generic.</p>
]]></description><link>https://forum.hise.audio/topic/14691/css-classes-in-regular-look-and-feel</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 19:29:23 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14691.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2026 00:14:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Css classes in regular look and feel? on Sun, 03 May 2026 20:29:49 GMT]]></title><description><![CDATA[<p dir="auto">I had Claude give it a go. I also noticed that the linear-slider class is added to knobs, even though they're not linear.</p>
<p dir="auto">Also made it available in laf and added <code>getStyleSheetProperty</code> too</p>
<p dir="auto"><a href="https://github.com/christophhart/HISE/pull/935" rel="nofollow ugc">https://github.com/christophhart/HISE/pull/935</a></p>
]]></description><link>https://forum.hise.audio/post/120009</link><guid isPermaLink="true">https://forum.hise.audio/post/120009</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sun, 03 May 2026 20:29:49 GMT</pubDate></item><item><title><![CDATA[Reply to Css classes in regular look and feel? on Sun, 03 May 2026 16:00:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/1">@Christoph-Hart</a> I don't think that's a problem, it might even be beneficial. I notice that some of the preset browser laf functions already include the classes in the obj.</p>
]]></description><link>https://forum.hise.audio/post/120005</link><guid isPermaLink="true">https://forum.hise.audio/post/120005</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sun, 03 May 2026 16:00:01 GMT</pubDate></item><item><title><![CDATA[Reply to Css classes in regular look and feel? on Sun, 03 May 2026 15:31:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> yes why not - the classes are stored in the juce::Component::properties object for each UI element so we can simply query it (just like we do with the <code>id</code> property) - however it will show custom class selectors as well as the ones that HISE automatically attaches to components - there is no way of distinguishing those at that point. This would make this field (and the method) a bit more noisy than you would expect.</p>
]]></description><link>https://forum.hise.audio/post/120004</link><guid isPermaLink="true">https://forum.hise.audio/post/120004</guid><dc:creator><![CDATA[Christoph Hart]]></dc:creator><pubDate>Sun, 03 May 2026 15:31:43 GMT</pubDate></item></channel></rss>