ui/commandhandlers/commoncommandhandlers/inc/glxcommandhandlersend.h
changeset 24 99ad1390cd33
child 33 1ee2af37811f
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
       
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef GLXCOMMANDHANDLERSEND_H
       
    19 #define GLXCOMMANDHANDLERSEND_H
       
    20 
       
    21 #include "glxmodelcommandhandler.h"
       
    22 #include <QList>
       
    23 #include <QString>
       
    24 
       
    25 
       
    26 #ifdef BUILD_COMMONCOMMANDHANDLERS
       
    27 #define GLX_COMMONCOMMANDHANDLERS_EXPORT Q_DECL_EXPORT
       
    28 #else
       
    29 #define GLX_COMMONCOMMANDHANDLERS_EXPORT Q_DECL_IMPORT
       
    30 #endif
       
    31 
       
    32 
       
    33 class  GLX_COMMONCOMMANDHANDLERS_EXPORT GlxCommandHandlerSend : public GlxModelCommandHandler
       
    34 	{
       
    35 public:
       
    36     GlxCommandHandlerSend();
       
    37     ~GlxCommandHandlerSend();    
       
    38     void doHandleUserAction(GlxMediaModel* model,QList<QModelIndex> indexList)const ;  
       
    39 	};
       
    40 #endif // GLXCOMMANDHANDLERSEND_H