Font accessibility changes
[apps/osp/Gallery.git] / inc / GlRadioCustomItem.h
index 5636c7d..c22b810 100644 (file)
@@ -1,7 +1,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
 //
 //
 
 /**
- *@file:        IntRadioCustomItem.h
- *@brief:       The RadioCustomItem defines radio custom item.
+ *@file         IntRadioCustomItem.h
+ *@brief        The RadioCustomItem defines radio custom item.
  *
  */
 
 #ifndef _GL_RADIO_CUSTOM_ITEM_H_
 #define _GL_RADIO_CUSTOM_ITEM_H_
 
-#include <FBase.h>
-#include <FGraphics.h>
-
 #include "GlTypes.h"
 
 class RadioCustomItem
@@ -37,11 +34,11 @@ public:
 
        result Construct(int width, int height);
 
-       Tizen::Base::String GetText(void);
-       bool GetSelected(void);
-       result Make(void);
-       void SetText(Tizen::Base::String& text);
-       void SetSelected(bool selectedValue);
+       Tizen::Base::String GetText(void) const;
+       bool GetSelected(void) const;
+       result Make(int fontSize);
+       void SetText(const Tizen::Base::String& text);
+       void SetSelected(const bool selectedValue);
 
 protected:
        static const int IDA_FORMAT_STRING;