MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLWMSLayerAttribution Class Reference

Public Member Functions

 TSLWMSLayerAttribution ()
 
 TSLWMSLayerAttribution (const TSLWMSLayerAttribution &rhs)
 
void destroy ()
 
const char * title () const
 
void title (const char *title)
 
const TSLWMSOnlineResourceurl () const
 
void url (TSLWMSOnlineResource *url)
 
void * operator new (size_t size) TSL_NO_THROW
 
void * operator new (size_t size, char *filename, int line)
 

Constructor & Destructor Documentation

◆ TSLWMSLayerAttribution() [1/2]

TSLWMSLayerAttribution::TSLWMSLayerAttribution ( )

◆ TSLWMSLayerAttribution() [2/2]

TSLWMSLayerAttribution::TSLWMSLayerAttribution ( const TSLWMSLayerAttribution & rhs)

Member Function Documentation

◆ destroy()

void TSLWMSLayerAttribution::destroy ( )

◆ operator new() [1/2]

void * TSLWMSLayerAttribution::operator new ( size_t size)

◆ operator new() [2/2]

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.

◆ title() [1/2]

const char * TSLWMSLayerAttribution::title ( ) const

◆ title() [2/2]

void TSLWMSLayerAttribution::title ( const char * title)

◆ url() [1/2]

const TSLWMSOnlineResource * TSLWMSLayerAttribution::url ( ) const

◆ url() [2/2]

void TSLWMSLayerAttribution::url ( TSLWMSOnlineResource * url)

Takes ownership