#include <Links.h>
Public Member Functions | |
| string | getDisplayUrl () |
| Returns the name of the url is to be on the web page. | |
| string | getHtmlLink () |
| Returns the html of the full url. | |
| string | getTemplateString () |
| Returns the template string. | |
| string | getUrl () |
| Returns the url. | |
| void | setDisplayUrl (const string &displayUrl) |
| Sets what the name of the url is to be on a web page. | |
| void | setTemplateString (string templateString) |
| Sets the template string. | |
| void | setUrl (const string &url) |
| Sets the url. | |
Private Attributes | |
| string | m_displayUrl |
| The display name of the url link on the web page. | |
| string | m_templateString |
| The template string to use instead of a html link. | |
| string | m_url |
| The url link. | |
|
|
Returns the name of the url is to be on the web page.
|
|
|
Returns the html of the full url. If the displayUrl is empty but the m_templateString is not, it will not create an actual link. Instead it will display what is in the m_templateString. This is for the final web page that doesn't have any more links but instead displays the template string
|
|
|
Returns the template string.
|
|
|
Returns the url.
|
|
|
Sets what the name of the url is to be on a web page.
|
|
|
Sets the template string.
|
|
|
Sets the url.
|
|
|
The display name of the url link on the web page.
|
|
|
The template string to use instead of a html link. If this is set this class will use it instead of creating an actual link |
|
|
The url link.
|
1.4.5