|
CFx SDK Documentation
2022 SP0
|
#include "FxPragmaPush.h"#include "FxVectorizeDevice.h"#include "FxPlatformSettings.h"#include <Gi/GiRasterImage.h>#include "FxPragmaPop.h"Go to the source code of this file.
Classes | |
| class | CFxDisplayDevice |
Typedefs | |
| typedef OdSmartPtr< CFxDisplayDevice > | CFxDisplayDevicePtr |
Enumerations | |
| enum | DrawMode { kDrawModeNormal = 0x0 , kDrawModeHidden = 0x1 , kDrawModeHighlighted = 0x2 , kDrawModeFadeDisabled = 0x4 , kDrawModeDisabled = 0x8 } |
Functions | |
| typedef | void (FxWinAPI *DRAWHOOKPROC)(const CFxView *) |
| DDKERNEL_API void | RedrawEntity (const OdDbObject *pObject, DrawMode addModes, DrawMode removeModes, OdGsMarker gsMarker=-1) |
Definition at line 133 of file FxDisplayDevice.h.
| enum DrawMode |
| Enumerator | |
|---|---|
| kDrawModeNormal | |
| kDrawModeHidden | |
| kDrawModeHighlighted | |
| kDrawModeFadeDisabled | |
| kDrawModeDisabled | |
Definition at line 135 of file FxDisplayDevice.h.
| DDKERNEL_API void RedrawEntity | ( | const OdDbObject * | pObject, |
| DrawMode | addModes, | ||
| DrawMode | removeModes, | ||
| OdGsMarker | gsMarker = -1 |
||
| ) |
| typedef void | ( | FxWinAPI * | DRAWHOOKPROC | ) | const |