About Store Forum Documentation Contact



Post Reply 
Question regarding GuiObjs
Author Message
Impz0r Offline
Member

Post: #1
Question regarding GuiObjs
Hey there,

I've got a question, or more likely a future request concerning the GuiObjs class.

I do use GuiObjs for loading gui files which works just fine the "problem" I'm having right now is, that I've wrapped couple ui classes with my own behavior and the only way to change to my wrapped classes it through GuiObjs::replace*() which works also just fine.

The thing is, I do have to keep hold of every single instance of my wrapped object to get them actually to work because of the way I designed it. This leads me to my question/request is there any way of iterating over all controls within the GuiObjs while not knowing of the actual type or name?

This could be really useful in some cases. Maybe you could change all Memb<> to not being private but public to be able to iterate over a certain type of control.

Thanks in advance!

Mfg Imp
06-09-2010 03:40 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Question regarding GuiObjs
isn't there any child method?
06-09-2010 07:37 PM
Find all posts by this user Quote this message in a reply
Impz0r Offline
Member

Post: #3
RE: Question regarding GuiObjs
No, just get*() and find*() methods which is fine, but an iterator method would be nice to have smile
06-10-2010 12:41 AM
Find all posts by this user Quote this message in a reply
Post Reply