equal
deleted
inserted
replaced
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 } |