![]() | InDesign SDK 20.5 |
#include <IndexTopicEntryNode.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| IndexTopicEntryNode () | |
| bool16 | operator== (const IndexTopicEntryNode &other) const |
| IndexTopicEntryNode & | operator= (const IndexTopicEntryNode &other) |
| const WideString & | GetSortString () const |
| const LanguageID & | GetSortLanguage () const |
| const int16 & | GetLevel () const |
| int16 & | GetLevel () |
| WideString & | GetDisplayString () |
| const WideString & | GetDisplayString () const |
| LanguageID & | GetLanguage () |
| const LanguageID & | GetLanguage () const |
| WideString & | GetSortStringReference () |
| const WideString & | GetSortStringReference () const |
Protected Attributes | |
| int16 | fLevel |
| WideString | fDisplayString |
| WideString | fSortString |
| LanguageID | fLanguage |
Models a topic node with all it's properties. A topic node has a level, display string, sort string and a language. The display string is the string that will show up in the index. The sort string is used in the topic sorting process. The language specifies the language of this topic.
| inline |
Constructs an empty topic node.
| inline |
Accessor for the display string property.
| inline |
Accessor for the display string property.
| inline |
Accessor for the sort language property.
| inline |
Accessor for the sort language property.
| inline |
Accessor for the level property.
| inline |
Accessor for the level property.
| inline |
Accessor for the sort language.
| inline |
Accessor for the sort string.
| inline |
Accessor for the sort string property.
| inline |
Accessor for the sort string property.
| inline |
Assignment operator.
| inline |
Equality test operator.