feline
Whole Tomato Software
United Kingdom
19063 Posts |
Posted - Oct 14 2021 : 07:31:00 AM
|
We are considering adding this information:
case=70906
for now though, if you jump to the header file, simply place the keyboard caret into the function name and look at VA's navigation bar, the definition field, which is the right hand side of the bar. This bar is where the Alt-M list appears from.
The icon at the start of the definition field will tell you the access level. The empty cube icon with no modification means it is a public method. If there is * added to the icon then it is a protected method. If there is a padlock added to the icon then it is a private method. So you can check without having to locate the scope block in the file.
Another tool that can help is VA Outline. When you show this it should scroll to make sure the current function / position in the file is visible, and it will be shown in Bold. The public, protected and private scopes are shown as nodes in the class, so you can see which node the current function sits under.
https://docs.wholetomato.com/default.asp?W187 |
zen is the art of being at one with the two'ness |
|
|