videocollection/videocollectionwrapper/inc/videocollectionwrapper.h
changeset 40 13331705e488
parent 36 8aed59de29f9
child 58 d2b028fd1f7d
equal deleted inserted replaced
39:f6d44a0cd476 40:13331705e488
    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