Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA Outline icons for methods' implementations
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Esone
Tomato Guru

Russia
115 Posts

Posted - Aug 09 2007 :  03:29:15 AM  Show Profile  Reply with Quote

class C1
{
private:
	void fun1(); // (1)
};

void C1::fun1() // (2)
{
}

The VA Outline displays specific private icon for line (1). But for line (2) the displayed icon is public-type icon, whereas this is implementation for private method.

This code snippet is too simple, but when class header is in .hpp file, and implementation is in .cpp, than looking at .cpp t is very desired to see whether this function public, protected or private.

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 09 2007 :  07:26:14 AM  Show Profile  Reply with Quote
An interesting idea. VA would have to do some form of lookup to work out which icon to use:

case=5755

zen is the art of being at one with the two'ness
Go to Top of Page

Esone
Tomato Guru

Russia
115 Posts

Posted - Aug 09 2007 :  08:35:21 AM  Show Profile  Reply with Quote
Please, consider this case together with another VA Outline icons-related case=7996, described here:
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=6504
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Aug 09 2007 :  10:57:43 AM  Show Profile  Reply with Quote
I have added a note that the two ideas are related.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000