emailuis/nmailui/src/nmbaseview.cpp
changeset 23 2dc6caa42ec3
parent 18 578830873419
child 27 9ba4404ef423
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    58 void NmBaseView::aboutToExitView()
    58 void NmBaseView::aboutToExitView()
    59 {
    59 {
    60 }
    60 }
    61 
    61 
    62 /*!
    62 /*!
       
    63     view ready. Function is called after mainwindow has received viewReady
       
    64     lazy loading signal. Views can choose to implement this function
       
    65     if it makes sense to construct items after main view is shown. 
       
    66 */
       
    67 void NmBaseView::viewReady()
       
    68 {    
       
    69 }
       
    70 
       
    71 /*!
    63     About to change orientation. View can override this function if special
    72     About to change orientation. View can override this function if special
    64     handling is needed for the view when orientation is about to change.
    73     handling is needed for the view when orientation is about to change.
    65 */
    74 */
    66 void NmBaseView::aboutToChangeOrientation()
    75 void NmBaseView::aboutToChangeOrientation()
    67 {
    76 {