Class holding a single link's data for writing into the page. More...
#include <oemps.h>

Public Member Functions | |
| InnerEscapeLinkData () | |
| Default constructor. | |
| InnerEscapeLinkData (const char *pInData, int nSize, InnerEscapeLinkData *pInNext) | |
| Constructor from escape sequence data. | |
| InnerEscapeLinkData (const RECTL &rect, const char *pURL, InnerEscapeLinkData *pInNext, const char *pTitle=NULL) | |
| Constructor from link-file data. | |
| ~InnerEscapeLinkData () | |
| Destructor. | |
Public Attributes | |
| InnerEscapeLinkData * | pNext |
| Pointer to the next link data object. | |
| EscapeLinkData * | pData |
| Pointer to the link data. | |
Class holding a single link's data for writing into the page.
Definition at line 90 of file oemps.h.
| InnerEscapeLinkData::InnerEscapeLinkData | ( | const char * | pInData, | |
| int | nSize, | |||
| InnerEscapeLinkData * | pInNext | |||
| ) | [inline] |
Constructor from escape sequence data.
| pInData | Pointer to an EscapeLinkData structure | |
| nSize | Size of the structure (including the url part) | |
| pInNext | Pointer to the next link data object |
Definition at line 102 of file oemps.h.
References pData.
| InnerEscapeLinkData::InnerEscapeLinkData | ( | const RECTL & | rect, | |
| const char * | pURL, | |||
| InnerEscapeLinkData * | pInNext, | |||
| const char * | pTitle = NULL | |||
| ) | [inline] |
Constructor from link-file data.
| rect | Location of the link on the page | |
| pURL | URL of the link | |
| pInNext | Pointer to the next link data object | |
| pTitle | Tooltip for the link (future use only) |
Definition at line 110 of file oemps.h.
References EscapeLinkData::bottom, EscapeLinkData::left, EscapeLinkData::lTitleOffset, pData, EscapeLinkData::right, EscapeLinkData::top, and EscapeLinkData::url.
1.6.1