Button:
From the Modifiers drop-down, choose All Modifiers.
All methods of class
Button
are displayed in the Member List.
In the Inheritance view, choose Context menu > Select from All Classes.
Clear the Signature check box to get a less cluttered view of the Member List.
You now have a completely flat view of the class
Button
, including all overridden
methods. Each entry in the list shows the method name and the class defining the method
so you can see what overrides what. For example, the method
At
is defined in
VObject
and overridden in
CompositeVObject
.
A completely flat view of the class is not always useful. Sometimes you want to see just
the interface of the current class, hiding all the methods that are overridden.
In the Inheritance view, make sure Button is highlighted and choose
Context menu > Select from Button only.
Clear the Overridden checkbox.
Now, only the client interface of the loaded class is visible.