|
| PacketList (QWidget *parent=0) |
|
virtual void | scrollTo (const QModelIndex &index, QAbstractItemView::ScrollHint hint=EnsureVisible) override |
|
QMenu * | conversationMenu () |
|
QMenu * | colorizeMenu () |
|
void | setProtoTree (ProtoTree *proto_tree) |
|
bool | freeze (bool keep_current_frame=false) |
|
bool | thaw (bool restore_selection=false) |
|
void | clear () |
|
void | writeRecent (FILE *rf) |
|
bool | contextMenuActive () |
|
QString | getFilterFromRowAndColumn (QModelIndex idx) |
|
void | resetColorized () |
|
QString | getPacketComment (unsigned c_number) |
|
void | addPacketComment (QString new_comment) |
|
void | setPacketComment (unsigned c_number, QString new_comment) |
|
QString | allPacketComments () |
|
void | deleteCommentsFromPackets () |
|
void | deleteAllPacketComments () |
|
void | setVerticalAutoScroll (bool enabled=true) |
|
void | setCaptureInProgress (bool in_progress=false, bool auto_scroll=true) |
|
void | captureFileReadFinished () |
|
void | resetColumns () |
|
bool | haveNextHistory (bool update_cur=false) |
|
bool | havePreviousHistory (bool update_cur=false) |
|
void | setProfileSwitcher (ProfileSwitcher *profile_switcher) |
|
frame_data * | getFDataForRow (int row) const |
|
bool | uniqueSelectActive () |
|
bool | multiSelectActive () |
|
QList< int > | selectedRows (bool useFrameNum=false) |
|
QString | createSummaryText (QModelIndex idx, SummaryCopyType type) |
|
QString | createHeaderSummaryText (SummaryCopyType type) |
|
QStringList | createHeaderPartsForAligned () |
|
QList< int > | createAlignmentPartsForAligned () |
|
QList< int > | createSizePartsForAligned (bool useHeader, QStringList hdr_parts, QList< int > rows) |
|
QString | createHeaderSummaryForAligned (QStringList hdr_parts, QList< int > align_parts, QList< int > size_parts) |
|
QString | createSummaryForAligned (QModelIndex idx, QList< int > align_parts, QList< int > size_parts) |
|
QString | createDefaultStyleForHtml () |
|
QString | createOpeningTagForHtml () |
|
QString | createHeaderSummaryForHtml () |
|
QString | createSummaryForHtml (QModelIndex idx) |
|
QString | createClosingTagForHtml () |
|
void | resizeAllColumns (bool onlyTimeFormatted=false) |
|