Alfredo Braunstein <[EMAIL PROTECTED]> writes:

| Lars Gullik Bjønnes wrote:
>
>> Alfredo Braunstein <[EMAIL PROTECTED]> writes:
>> 
>> | +void QContentPane::trackScrollbar(bool yes)
>> | +{
>> | +   track_scrollbar_ = yes;
>> | +}
>> 
>> Is yes a good name for a variable?
>> (for a constant... yes...)
>
| What about 
>
| void QContentPane::doNotTrackScrollbar(bool no)
| {
|         track_scrollbar_ = !no;
| }
>
| ;-)
>
| Seriously, what do you suggest? 
>
| trackScrollbar(bool track)?

track_on

isTrack

doTrack

something that does not make a preference to the ...
...what!?!... why is the function named doNotTrackScrollbar and in
addition to this take a arg?

-- 
        Lgb

Reply via email to