Merge "[AT-SPI] Add ScreenReaderEnabled, Disabled" into devel/master
[platform/core/uifw/dali-adaptor.git] / dali / internal / system / ubuntu-x11 / widget-controller-x.h
index 685e52a..798e066 100644 (file)
@@ -51,6 +51,31 @@ public:
    * Set content information to widget framework
    */
   void SetContentInfo(const std::string& contentInfo) override;
+
+  /**
+   * Check Widget is using key
+   */
+  bool IsKeyEventUsing() const override;
+
+  /**
+   * Set the flag that widget is using keyEvent
+   */
+  void SetUsingKeyEvent(bool flag) override;
+
+  /**
+   * Set the Information of widget
+   */
+  void SetInformation(Dali::Window window, const std::string& widgetId) override;
+
+  /**
+   * Get the window
+   */
+  Dali::Window GetWindow() const override;
+
+  /**
+   * Get the widget id
+   */
+  std::string GetWidgetId() const override;
 };
 
 } // namespace Adaptor