Crossfire Server, Trunk
CREPrePostList Class Reference

#include <CREPrePostList.h>

Inheritance diagram for CREPrePostList:
Inheritance graph
Collaboration diagram for CREPrePostList:
Collaboration graph

Public Member Functions

 CREPrePostList (QWidget *parent, PrePostWidget::Mode mode, const MessageManager *manager)
 
QList< QStringList > data () const
 
void setData (const QList< QStringList > &data)
 

Private Attributes

PrePostWidgetmyWidget
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CREPrePostList()

CREPrePostList::CREPrePostList ( QWidget *  parent,
PrePostWidget::Mode  mode,
const MessageManager manager 
)

Definition at line 108 of file CREPrePostList.cpp.

References manager, mode(), myWidget, PrePostWidget::PostConditions, PrePostWidget::PreConditions, and PrePostWidget::SetWhen.

Here is the call graph for this function:

Member Function Documentation

◆ data()

QList<QStringList> CREPrePostList::data ( ) const
inline

Definition at line 60 of file CREPrePostList.h.

References PrePostWidget::data, and myWidget.

Referenced by setData().

Here is the caller graph for this function:

◆ setData()

void CREPrePostList::setData ( const QList< QStringList > &  data)
inline

Definition at line 61 of file CREPrePostList.h.

References data(), myWidget, and PrePostWidget::setData().

Here is the call graph for this function:

Member Data Documentation

◆ myWidget

PrePostWidget* CREPrePostList::myWidget
private

Definition at line 64 of file CREPrePostList.h.

Referenced by CREPrePostList(), data(), and setData().


The documentation for this class was generated from the following files: