Example #1
0
 public void copyFrom(ResLoadState rhv)
 {
     m_resLoadState = rhv.resLoadState;
 }
Example #2
0
 public void setFailed()
 {
     m_resLoadState = CVResLoadState.eFailed;
 }
Example #3
0
 public void setLoading()
 {
     m_resLoadState = CVResLoadState.eLoading;
 }
Example #4
0
 public void reset()
 {
     m_resLoadState = CVResLoadState.eNotLoad;
 }
Example #5
0
 public void setSuccessLoaded()
 {
     m_resLoadState = CVResLoadState.eLoaded;
 }
Example #6
0
 public void copyFrom(ResLoadState rhv)
 {
     m_resLoadState = rhv.resLoadState;
 }
Example #7
0
 public ResLoadState()
 {
     m_resLoadState = CVResLoadState.eNotLoad;
 }
Example #8
0
 public void setLoading()
 {
     m_resLoadState = CVResLoadState.eLoading;
 }
Example #9
0
 public void setFailed()
 {
     m_resLoadState = CVResLoadState.eFailed;
 }
Example #10
0
 public void setSuccessLoaded()
 {
     m_resLoadState = CVResLoadState.eLoaded;
 }
Example #11
0
 public void reset()
 {
     m_resLoadState = CVResLoadState.eNotLoad;
 }
Example #12
0
 public ResLoadState()
 {
     m_resLoadState = CVResLoadState.eNotLoad;
 }