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