Beispiel #1
0
 // ------------------------------------------------------------------------
 bool         isLoading()   const { return m_state.getAtomic()==STATE_INIT; }
Beispiel #2
0
 /** Returns true if the list of online addons has been downloaded. This is 
  *  used to grey out the 'addons' entry till a network connections could be
  *  established. */
 bool         onlineReady() const {return m_state.getAtomic()==STATE_READY; }
Beispiel #3
0
 // ------------------------------------------------------------------------
 bool         wasError()    const { return m_state.getAtomic()==STATE_ERROR;}
Beispiel #4
0
 bool getAbort() { return m_abort.getAtomic(); }