videocollection/videocollectionwrapper/inc/videocollectionwrapper_p.h
changeset 36 8aed59de29f9
parent 34 bbb98528c666
child 20 b9e04db066d4
equal deleted inserted replaced
35:3738fe97f027 36:8aed59de29f9
    21 
    21 
    22 // INCLUDES
    22 // INCLUDES
    23 #include <QObject>
    23 #include <QObject>
    24 #include <QPointer>
    24 #include <QPointer>
    25 #include <qabstractitemmodel.h>
    25 #include <qabstractitemmodel.h>
    26 
    26 #include "videocollectioncommon.h"
    27 
    27 
    28 // FORWARD DECLARATIONS
    28 // FORWARD DECLARATIONS
    29 class CMPXMediaArray;
    29 class CMPXMediaArray;
    30 class CMPXMedia;
    30 class CMPXMedia;
    31 class VideoListDataModel;
    31 class VideoListDataModel;
    57      * Returns the pointer into model. Creates the model if it doesn't exists yet.
    57      * Returns the pointer into model. Creates the model if it doesn't exists yet.
    58      * 
    58      * 
    59      * @param type type of model
    59      * @param type type of model
    60      * @return address of model, NULL if creation did not succeed.
    60      * @return address of model, NULL if creation did not succeed.
    61      */    
    61      */    
    62 	VideoSortFilterProxyModel* getModel(int &type);
    62 	VideoSortFilterProxyModel* getModel(VideoCollectionCommon::TModelType &type);
    63 
    63 
    64 private slots:
    64 private slots:
    65   
    65   
    66     
    66     
    67     /**
    67     /**