template<class type>
Compares two items (used by many methods above). Default returns -1 if a < b, +1 if a > b and 0 if a==b.
Definition at line 315 of file qptrvector.h. Referenced by FX::QPtrVector< TnFXGraphItem >::contains(), FX::QPtrVector< TnFXGraphItem >::find(), FX::QPtrVector< TnFXGraphItem >::inSort(), FX::QPtrVector< TnFXGraphItem >::remove(), and FX::QPtrVector< TnFXGraphItem >::take().
|