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 |
Definition at line 811 of file algorithms.cpp.
| typedef QStringList GroupItem::TTrList |
Definition at line 814 of file algorithms.cpp.
| GroupItem::GroupItem | ( | const QString & | state, | |
| const TTrList & | trList = TTrList(), |
|||
| bool | initial = false | |||
| ) | [inline, explicit] |
Definition at line 816 of file algorithms.cpp.
| 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: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().
TTrList GroupItem::m_trList [private] |
Definition at line 826 of file algorithms.cpp.
Referenced by getTrList().
1.7.0