CATTPSBaseUseItf Interface CATITPSFlagNote
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSFlagNote
Interface for the TPS Flag Note object.
Method Index
- o
GetFlagText(wchar_t**)
- Retrieves flag text.
- o
GetText(wchar_t**)
- Retrieves text.
- o
GetURL(int,wchar_t**)
-
- o
GetUrlListSize(int*)
-
- o
SetFlagText(wchar_t*)
- Sets flag text.
- o
SetText(wchar_t*)
- Sets text.
Methods
o GetFlagText
public virtual GetFlagText( | | opText) |
-
Retrieves flag text.
o GetText
public virtual GetText( | | opText) |
-
Retrieves text.
o GetURL
public virtual GetURL( | const | iIndex, |
| | opUrl) |
-
- Deprecated:
- R417, use CATITPSHyperlinksManager::GetHyperlinkList
Retrieves url.
- Parameters:
-
- iIndex
- Index of url.
- opUrl
- url
- Returns:
- S_OK if succeded (opUrl must be deleted).
o GetUrlListSize
public virtual GetUrlListSize( | | oNumber) |
-
- Deprecated:
- R417, use CATITPSHyperlinksManager::GetHyperlinkList
Retrieves the number of urls.
- Parameters:
-
- oNumber
- the size of url list.
o SetFlagText
public virtual SetFlagText( | const | ipText) |
-
Sets flag text.
o SetText
public virtual SetText( | const | ipText) |
-
Sets text.
This object is included in the file: CATITPSFlagNote.h
If needed, your Imakefile.mk should include the module: CATTPSBaseUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.