init_gui.pro
init_gui
Description:
Initializes the GUI, i.e.
- create the top level widget_base
- load menu.xml from disk and create the menu hierarchy while
parsing the file
menu_xml::init
Description:
The parser reads the xml file and stores the read values in the
prefs structure
There's no DTD for this file, so we do some 'manual' error checks
menu_xml::startElement
Description:
menu_xml::endElement
Description:
menu_xml::characters
Description:
menu_xml__define
Description:
create separate object - dunno if multiple inheritance works under
IDL, but that's cleaner anyway (actually multiple inheritance *does*
work)