![]() | InDesign SDK 20.5 |
#include <IndexTopicEntry.h>
Public Types | |
| typedef object_type | data_type |
Public Member Functions | |
| IndexTopicEntry () | |
| IndexTopicEntry (const IndexTopicEntry &other) | |
| bool16 | operator== (const IndexTopicEntry &other) const |
| IndexTopicEntry & | operator= (const IndexTopicEntry &other) |
| const int16 & | GetNumNodes () const |
| int16 & | GetNumNodes () |
| IndexTopicEntryNode & | GetTopicEntryNode (int16 number) |
| const IndexTopicEntryNode & | GetTopicEntryNode (int16 number) const |
Protected Attributes | |
| int16 | fNumNodes |
| IndexTopicEntryNode | fNodes [kIDXMaxTopicLevel] |
Models a topic entry which can have up to kIDXMaxTopicLevel topic nodes.
| inline |
Constructs an empty topic entry.
| inline |
Copy constructor. Copies the content of the specified topic entry.
| other | [IN] - topic entry to be copied. |
| inline |
Accessor for the number of topic nodes.
| inline |
Accessor for the number of topic nodes.
| inline |
Accessor for a topic node.
| number | [IN] - the index (level) of the topic node within this entry. |
| inline |
Accessor for a topic node.
| number | [IN] - the index (level) of the topic node within this entry. |
| inline |
Assignment operator.
| inline |
Equality test operator.