Lines Matching refs:state
50 /** Checks whether the current state set is empty.
53 Returns <TRUE/> if there is no state in this state set and
54 <FALSE/> if there is at least one set state in it.
58 /** Checks if the given state is a member of the state set of the called
62 The state for which to check membership. This has to be one of
66 Returns <TRUE/> if the given state is a member of this object's
67 state set and <FALSE/> otherwise.
71 /** Checks if all of the given states are in the state set of the called
77 this object's state set. Each state has to be one of the
81 Returns <TRUE/> if all states of the given state set are members
82 of this object's state set. <FALSE/> is returned if at least
83 one of the states in the given state is not a member of this
84 object's state set.
88 /** Get all currently set states as a sequence of state ids.
92 AT-Tool had to call <member>contains()</member> for every state
97 state. This entry is the id of that state. The order of the