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


Public Member Functions | |
| CScreenSanityAspectFilter (int SrcWidth, int SrcHeight) | |
| virtual BOOL | adjustAspect (CAspectRectangles &ar) |
| virtual LPCSTR | getFilterName () |
Protected Attributes | |
| int | m_SrcWidth |
| int | m_SrcHeight |
|
|
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