![]() |
Crossfire Resources Editor
|
#include <QtWidgets>
#include "CREPlayerRepliesPanel.h"
#include "global.h"
#include "dialog.h"
#include "sproto.h"
Go to the source code of this file.
Data Structures | |
class | CREMessageTypeDelegate |
Small delegate to handle edition of the reply type field. More... | |
Functions | |
const char * | convertType (const QString &type) |
QTableWidgetItem * | createItem (const QString &text, const QString &edit) |
const char* convertType | ( | const QString & | type | ) |
Definition at line 98 of file CREPlayerRepliesPanel.cpp.
Referenced by CREPlayerRepliesPanel::addItem().
QTableWidgetItem* createItem | ( | const QString & | text, |
const QString & | edit | ||
) |
Definition at line 106 of file CREPlayerRepliesPanel.cpp.
Referenced by CREPlayerRepliesPanel::addItem().