Add unreleased controls logs for debugging
[platform/framework/native/uifw.git] / src / ui / inc / FUi_ControlManager.h
index f63957f..2453f2a 100644 (file)
@@ -74,6 +74,10 @@ public:
        result OpenWindow(_Window& window, bool invalidate);
        result CloseWindow(_Window& window);
 
+// For control list
+       _Control* GetControl(int index) const;
+       int GetControlCount(void) const;
+
 // Orientation
        _ControlOrientation GetOrientation(void) const;
        void SetOrientation(_ControlOrientation orientation);
@@ -170,6 +174,7 @@ private:
        Tizen::Base::_ObjectManagerT <_Control> __objectManager;
        Tizen::Base::Collection::LinkedListT<_Window*>* __pWindowList;
        Tizen::Base::Collection::LinkedListT<_Window*>* __pAllWindowList;
+       Tizen::Base::Collection::LinkedListT<_Control*>* __pAllControlList;
 
        bool __isCoordinateSystemLogical;
        int __logicalCoordinateSystem;