When you open the Derived Classes and Members window, two drop-down list boxes appear at the top. You can use these lists to filter the display of information about member functions and data members.
To filter information on member functions
Filter | Displays |
All | All member functions |
Virtual | Virtual member functions only |
Static | Static member functions only |
Non-Virtual | Non-virtual member functions only |
Non-Static | Non-static member functions only |
Non-Virtual Non-Static | Non-virtual, non-static member functions only |
None | No member functions |
To filter information on data members
Filter | Displays |
All | All member data |
Static | Static member data only |
Non-Static | Non-static member data only |
None | No member data |
The graphic symbols displayed in the drop-down list boxes for the function and data filters identify corresponding entries in the top right pane of the browse window.