/** Sets an error message that is displayed instead of any news message. */
 void          setErrorMessage(const core::stringw &s)
 {
     m_error_message.setAtomic(s);
 }   // setErrorMessage
 /** Clears the error message. */
 void          clearErrorMessage() {m_error_message.setAtomic(""); }
Beispiel #3
0
 /** Marks addon as not being available. */
 void         setErrorState() { m_state.setAtomic(STATE_ERROR); }