#include <AspectFilters.h>
Inheritance diagram for CPositionDestinationAspectFilter:


Public Member Functions | |
| CPositionDestinationAspectFilter (double x, double y) | |
| virtual BOOL | adjustAspect (CAspectRectangles &ar) |
| virtual LPCSTR | getFilterName () |
| virtual void | DebugDump () |
Protected Attributes | |
| double | m_XPos |
| double | m_YPos |
|
|
Called to actually perform the adjustment for 1 filter If it returns TRUE, this is a request from the filter to re-run the aspect calculation The TRUE Value is currently only used by the filter which adjusts the window rectangle as this adjustment affects all calculations. Current implementation only allows 1 level of re-calculate requests. Implements CAspectFilter. |
1.3.4