|
CFx SDK Documentation 2024 SP0
|
#include "TD_PackPush.h"#include "DbMLeaderStyle.h"#include "DbEntity.h"#include "DbSubentId.h"#include "DbAttribute.h"#include "IntArray.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdDbMLeader |
| class | OdDbMLeaderRecomputePE |
Macros | |
| #define | MAX_LEADER_NUMBER 5000 |
| #define | MAX_LEADERLINE_NUMBER 5000 |
Typedefs | |
| typedef OdSmartPtr< OdDbMLeader > | OdDbMLeaderPtr |
| typedef OdSmartPtr< OdDbMLeaderRecomputePE > | OdDbMLeaderRecomputePEPtr |
Functions | |
| DBDIM_EXPORT void | fxMLeaderRecompute (OdDbMLeader *pMLeader) |
| OdUInt32 DBDIM_EXPORT | OdDbMLeader_setRecomputeFlags (OdDbMLeader *pMLeader, OdUInt32 flags) |
| ** { Secret } */ | |
| bool DBDIM_EXPORT | OdDbMLeader_setAcadBehaviour (OdDbMLeader *pMLeader, OdUInt32 bug, bool bValue) |
| ** { Secret } */ | |
| OdGePoint3d DBENT_EXPORT | OdDbMLeader_getPtInternal (OdDbMLeader *pMLeader, OdUInt32 index=0) |
| ** { Secret } */ | |
| void DBENT_EXPORT | OdDbObject_clearDatabase (OdDbObject *pObj) |
| ** { Secret } */ | |
| void DBENT_EXPORT | OdDbObject_setWorkingDatabase (OdDbObject *pObj, OdDbDatabase *pWrkDb) |
| ** { Secret } */ | |
| #define MAX_LEADER_NUMBER 5000 |
Definition at line 34 of file DbMLeader.h.
| #define MAX_LEADERLINE_NUMBER 5000 |
Definition at line 35 of file DbMLeader.h.
| typedef OdSmartPtr<OdDbMLeader> OdDbMLeaderPtr |
This template class is a specialization of the OdSmartPtr class for OdDbMLeader object pointers.
Definition at line 1573 of file DbMLeader.h.
This template class is a specialization of the OdSmartPtr class for OdDbMLeaderRecomputePE object pointers.
Definition at line 1592 of file DbMLeader.h.
| DBDIM_EXPORT void fxMLeaderRecompute | ( | OdDbMLeader * | pMLeader | ) |
| OdGePoint3d DBENT_EXPORT OdDbMLeader_getPtInternal | ( | OdDbMLeader * | pMLeader, |
| OdUInt32 | index = 0 |
||
| ) |
** { Secret } */
| bool DBDIM_EXPORT OdDbMLeader_setAcadBehaviour | ( | OdDbMLeader * | pMLeader, |
| OdUInt32 | bug, | ||
| bool | bValue | ||
| ) |
** { Secret } */
| OdUInt32 DBDIM_EXPORT OdDbMLeader_setRecomputeFlags | ( | OdDbMLeader * | pMLeader, |
| OdUInt32 | flags | ||
| ) |
** { Secret } */
| void DBENT_EXPORT OdDbObject_clearDatabase | ( | OdDbObject * | pObj | ) |
** { Secret } */
| void DBENT_EXPORT OdDbObject_setWorkingDatabase | ( | OdDbObject * | pObj, |
| OdDbDatabase * | pWrkDb | ||
| ) |
** { Secret } */