Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HIOConnectorDWG Class Reference

#include <MrDwgConnector.h>

List of all members.

Public Member Functions

void AddConnection (HC_KEY key, void *pKernelEntity, HC_KEY modelKey=INVALID_KEY)
bool GetHoopsEntities (void *pKernelEntity, vlist_s *ret_HoopsKeysList, HC_KEY modelKey=INVALID_KEY)
HC_KEY GetHoopsEntity (void *pKernelEntity, HC_KEY modelKey=INVALID_KEY)
bool GetKernelEntities (HC_KEY key, vlist_s *ret_KernelEntitiesList, HC_KEY modelKey=INVALID_KEY)
void * GetKernelEntity (HC_KEY key, HC_KEY modelKey=INVALID_KEY)
 HIOConnectorDWG ()
void SetDatabase (AcDbDatabase *pAcDbDatabase)

Protected Attributes

AcDbDatabase * m_pAcDbDatabase
 Autocad Database pointer associated with the DWG file.

Detailed Description

This class establishes a connection between the DWG entity and the Hoops entity.


Constructor & Destructor Documentation

HIOConnectorDWG::HIOConnectorDWG ( )

Constructs an HIOConnectorDWG object.


Member Function Documentation

void HIOConnectorDWG::SetDatabase ( AcDbDatabase *  pAcDbDatabase) [inline]

This method associates this connector with a given AcDbDatabase.

Parameters:
pAcDbDatabaseA pointer to the AcDbDatabase object you want this connector to be associated with.

The documentation for this class was generated from the following file: