Crossfire Server, Trunk
|
#include <CREPrePostList.h>
Public Member Functions | |
CREPrePostList (QWidget *parent, PrePostWidget::Mode mode, const MessageManager *manager) | |
QList< QStringList > | data () const |
void | setData (const QList< QStringList > &data) |
Private Attributes | |
PrePostWidget * | myWidget |
Display and allow edition of a list of pre- or post- conditions for a NPC message, or quest states for a quest step.
Definition at line 53 of file CREPrePostList.h.
CREPrePostList::CREPrePostList | ( | QWidget * | parent, |
PrePostWidget::Mode | mode, | ||
const MessageManager * | manager | ||
) |
Definition at line 108 of file CREPrePostList.cpp.
References manager, myWidget, PrePostWidget::PostConditions, PrePostWidget::PreConditions, and PrePostWidget::SetWhen.
|
inline |
Definition at line 60 of file CREPrePostList.h.
References PrePostWidget::data, and myWidget.
Referenced by setData().
|
inline |
Definition at line 61 of file CREPrePostList.h.
References data(), myWidget, and PrePostWidget::setData().
|
private |
Definition at line 64 of file CREPrePostList.h.
Referenced by CREPrePostList(), data(), and setData().