#include <IHyperlinkSource.h>
|
| enum | { kDefaultIID = IID_IHYPERLINKSOURCE } |
| |
| virtual UID IHyperlinkSource::GetBookmarkUID | ( | | ) | const |
| pure virtual |
Get the UID of the bookmark that is associated with this source
- Parameters
- Returns
- UID - UID of the bookmark (kInvalid is possible)
| virtual void IHyperlinkSource::GetName | ( | PMString * | pName | ) | const |
| pure virtual |
Get the name of this source
- Parameters
| *pName | - Will be filled with the name of this source |
| virtual UID IHyperlinkSource::GetOwningHyperlink | ( | | ) | const |
| pure virtual |
Get the UID of the hyperlink that "owns" this source
- Parameters
- Returns
- UID - UID of the hyperlink
| virtual void IHyperlinkSource::GoToHyperlinkSource | ( | | ) | const |
| pure virtual |
Show this source in the layout window
- Parameters
| virtual bool16 IHyperlinkSource::IsHidden | ( | | ) | const |
| pure virtual |
Get whether or not this source is hidden in the UI (Panel)
- Parameters
- Returns
- bool16 - kTrue == Hidden
| virtual void IHyperlinkSource::SetBookmarkUID | ( | UID | bookmarkUID | ) | |
| pure virtual |
Set the UID of the bookmark that is associated with this source (Used by TOC)
- Parameters
| bookmarkUID | - UID of the bookmark (kInvalid is possible) |
| virtual void IHyperlinkSource::SetHidden | ( | bool16 | bIsHidden | ) | |
| pure virtual |
Set whether or not this source is hidden in the UI (Panel)
- Parameters
| bIsHidden | - kTrue == Hidden |
| virtual void IHyperlinkSource::SetName | ( | const PMString & | newName | ) | |
| pure virtual |
Set the name of this source
- Parameters
| newName | - The new name of the source |
| virtual void IHyperlinkSource::SetOwningHyperlink | ( | UID | owningHyperlink | ) | |
| pure virtual |
Set the UID of the hyperlink that "owns" this source
- Parameters
| owningHyperlink | - UID of the hyperlink |