10#ifndef CONVERSATION_HASH_TABLES_DIALOG_H
11#define CONVERSATION_HASH_TABLES_DIALOG_H
17class ConversationHashTablesDialog;
41 Ui::ConversationHashTablesDialog *ui;
49 const QString hashTableToHtmlTable(
const QString table_name,
wmem_map_t *hash_table);
ConversationHashTablesDialog(QWidget *parent=0)
Constructs a new ConversationHashTablesDialog.
Definition conversation_hash_tables_dialog.cpp:120
~ConversationHashTablesDialog()
Destroys the ConversationHashTablesDialog.
Definition conversation_hash_tables_dialog.cpp:157
GeometryStateDialog(QWidget *parent, Qt::WindowFlags f=Qt::Window)
Constructs a new GeometryStateDialog with the specified parent and window flags.
Definition geometry_state_dialog.h:91
struct _wmem_map_t wmem_map_t
Opaque type representing a wmem-managed hash map.
Definition wmem_map.h:46