Fixed Nabi Issues 52332,54256,54601,54130,54264,54471
[apps/osp/Internet.git] / inc / IntEditHistoryListForm.h
index a7ee023..e30fd1d 100644 (file)
@@ -2,7 +2,7 @@
 
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -26,6 +26,8 @@
 
 #include <FBase.h>
 #include <FUi.h>
+#include "IntConfirmationPopup.h"
+#include "IntNotificationPanel.h"
 
 
 class EditHistoryListForm
@@ -107,6 +109,7 @@ class EditHistoryListForm
        //IOrientationEventListener
        virtual void OnOrientationChanged(const Tizen::Ui::Control& source, Tizen::Ui::OrientationStatus orientationStatus);
 
+       void OnUserEventReceivedN (RequestId requestId, Tizen::Base::Collection::IList *pArgs);
   protected:
        static const int IDA_TABBAR_ITEM_1;
        static const int IDA_TABBAR_ITEM_2;
@@ -128,6 +131,9 @@ class EditHistoryListForm
        Tizen::Ui::Controls::CheckButton* __pSelectAllCheck;
        Tizen::Ui::Controls::Label* __pSelectedLabel;
        int __selectedCount;
+       int __fontSize;
+       ConfirmationPopup* __pConfirmationPopup;
+       NotificationPanel* __pNotification;
 
        class GroupItemClass
        :public Tizen::Base::Object
@@ -143,6 +149,7 @@ class EditHistoryListForm
                Tizen::Base::DateTime __startTime;
                Tizen::Base::String __titleText;
 
+
         };
   };