|
DCL 3.7.4
|
#include <MessageTree.h>
Classes | |
| struct | Position |
Public Member Functions | |
| MessageTree (int nDepth) | |
| MessageTree (int nDepth, int nWidth) | |
| int | depth () const |
| int | width () const |
| int64_t | minReplyID () const |
| int64_t | maxReplyID () const |
| int64_t | getSiblingGap (int nDepthIndex) const |
| void | getPosition (int64_t nReplyID, Position &rPos) const |
| int64_t | getFirstChildID (int64_t nReplyID) const |
| int64_t | getLastChildID (int64_t nReplyID) const |
| int64_t | getChildID (int64_t nReplyID, int nWidthIndex) const |
Static Public Member Functions | |
| static int | getDefaultWidth (int nDepth) |
Definition at line 41 of file MessageTree.h.
| MessageTree::MessageTree | ( | int | nDepth | ) |
Definition at line 285 of file MessageTree.cpp.
| MessageTree::MessageTree | ( | int | nDepth, |
| int | nWidth ) |
Definition at line 296 of file MessageTree.cpp.
|
inline |
Definition at line 91 of file MessageTree.h.
| int64_t MessageTree::getChildID | ( | int64_t | nReplyID, |
| int | nWidthIndex ) const |
Definition at line 407 of file MessageTree.cpp.
|
static |
Definition at line 263 of file MessageTree.cpp.
| int64_t MessageTree::getFirstChildID | ( | int64_t | nReplyID | ) | const |
Definition at line 378 of file MessageTree.cpp.
| int64_t MessageTree::getLastChildID | ( | int64_t | nReplyID | ) | const |
Definition at line 384 of file MessageTree.cpp.
| void MessageTree::getPosition | ( | int64_t | nReplyID, |
| Position & | rPos ) const |
Definition at line 332 of file MessageTree.cpp.
| int64_t MessageTree::getSiblingGap | ( | int | nDepthIndex | ) | const |
Definition at line 318 of file MessageTree.cpp.
| int64_t MessageTree::maxReplyID | ( | ) | const |
Definition at line 313 of file MessageTree.cpp.
| int64_t MessageTree::minReplyID | ( | ) | const |
Definition at line 308 of file MessageTree.cpp.
|
inline |
Definition at line 96 of file MessageTree.h.