I don't need to test my programs. I have an error-correcting modem.
Legacy:GUI Class Hierarchy
From Unreal Wiki, The Unreal Engine Documentation Site
This is the class tree extending from GUI in UT2003. For a class tree of the Actor hierarchy see Actor Class Hierarchy. Mutator Config GUI (UT2003) has some information on how these classes can be used to build a configuration screen for a small mutator.
Adding new class pages
Any UT2003 GUI class page should begin with the text:
Class Tree
All classes are in the xInterface package unless otherwise stated.
GUI +-GUIComponent | +-GUIButton | | +-GUIEditBox | | +-GUIGFXButton | | | +-GUICheckBoxButton | | | +-GUIHorizGripButton | | | +-GUIHorizScrollButton | | | +-GUISpinnerButton | | | +-GUIVertGripButton | | | +-GUIVertScrollButton | | | | +-GUIComboButton | | | +-LadderButton | | +-GUITabButton | +-GUIHorzScrollZone | +-GUIImage | | +-GUIImageList | +-GUILabel | +-GUIListBase | | +-GUICircularList | | | +-GUICharacterList | | | +-GUICharacterListTeam | | +-GUIHorzList | | +-GUIVertList | | +-GUIList | | | +-GUIScrollText | | +-GUIMultiColumnList – Not expanded here | +-GUIMultiColumnListHeader | +-GUIMultiComponent | | +-GUIComboBox | | +-GUIFloatEdit | | +-GUIListBoxBase | | | +-GUIListBox | | | +-GUIMultiColumnListBox | | | +-GUIScrollTextBox | | +-GUIMenuOption | | | +-moCheckBox | | | +-moComboBox | | | +-moEditBox | | | +-moFloatEdit | | | +-moNumericEdit | | +-GUINumericEdit | | +-GUIPage – Not expanded here | | +-GUIPanel | | | +-GUISplitter | | | +-GUITabPanel – Not expanded here | | +-GUIScrollBarBase | | | +-GUIHorzScrollBar | | | +-GUIVertScrollBar | | +-GUITabControl | +-GUIProgressBar | +-GUISlider | +-GUITitleBar | +-GUIVertScrollZone +-GUIFont – Not expanded here +-GUIStyles – Not expanded here +-GUIUserKeyBinding
Related Topics
- GUIController class
- Making Mods