videocollection/videocollectionwrapper/inc/videocollectionwrapper.h
changeset 46 adbe7d5ba2f5
parent 17 69946d1824c4
child 62 0e1e938beb1a
equal deleted inserted replaced
28:c48470be1ba7 46:adbe7d5ba2f5
    78      * @return The singleton instance.
    78      * @return The singleton instance.
    79      */
    79      */
    80     static VideoCollectionWrapper &instance();  
    80     static VideoCollectionWrapper &instance();  
    81     
    81     
    82 	/**
    82 	/**
    83      * Returns pointer to model
    83      * Returns pointer to model. Null if creation fails or if
       
    84      * application is closing.
    84      * 
    85      * 
    85      * @param type of the model
    86      * @param type of the model
    86      * 
    87      * 
    87      * @return address to model or NULL if fails.
    88      * @return address to model or NULL if fails or if application is closing.
    88      */    
    89      */    
    89     VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType type);
    90     VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType type);
    90 
    91 
    91     /**
    92     /**
    92      * Method can be used by client to emit status signal
    93      * Method can be used by client to emit status signal