Public Types | Public Member Functions | Private Attributes

GroupItem Class Reference

List of all members.

Public Types

typedef QStringList TTrList

Public Member Functions

 GroupItem (const QString &state, const TTrList &trList=TTrList(), bool initial=false)
QString getState () const
TTrList getTrList () const
bool isInitial () const

Private Attributes

bool m_initial
QString m_state
TTrList m_trList

Detailed Description

Definition at line 811 of file algorithms.cpp.


Member Typedef Documentation

typedef QStringList GroupItem::TTrList

Definition at line 814 of file algorithms.cpp.


Constructor & Destructor Documentation

GroupItem::GroupItem ( const QString &  state,
const TTrList trList = TTrList(),
bool  initial = false 
) [inline, explicit]

Definition at line 816 of file algorithms.cpp.


Member Function Documentation

QString GroupItem::getState (  )  const [inline]

Definition at line 820 of file algorithms.cpp.

References m_state.

Referenced by operator==(), and qHash().

Here is the caller graph for this function:

TTrList GroupItem::getTrList (  )  const [inline]

Definition at line 821 of file algorithms.cpp.

References m_trList.

bool GroupItem::isInitial (  )  const [inline]

Definition at line 822 of file algorithms.cpp.

References m_initial.

Referenced by Group::initial().

Here is the caller graph for this function:


Member Data Documentation

bool GroupItem::m_initial [private]

Definition at line 827 of file algorithms.cpp.

Referenced by isInitial().

QString GroupItem::m_state [private]

Definition at line 825 of file algorithms.cpp.

Referenced by getState().

Definition at line 826 of file algorithms.cpp.

Referenced by getTrList().


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