Modified creation aborted and faulted signal
[platform/core/uifw/widget-viewer-dali.git] / internal / widget_view / widget_view_impl.h
index c43f929..e27786f 100644 (file)
@@ -146,7 +146,7 @@ public: // Internal API
 
   void ShowLoadingState( bool show );
 
-  void ShowTapWidgetState( bool show );
+  void ShowRetryState( bool show );
 
   void TerminateWidget();
 
@@ -252,7 +252,8 @@ private:
 
   Toolkit::ImageView mWidgetImageView;     ///< Widget content
   Toolkit::ImageView mPreviewImage;   ///< Preview image
-  Toolkit::TextLabel mStateText;      ///< State text
+  Toolkit::TextLabel mLoadingText;      ///< Loading text
+  Toolkit::TextLabel mRetryText;      ///< Retry text
   Dali::Actor mPreviewActor;
   Dali::Actor mStateTextActor;
   Dali::NativeImageSourcePtr mImageSource;
@@ -269,7 +270,8 @@ private:
 
   bool mPreviewVisible;
   bool mLoadingTextVisible;
-  bool mTapTextVisible;
+  bool mRetryTextVisible;
+  bool mRetryState;
   bool mPermanentDelete;
   screen_connector_toolkit_h mWatcherHandle;
   tizen_remote_surface* mRemoteSurface;