Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

OverlayEntryComparer Class Reference

List of all members.

Detailed Description

so we can sort overlay entries

Definition at line 49 of file AOverlay.cpp.

Public Methods

bool operator() (const OverlayEntry &L, const OverlayEntry &R)
 first separate point, line, fRect, text in each group, sort by blend mode


Member Function Documentation

bool OverlayEntryComparer::operator() const OverlayEntry   L,
const OverlayEntry   R
[inline]
 

first separate point, line, fRect, text in each group, sort by blend mode

Definition at line 54 of file AOverlay.cpp.

References OverlayEntry::blendMode, OverlayEntry::op, OverlayEntry::priority, and R.

00055         {
00056                 return (L.op*100+L.blendMode)+L.priority*1000 < (R.op*100+R.blendMode)+R.priority*1000;
00057         }


The documentation for this class was generated from the following file:
Generated on Wed Apr 23 05:52:12 2003 for Modern Warfare by doxygen1.3-rc2