videocollection/videocollectionwrapper/tsrc/testvideocollectionwrapper_p/stub/inc/videoproxymodelcontent.h
changeset 62 0e1e938beb1a
equal deleted inserted replaced
59:a76e86df7ccd 62:0e1e938beb1a
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:   stub VideoProxyModelContent for VideoCollectionWrapperPrivate unit tests  
       
    15 * 
       
    16 */
       
    17 
       
    18 #ifndef VIDEOPROXYMODELCONTENT_H
       
    19 #define VIDEOPROXYMODELCONTENT_H
       
    20 
       
    21 #include <videoproxymodelgeneric.h>
       
    22 
       
    23 class VideoProxyModelContent : public VideoProxyModelGeneric
       
    24 {
       
    25     Q_OBJECT
       
    26     
       
    27 signals:
       
    28     
       
    29     void shortDetailsReady(TMPXItemId);
       
    30     
       
    31 public: 
       
    32     
       
    33     /**
       
    34      * Contructor.
       
    35      *
       
    36      * @param parent parent of this widget
       
    37      * @param client Collection client pointer to use.
       
    38      */
       
    39     VideoProxyModelContent(QObject *parent=0);
       
    40     
       
    41     /**
       
    42      * Destructor.
       
    43      *
       
    44      */
       
    45     virtual ~VideoProxyModelContent();
       
    46     
       
    47 public:
       
    48     
       
    49     static int mContentModelConstructCallCount;
       
    50 };
       
    51 
       
    52 #endif // VIDEOPROXYMODELCONTENT_H