CFx SDK Documentation
2022 SP0
|
#include "OdaCommon.h"
#include "Ed/EdCommandStack.h"
#include "Ed/EdCommandContext.h"
#include "Ed/EdUserIO.h"
#include "DynamicLinker.h"
#include "DbBaseDatabase.h"
#include "TxDefs.h"
#include "DbGsManager.h"
#include "Gs/GsModel.h"
#include "DbLayout.h"
#include "DbBlockTableRecord.h"
#include "RxObjectImpl.h"
#include "Tf/TFSQL.h"
#include "MemoryStream.h"
Go to the source code of this file.
Classes | |
class | GfxSrvcParams |
Typedefs | |
typedef OdDbBaseDatabasePEPtr | BaseDbPxPtr |
typedef OdDbBaseLayoutPEPtr | BaseLytPxPtr |
Functions | |
bool | isAutoUpdateReactorAttached (OdEdCommandContext *ctx) |
void | UpdateGs (OdEdCommandContext *ctx) |
OdGsDevicePtr | setupDevice (OdRxObject *rxDb, OdGsDevice *gsDev, bool bEnableGsModel, ODCOLORREF palBg, OdGiDefaultContextPtr giCtx) |
OdString | getCurrentLayoutName (OdEdCommandContext *ctx) |
OdGsDevicePtr | newGfxSrv (const OdString &fmtCtx, OdEdCommandContext *ctx, OdGsDCRect &rect, bool autoupdate, GfxSrvcParams ¶ms) |
OdUInt32 | layoutCacheRowId (OD::TFSQL *strg) |
void | cacheDeviceState (CMDCTX *ctx) |
Variables | |
OdString | sInitializedGs |
typedef OdDbBaseDatabasePEPtr BaseDbPxPtr |
Definition at line 130 of file GfxSrvOps.h.
typedef OdDbBaseLayoutPEPtr BaseLytPxPtr |
Definition at line 131 of file GfxSrvOps.h.
Definition at line 140 of file GfxSrvOps.h.
|
inline |
Definition at line 70 of file GfxSrvOps.h.
|
inline |
Definition at line 48 of file GfxSrvOps.h.
Definition at line 134 of file GfxSrvOps.h.
OdGsDevicePtr newGfxSrv | ( | const OdString & | fmtCtx, |
OdEdCommandContext * | ctx, | ||
OdGsDCRect & | rect, | ||
bool | autoupdate, | ||
GfxSrvcParams & | params | ||
) |
|
inline |
Definition at line 57 of file GfxSrvOps.h.
|
inline |
Definition at line 52 of file GfxSrvOps.h.
|
extern |