![]() |
Crossfire Resources Editor
|
Display and edition of player replies to NPC messages. More...
#include <CREPlayerRepliesPanel.h>
Inheritance diagram for CREPlayerRepliesPanel:
Collaboration diagram for CREPlayerRepliesPanel:Public Member Functions | |
| CREPlayerRepliesPanel (QWidget *parent) | |
| QList< QStringList > | data () const |
| void | setData (const QList< QStringList > &data) |
| virtual | ~CREPlayerRepliesPanel () |
Private Slots | |
| void | onAddCondition (bool) |
| void | onDeleteCondition (bool) |
| void | onReset (bool) |
Private Member Functions | |
| void | addItem (const QStringList &item) |
Private Attributes | |
| QList< QStringList > | myOriginal |
| QTableWidget * | myReplies |
Display and edition of player replies to NPC messages.
Definition at line 23 of file CREPlayerRepliesPanel.h.
| CREPlayerRepliesPanel::CREPlayerRepliesPanel | ( | QWidget * | parent | ) |
Definition at line 65 of file CREPlayerRepliesPanel.cpp.
References myReplies, onAddCondition(), onDeleteCondition(), and onReset().
Here is the call graph for this function:
|
virtual |
Definition at line 94 of file CREPlayerRepliesPanel.cpp.
|
private |
Definition at line 114 of file CREPlayerRepliesPanel.cpp.
References convertType(), createItem(), and myReplies.
Referenced by onAddCondition(), and setData().
Here is the call graph for this function:
Here is the caller graph for this function:| QList< QStringList > CREPlayerRepliesPanel::data | ( | ) | const |
Definition at line 135 of file CREPlayerRepliesPanel.cpp.
References myReplies.
Referenced by setData(), and CREPlayerRepliesDelegate::setModelData().
Here is the caller graph for this function:
|
privateslot |
Definition at line 149 of file CREPlayerRepliesPanel.cpp.
References addItem(), and myReplies.
Referenced by CREPlayerRepliesPanel().
Here is the call graph for this function:
Here is the caller graph for this function:
|
privateslot |
Definition at line 157 of file CREPlayerRepliesPanel.cpp.
References myReplies.
Referenced by CREPlayerRepliesPanel().
Here is the caller graph for this function:
|
privateslot |
Definition at line 165 of file CREPlayerRepliesPanel.cpp.
References myOriginal, and setData().
Referenced by CREPlayerRepliesPanel().
Here is the call graph for this function:
Here is the caller graph for this function:| void CREPlayerRepliesPanel::setData | ( | const QList< QStringList > & | data | ) |
Definition at line 123 of file CREPlayerRepliesPanel.cpp.
References addItem(), data(), myOriginal, and myReplies.
Referenced by onReset(), and CREPlayerRepliesDelegate::setEditorData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 43 of file CREPlayerRepliesPanel.h.
|
private |
Definition at line 42 of file CREPlayerRepliesPanel.h.
Referenced by addItem(), CREPlayerRepliesPanel(), data(), onAddCondition(), onDeleteCondition(), and setData().