#include <FxTrackerDrawContext.h>
Description: Represents the display view of a draw context. Library: DDKERNEL
Definition at line 39 of file FxTrackerDrawContext.h.
◆ CFxTrackerContext()
CFxTrackerContext::CFxTrackerContext |
( |
| ) |
|
◆ ~CFxTrackerContext()
virtual CFxTrackerContext::~CFxTrackerContext |
( |
void |
| ) |
|
|
virtual |
◆ AllowRegenAbort()
virtual void CFxTrackerContext::AllowRegenAbort |
( |
bool |
bVal | ) |
|
|
pure virtual |
Description: Enables or disables regen aborting.
◆ CacheMe()
virtual void CFxTrackerContext::CacheMe |
( |
const CFxTracker * |
pTracker, |
|
|
bool |
bAddToCache, |
|
|
int |
iPriority |
|
) |
| |
|
pure virtual |
Description: adds tracker to cache picture.
◆ DrawDrawable() [1/2]
◆ DrawDrawable() [2/2]
Description: Draw drawable. Arguments:
- Parameters
-
pDrawable | The drawable. |
bDragMode | true to enable drag mode, false to disable it. |
◆ GetBackground()
virtual ODCOLORREF CFxTrackerContext::GetBackground |
( |
| ) |
const |
|
pure virtual |
Description: Returns background color
◆ GetForeground()
virtual ODCOLORREF CFxTrackerContext::GetForeground |
( |
| ) |
const |
|
pure virtual |
Description: Returns foreground color
◆ GetFxDocument()
virtual CFxDocument* CFxTrackerContext::GetFxDocument |
( |
| ) |
|
|
pure virtual |
Description: Gets the fx document.
Return Value: null if it fails, else the fx document.
◆ GetFxInputPointManager()
Description: Gets the fx input point manager.
Return Value: null if it fails, else the fx input point manager.
◆ GetFxView() [1/2]
virtual const CFxView* CFxTrackerContext::GetFxView |
( |
| ) |
const |
|
pure virtual |
Description: Gets the fx view.
Return Value: null if it fails, else the fx view.
◆ GetFxView() [2/2]
virtual CFxView* CFxTrackerContext::GetFxView |
( |
| ) |
|
|
pure virtual |
Description: Gets the fx view.
Return Value: null if it fails, else the fx view.
◆ GetGiGeometry()
Description: painting using gi geometry.
◆ GetHeight()
virtual double CFxTrackerContext::GetHeight |
( |
| ) |
const |
|
pure virtual |
Description: Returns height of the context
◆ GetPainter() [1/2]
virtual const CFxPainter* CFxTrackerContext::GetPainter |
( |
| ) |
const |
|
pure virtual |
Description: Gets the painter.
Return Value: null if it fails, else the painter.
◆ GetPainter() [2/2]
virtual CFxPainter* CFxTrackerContext::GetPainter |
( |
| ) |
|
|
pure virtual |
Description: Gets the painter.
Return Value: null if it fails, else the painter.
◆ GetWidth()
virtual double CFxTrackerContext::GetWidth |
( |
| ) |
const |
|
pure virtual |
Description: Returns width of the context
◆ IsForActiveView()
virtual bool CFxTrackerContext::IsForActiveView |
( |
| ) |
const |
|
virtual |
Description: Query if this object is for active view.
Return Value: true if for active view, false if not.
The documentation for this class was generated from the following file: