iaupdate/IAD/ui/src/iaupdatemainwindow.cpp
changeset 77 d1838696558c
parent 42 d17dc5398051
child 80 9dcba1ee99f7
equal deleted inserted replaced
75:2d2d25361590 77:d1838696558c
    71 {
    71 {
    72     mMainView->refresh(nodes,fwNodes,error);  
    72     mMainView->refresh(nodes,fwNodes,error);  
    73     show(); 
    73     show(); 
    74 } 
    74 } 
    75 
    75 
       
    76 void IAUpdateMainWindow::refreshMainViewProgress()
       
    77 {
       
    78     mMainView->refreshProgress();
       
    79 }
    76 
    80 
       
    81 void IAUpdateMainWindow::setRefreshingAnimation(bool animation)
       
    82 {
       
    83     if (animation)
       
    84     {
       
    85         mMainView->startRefreshingAnimation();
       
    86     }
       
    87     else
       
    88     {
       
    89         mMainView->stopRefreshingAnimation();    
       
    90     }
       
    91 }
    77 
    92 
       
    93 void IAUpdateMainWindow::updateCompleted()
       
    94 {
       
    95     mMainView->updateCompleted();    
       
    96 }
    78 
    97 
    79 IAUpdateMainView* IAUpdateMainWindow::GetMainView()
    98 IAUpdateMainView* IAUpdateMainWindow::GetMainView()
    80 {
    99 {
    81     return mMainView;    
   100     return mMainView;    
    82 }
   101 }