wlanutilities/wlanlogin/wlanloginapp/inc/wlanloginwebpage.h
branchRCL_3
changeset 25 f28ada11abbf
parent 24 63be7eb3fc78
equal deleted inserted replaced
24:63be7eb3fc78 25:f28ada11abbf
     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: Wlan Login web page class definition
       
    15  * 
       
    16  */
       
    17 
       
    18 #ifndef WLANLOGINWEBPAGE_H
       
    19 #define WLANLOGINWEBPAGE_H
       
    20 
       
    21 // System includes
       
    22 #include <QWebPage>
       
    23 
       
    24 // User includes
       
    25 
       
    26 // Forward declarations
       
    27 
       
    28 // External data types
       
    29 
       
    30 // Constants
       
    31 
       
    32 // Class declaration
       
    33 class WlanLoginWebPage : public QWebPage
       
    34     {
       
    35     Q_OBJECT
       
    36     
       
    37 public:
       
    38     explicit WlanLoginWebPage(QObject* parent=0);
       
    39     ~WlanLoginWebPage();
       
    40       
       
    41 protected:
       
    42     bool acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type);
       
    43         
       
    44 signals:
       
    45     void formSubmitted();
       
    46     };
       
    47 
       
    48 #endif // WLANLOGINWEBPAGE_H