#include <OdDbGeoDataDrawingPE.h>
An abstract class that represents a protocol extension for an OdDbGeoData object to draw chunks images for OdDbGeoData.
<group OdDb_Classes>
Definition at line 35 of file OdDbGeoDataDrawingPE.h.
◆ ~OdDbGeoDataChunksPE()
virtual OdDbGeoDataChunksPE::~OdDbGeoDataChunksPE |
( |
| ) |
|
|
inlinevirtual |
◆ drawGeoDataChunks()
Draws chunks images for OdDbGeoData.
- Parameters
-
- Returns
- Returns eOK if successful, or an appropriate error code if not.
◆ drawGeoDataProvidersString()
Draws providers string for currently drawn OdDbGeoData chuncks.
- Parameters
-
- Returns
- Returns eOK if successful, or an appropriate error code if not.
◆ getMode()
virtual bool OdDbGeoDataChunksPE::getMode |
( |
| ) |
const |
|
pure virtual |
Gets interface mode (enabled/disabled) to control images loading from the internet.
- Returns
- Returns bool, that represents if interface is enabled/disabled.
◆ ODRX_DECLARE_MEMBERS()
◆ setMode()
virtual void OdDbGeoDataChunksPE::setMode |
( |
bool |
bEnable | ) |
|
|
pure virtual |
Sets interface mode (enabled/disabled) to control images loading from the internet.
- Parameters
-
bEnable | [in] If true/false, interface is enabled/disabled. |
The documentation for this class was generated from the following file: