Hi,

Now in my project i need a main GUI Manager class, also loads of individual gui_functionaility classes (such as custom file Dialog gui).

Now the GUI manager distributes these gui_functionaility classes allowing other classes to inherit this functionaility through the gui manager.

How would I go about this, classes that have classes in it protected section...Can you even do that?

Cheers
Alex