Getminsize
. SNiFF+ makes it possible for you to do this by combining the Class Browser and the Hierarchy Browser.
In the Inheritance Tree, choose Context menu > Select from All Classes.
Set the various attributes of the Class Browser as follows:
Symbol Type drop-down: method
Modifiers drop-down: override
Visibility: All
Overridden check box: selected
You now have all the members that override methods defined in a superclass, as well as
all the methods that are overridden in a subclass. As you can see, method
GetMinSize
is defined in
VObject
and is overridden in
Button
.
In the Member List, highlight the method
GetMinSize
which is overridden in
Button
.
From the menu, choose Class > Mark Relatives Defining GetMinSize.
The Hierarchy Browser is opened and all classes related to
Button
are loaded. All
classes displayed (marked) in boldface override the method
GetMinSize
.