This one just forwards a function call to the abstract base class of the implementation object. Both IsFrameRateSupported functions have exactly the same signature.
When I have typed "return m_pImpl->IsFrameRateSupported(" and then press "a", Visual Assist could match the type of the expected parameter against the types of the available variable names that start from "a" and propose the correct one as the default. However, VA will propose to me a_FrameRate for all 3 parameters.
Warm Regards, Dimitris Staikos Unibrain
1 L A T E S T R E P L I E S (Newest First)
accord
Posted - Aug 01 2008 : 5:51:02 PM We are considering something similar:
case=7200 (suggest all function parameters in one go based on variables with matching names)