![]() |
Diana Software
|
Public Member Functions | |
| QDaqState () | |
| constructor More... | |
| QDaqState (const QDaqState_ &other) | |
| QDaqState (const QDaqState &other) | |
| QDaqState & | operator= (const QDaqState_ &type) |
| assignment operator More... | |
| QDaqState & | operator= (const QDaqState &other) |
| bool | operator== (const QDaqState_ &type) const |
| comparison operator More... | |
| operator QDaqState_ () const | |
| conversion operator More... | |
| std::string | AsString () const |
| convert to string More... | |
| bool | Set (const std::string &name) |
| set event type from string More... | |
Private Attributes | |
| QDaqState_ | fDaqState |
Definition at line 80 of file QDaqCommonDefs.hh.
|
inline |
constructor
Definition at line 85 of file QDaqCommonDefs.hh.
|
inline |
Definition at line 86 of file QDaqCommonDefs.hh.
|
inline |
Definition at line 87 of file QDaqCommonDefs.hh.
| std::string QDaqState::AsString | ( | ) | const |
convert to string
Definition at line 25 of file QDaqCommonDefs.cc.
References fDaqState, Q_Exiting_State, Q_Idle_State, Q_Invalid_State, Q_Paused_State, Q_Running_State, and Q_Unknown_State.
|
inline |
Definition at line 94 of file QDaqCommonDefs.hh.
References fDaqState.
|
inline |
|
inline |
| bool QDaqState::Set | ( | const std::string & | name | ) |
set event type from string
Definition at line 4 of file QDaqCommonDefs.cc.
References fDaqState, Q_Exiting_State, Q_Idle_State, Q_Invalid_State, Q_Paused_State, Q_Running_State, and Q_Unknown_State.
|
private |
Definition at line 107 of file QDaqCommonDefs.hh.
Referenced by AsString(), operator QDaqState_(), operator=(), operator==(), and Set().