#include <CAcquireCoordSys.h>
|
| static int16 | GetStackDepth () |
| |
| static void | IncrStackDepth () |
| |
| static void | DecrStackDepth () |
| |
| static CAcquireCoordSys * | GetFirstContext () |
| |
| static void | SetFirstContext (CAcquireCoordSys *) |
| |
An object that sets up the coordinate system for a given view or port. This is usually not used standalone but as the base class for a template parameter to AGMGraphicsContextWith.
- See Also
- AGMGraphicsContextWith
| CAcquireCoordSys::CAcquireCoordSys | ( | | ) | |
| CAcquireCoordSys::~CAcquireCoordSys | ( | | ) | |
| virtual void CAcquireCoordSys::Resume | ( | | ) | |
| pure virtual |
Called when this object is made the current coordinate system acquisition object
Implemented in CAGMAcquireCoordSys.
| virtual void CAcquireCoordSys::Suspend | ( | | ) | |
| pure virtual |
Called when another object is made the current coordinate system acquisition object
Implemented in CAGMAcquireCoordSys.