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