Previous Next
Tracking implementations of methods

Let's now see what overrides the method Getminsize . SNiFF+ makes it possible for you to do this by combining the Class Browser and the Hierarchy Browser.

  1. In the Inheritance Tree, choose Context menu > Select from All Classes.
  2. 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 .

    Click for full size, then use Back button

  3. In the Member List, highlight the method GetMinSize which is overridden in Button .
  4. 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 .

    Click for full size, then use Back button