class categories

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

class categories

Jochen Riekhof
When looking for geometric shapes present in the base image I noticed for
the first time that class categories still exist in dolphin by looking at
the text in the browsers title bar. No, I tried to find a way to show all
classes belonging to a particular class category, but could not find
anything. Is there a way?

Ciao

...Jochen


Reply | Threaded
Open this post in threaded view
|

Re: class categories

Chris Uppal-3
Jochen Riekhof wrote:

>I tried to find a
> way to show all classes belonging to a particular class category, but
> could not find anything. Is there a way?

Not what you're looking for, but:

    (ClassCategory name: '<whatever>') contents.  "inspectIt"

    -- chris


Reply | Threaded
Open this post in threaded view
|

Re: class categories

Jochen Riekhof
>     (ClassCategory name: '<whatever>') contents.  "inspectIt"

Great. I have built myself a little gui around this in less than 5 minutes -
works great, thanks!

Ciao

... Jochen