telutils/dialpad/tsrc/unit/ut_dialpadlineedit/testdialpadlineedit.h
changeset 53 25b8d29b7c59
equal deleted inserted replaced
51:12bc758d6a02 53:25b8d29b7c59
       
     1 /*
       
     2 * Copyright (c) 2010 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 
       
    19 #ifndef TESTDIALPADLINEEDIT_H
       
    20 #define TESTDIALPADLINEEDIT_H
       
    21 
       
    22 // System includes
       
    23 
       
    24 // User includes
       
    25 #include "dialpadlineedit.h"
       
    26 
       
    27 // Forward declarations
       
    28 
       
    29 // External data types
       
    30 
       
    31 // Constants
       
    32 
       
    33 // Class declaration
       
    34 class TestDialpadLineEdit : public DialpadLineEdit
       
    35 {
       
    36     Q_OBJECT
       
    37 
       
    38 public:
       
    39     explicit TestDialpadLineEdit(QGraphicsItem *parent = 0);
       
    40 
       
    41     ~TestDialpadLineEdit();
       
    42     
       
    43     void testFocusOutEvent(QFocusEvent * event);
       
    44     void testFocusInEvent(QFocusEvent * event);
       
    45 
       
    46 signals:
       
    47 
       
    48 public slots:
       
    49 
       
    50 protected:
       
    51     
       
    52 protected slots:
       
    53 
       
    54 private:
       
    55 
       
    56 private slots:
       
    57 
       
    58 private: // data 
       
    59 
       
    60 };
       
    61 
       
    62 #endif // TESTDIALPADLINEEDIT_H