Home
last modified time | relevance | path

Searched refs:PacketCommentDialog (Results 1 – 25 of 64) sorted by relevance

123

/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp15 PacketCommentDialog::PacketCommentDialog(bool isEdit, QWidget *parent, QString comment) : in PacketCommentDialog() function in PacketCommentDialog
17 pc_ui_(new Ui::PacketCommentDialog) in PacketCommentDialog()
31 PacketCommentDialog::~PacketCommentDialog() in ~PacketCommentDialog()
36 QString PacketCommentDialog::text() in text()
41 void PacketCommentDialog::on_buttonBox_helpRequested() in on_buttonBox_helpRequested()
H A Dpacket_comment_dialog.h18 class PacketCommentDialog; variable
21 class PacketCommentDialog : public GeometryStateDialog
26 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
27 ~PacketCommentDialog();
34 Ui::PacketCommentDialog *pc_ui_;
H A Dmain_window.h90 class PacketCommentDialog; variable
517 void addPacketCommentFinished(PacketCommentDialog* pc_dialog, int result); in Q_DECLARE_METATYPE()
518 void editPacketCommentFinished(PacketCommentDialog* pc_dialog, int result, guint nComment); in Q_DECLARE_METATYPE()
H A Dmain_window_slots.cpp2258 PacketCommentDialog* pc_dialog; in actionAddPacketComment()
2259 pc_dialog = new PacketCommentDialog(false, this, NULL); in actionAddPacketComment()
2266 void MainWindow::addPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_) in addPacketCommentFinished()
2282 PacketCommentDialog* pc_dialog; in actionEditPacketComment()
2283 pc_dialog = new PacketCommentDialog(true, this, packet_list_->getPacketComment(nComment)); in actionEditPacketComment()
2290 void MainWindow::editPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_, guin… in editPacketCommentFinished()
H A Dwireshark_ru.ts8708 <name>PacketCommentDialog</name>
H A Dwireshark_en.ts8676 <name>PacketCommentDialog</name>
H A Dwireshark_uk.ts8651 <name>PacketCommentDialog</name>
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp15 PacketCommentDialog::PacketCommentDialog(bool isEdit, QWidget *parent, QString comment) :
17 pc_ui_(new Ui::PacketCommentDialog)
31 PacketCommentDialog::~PacketCommentDialog()
36 QString PacketCommentDialog::text()
41 void PacketCommentDialog::on_buttonBox_helpRequested()
H A Dpacket_comment_dialog.h18 class PacketCommentDialog; variable
21 class PacketCommentDialog : public GeometryStateDialog
26 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
27 ~PacketCommentDialog();
34 Ui::PacketCommentDialog *pc_ui_;
H A Dmain_window.h90 class PacketCommentDialog; variable
517 void addPacketCommentFinished(PacketCommentDialog* pc_dialog, int result); in Q_DECLARE_METATYPE()
518 void editPacketCommentFinished(PacketCommentDialog* pc_dialog, int result, guint nComment); in Q_DECLARE_METATYPE()
H A Dmain_window_slots.cpp2258 PacketCommentDialog* pc_dialog; in actionAddPacketComment()
2259 pc_dialog = new PacketCommentDialog(false, this, NULL); in actionAddPacketComment()
2266 void MainWindow::addPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_) in addPacketCommentFinished()
2282 PacketCommentDialog* pc_dialog; in actionEditPacketComment()
2283 pc_dialog = new PacketCommentDialog(true, this, packet_list_->getPacketComment(nComment)); in actionEditPacketComment()
2290 void MainWindow::editPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_, guin… in editPacketCommentFinished()
H A Dwireshark_ru.ts8708 <name>PacketCommentDialog</name>
H A Dwireshark_en.ts8676 <name>PacketCommentDialog</name>
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp15 PacketCommentDialog::PacketCommentDialog(bool isEdit, QWidget *parent, QString comment) :
17 pc_ui_(new Ui::PacketCommentDialog)
31 PacketCommentDialog::~PacketCommentDialog()
36 QString PacketCommentDialog::text()
41 void PacketCommentDialog::on_buttonBox_helpRequested()
H A Dpacket_comment_dialog.h18 class PacketCommentDialog;
21 class PacketCommentDialog : public GeometryStateDialog
26 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
27 ~PacketCommentDialog();
34 Ui::PacketCommentDialog *pc_ui_;
H A Dmain_window.h90 class PacketCommentDialog; variable
517 void addPacketCommentFinished(PacketCommentDialog* pc_dialog, int result); in Q_DECLARE_METATYPE()
518 void editPacketCommentFinished(PacketCommentDialog* pc_dialog, int result, guint nComment); in Q_DECLARE_METATYPE()
H A Dmain_window_slots.cpp2258 PacketCommentDialog* pc_dialog; in actionAddPacketComment()
2259 pc_dialog = new PacketCommentDialog(false, this, NULL); in actionAddPacketComment()
2266 void MainWindow::addPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_) in addPacketCommentFinished()
2282 PacketCommentDialog* pc_dialog; in actionEditPacketComment()
2283 pc_dialog = new PacketCommentDialog(true, this, packet_list_->getPacketComment(nComment)); in actionEditPacketComment()
2290 void MainWindow::editPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_, guin… in editPacketCommentFinished()
H A Dwireshark_ru.ts8708 <name>PacketCommentDialog</name>
H A Dwireshark_en.ts8676 <name>PacketCommentDialog</name>
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dpacket_comment_dialog.cpp15 PacketCommentDialog::PacketCommentDialog(bool isEdit, QWidget *parent, QString comment) : in PacketCommentDialog() function in PacketCommentDialog
17 pc_ui_(new Ui::PacketCommentDialog) in PacketCommentDialog()
31 PacketCommentDialog::~PacketCommentDialog() in ~PacketCommentDialog()
36 QString PacketCommentDialog::text() in text()
41 void PacketCommentDialog::on_buttonBox_helpRequested() in on_buttonBox_helpRequested()
H A Dpacket_comment_dialog.h18 class PacketCommentDialog; variable
21 class PacketCommentDialog : public GeometryStateDialog
26 explicit PacketCommentDialog(bool isEdit, QWidget *parent = 0, QString comment = QString());
27 ~PacketCommentDialog();
34 Ui::PacketCommentDialog *pc_ui_;
H A Dmain_window.h90 class PacketCommentDialog; variable
517 void addPacketCommentFinished(PacketCommentDialog* pc_dialog, int result); in Q_DECLARE_METATYPE()
518 void editPacketCommentFinished(PacketCommentDialog* pc_dialog, int result, guint nComment); in Q_DECLARE_METATYPE()
H A Dmain_window_slots.cpp2258 PacketCommentDialog* pc_dialog; in actionAddPacketComment()
2259 pc_dialog = new PacketCommentDialog(false, this, NULL); in actionAddPacketComment()
2266 void MainWindow::addPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_) in addPacketCommentFinished()
2282 PacketCommentDialog* pc_dialog; in actionEditPacketComment()
2283 pc_dialog = new PacketCommentDialog(true, this, packet_list_->getPacketComment(nComment)); in actionEditPacketComment()
2290 void MainWindow::editPacketCommentFinished(PacketCommentDialog* pc_dialog _U_, int result _U_, guin… in editPacketCommentFinished()
H A Dwireshark_ru.ts8708 <name>PacketCommentDialog</name>
H A Dwireshark_en.ts8676 <name>PacketCommentDialog</name>

123