![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLWMSLayerAttribution () | |
TSLWMSLayerAttribution (const TSLWMSLayerAttribution &rhs) | |
void | destroy () |
const char * | title () const |
void | title (const char *title) |
const TSLWMSOnlineResource * | url () const |
void | url (TSLWMSOnlineResource *url) |
void * | operator new (size_t size) TSL_NO_THROW |
void * | operator new (size_t size, char *filename, int line) |
TSLWMSLayerAttribution::TSLWMSLayerAttribution | ( | ) |
TSLWMSLayerAttribution::TSLWMSLayerAttribution | ( | const TSLWMSLayerAttribution & | rhs | ) |
void TSLWMSLayerAttribution::destroy | ( | ) |
void * TSLWMSLayerAttribution::operator new | ( | size_t | size | ) |
void * TSLWMSLayerAttribution::operator new | ( | size_t | size, |
char * | filename, | ||
int | line ) |
When included in an MFC applicaton in debug mode, the debug new expects this to be here. Override it and return the same as the normal one. The library must include it when compiled in release mode, since the users application may be in debug mode.
const char * TSLWMSLayerAttribution::title | ( | ) | const |
void TSLWMSLayerAttribution::title | ( | const char * | title | ) |
const TSLWMSOnlineResource * TSLWMSLayerAttribution::url | ( | ) | const |
void TSLWMSLayerAttribution::url | ( | TSLWMSOnlineResource * | url | ) |
Takes ownership