Apply reviewed doxygen
authorChoongeun Hong <cheun.hong@samsung.com>
Thu, 28 Mar 2013 15:25:40 +0000 (00:25 +0900)
committerChoongeun Hong <cheun.hong@samsung.com>
Thu, 28 Mar 2013 15:25:40 +0000 (00:25 +0900)
Change-Id: Ie8ac69259f1e1e878b2536fbf1e0a7c86c90628b
Signed-off-by: Choongeun Hong <cheun.hong@samsung.com>
67 files changed:
inc/FUiCtrlAnimation.h
inc/FUiCtrlAnimationFrame.h
inc/FUiCtrlColorPicker.h
inc/FUiCtrlContextMenu.h
inc/FUiCtrlCustomList.h
inc/FUiCtrlCustomListItem.h
inc/FUiCtrlCustomListTypes.h
inc/FUiCtrlDatePicker.h
inc/FUiCtrlDateTimePicker.h
inc/FUiCtrlEditArea.h
inc/FUiCtrlEditDate.h
inc/FUiCtrlEditField.h
inc/FUiCtrlEditTime.h
inc/FUiCtrlExpandableEditArea.h
inc/FUiCtrlExpandableList.h
inc/FUiCtrlICustomElement.h
inc/FUiCtrlICustomListElement.h
inc/FUiCtrlIFormBackEventListener.h
inc/FUiCtrlIFrameEventListener.h
inc/FUiCtrlIGalleryItemProvider.h
inc/FUiCtrlIGroupedListViewItemProvider.h
inc/FUiCtrlIGroupedListViewItemProviderF.h
inc/FUiCtrlIGroupedTableViewItemEventListener.h
inc/FUiCtrlIGroupedTableViewItemProvider.h
inc/FUiCtrlIGroupedTableViewItemProviderF.h
inc/FUiCtrlIIconListViewItemProvider.h
inc/FUiCtrlIListViewItemProvider.h
inc/FUiCtrlIListViewItemProviderF.h
inc/FUiCtrlIProgressPopupEventListener.h
inc/FUiCtrlISectionTableViewItemEventListener.h
inc/FUiCtrlISectionTableViewItemProvider.h
inc/FUiCtrlISectionTableViewItemProviderF.h
inc/FUiCtrlISplitPanelEventListenerF.h
inc/FUiCtrlITableViewItemEventListener.h
inc/FUiCtrlITableViewItemProvider.h
inc/FUiCtrlITableViewItemProviderF.h
inc/FUiCtrlIconList.h
inc/FUiCtrlIconListTypes.h
inc/FUiCtrlIconListView.h
inc/FUiCtrlKeypad.h
inc/FUiCtrlList.h
inc/FUiCtrlListTypes.h
inc/FUiCtrlListView.h
inc/FUiCtrlMessageBox.h
inc/FUiCtrlOptionMenu.h
inc/FUiCtrlPopup.h
inc/FUiCtrlProgress.h
inc/FUiCtrlProgressPopup.h
inc/FUiCtrlScrollEventTypes.h
inc/FUiCtrlScrollPanelTypes.h
inc/FUiCtrlSearchBar.h
inc/FUiCtrlSectionTableView.h
inc/FUiCtrlSlidableGroupedList.h
inc/FUiCtrlSlidableList.h
inc/FUiCtrlSlider.h
inc/FUiCtrlSliderTypes.h
inc/FUiCtrlSplitPanel.h
inc/FUiCtrlSplitPanelTypes.h
inc/FUiCtrlTab.h
inc/FUiCtrlTabBar.h
inc/FUiCtrlTabBarItem.h
inc/FUiCtrlTableView.h
inc/FUiCtrlTableViewItemBase.h
inc/FUiCtrlTableViewSimpleGroupItem.h
inc/FUiCtrlTableViewSimpleItem.h
inc/FUiCtrlTextBox.h
inc/FUiCtrlTimePicker.h

index cf977b2..ee063b8 100644 (file)
@@ -247,7 +247,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be added
+        * @param[in]   listener        The listener to add
         */
        void AddAnimationEventListener(Tizen::Ui::IAnimationEventListener& listener);
 
@@ -258,7 +258,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be removed
+        * @param[in]   listener        The listener to remove
         */
        void RemoveAnimationEventListener(Tizen::Ui::IAnimationEventListener& listener);
 
index 5290b14..709fa55 100644 (file)
@@ -64,7 +64,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   frame           The bitmap to be displayed
+        * @param[in]   frame           The bitmap to display
         * @param[in]   duration        The duration in milliseconds for which the bitmap is displayed
         */
        AnimationFrame(const Tizen::Graphics::Bitmap& frame, long duration);
@@ -81,7 +81,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   frame           The bitmap to be displayed
+        * @param[in]   frame           The bitmap to display
         */
        void SetFrame(const Tizen::Graphics::Bitmap& frame);
 
index 2c90d90..1b98475 100644 (file)
@@ -239,7 +239,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The event listener to be added
+        * @param[in]   listener    The event listener to add
         * @see                         RemoveColorChangeEventListener()
         */
        void AddColorChangeEventListener(Tizen::Ui::IColorChangeEventListener& listener);
@@ -250,7 +250,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The event listener to be removed
+        * @param[in]   listener    The event listener to remove
         * @see                         AddColorChangeEventListener()
         */
        void RemoveColorChangeEventListener(Tizen::Ui::IColorChangeEventListener& listener);
index 00ebb45..534142c 100755 (executable)
@@ -54,7 +54,7 @@ enum ContextMenuStyle
 {
        CONTEXT_MENU_STYLE_LIST,/**< The style of the vertical list of image + text */
        CONTEXT_MENU_STYLE_GRID,/**< The style of the grid of buttons */
-       CONTEXT_MENU_STYLE_ICON /**<@if OSPDEPREC @deprecated This enumeration field is deprecated because this style can be implemented using the CONTEXT_MENU_STYLE_GRID style @endif */
+       CONTEXT_MENU_STYLE_ICON /**<@if OSPDEPREC @deprecated This enum value is deprecated because this style can be implemented using the CONTEXT_MENU_STYLE_GRID style @endif */
 } ;
 
 /**
@@ -315,7 +315,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
 
@@ -325,7 +325,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
 
@@ -343,7 +343,7 @@ public:
         * @exception   E_SUCCESS                   The method is successful.
         * @exception   E_MAX_EXCEEDED      The number of items has exceeded the maximum limit.
         * @exception   E_SYSTEM                    A system error has occurred.
-        * @remarks             This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID.
+        * @remarks             This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID.
         */
        result AddItem(const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap, int actionId);
 
@@ -360,7 +360,7 @@ public:
      * @exception   E_SUCCESS           The method is successful.
      * @exception   E_MAX_EXCEEDED      The number of items has exceeded the maximum limit.
      * @exception   E_SYSTEM            A system error has occurred.
-     * @remarks     This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID. @n
+     * @remarks     This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID. @n
      *                         When a user navigates the user interface using the directional keys, the selected UI control is highlighted and the control takes the
         *                              focus.
      */
@@ -372,7 +372,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text                    The string of the item to be appended
+        * @param[in]   text                    The string of the item to append
         * @param[in]   actionId                The specified action ID for this item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_MAX_EXCEEDED  The number of items has exceeded the maximum limit.
@@ -386,7 +386,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text                            The string of the item to be appended
+        * @param[in]   text                            The string of the item to append
         * @param[in]   actionId                        The specified action ID for this item
         * @param[in]   normalBitmap        The normal bitmap of the item
      * @param[in]      pPressedBitmap      The pressed bitmap of the item
@@ -394,7 +394,7 @@ public:
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_MAX_EXCEEDED          The total number of items has exceeded the maximum limit.
         * @exception   E_SYSTEM                        A system error has occurred.
-        * @remarks             This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_LIST.
+        * @remarks             This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_LIST.
         */
        result AddItem(const Tizen::Base::String& text, int actionId, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap = null, const Tizen::Graphics::Bitmap* pHighlightedBitmap = null);
 
@@ -412,7 +412,7 @@ public:
         * @exception   E_MAX_EXCEEDED  The number of items has exceeded the maximum limit.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than the number of items in %ContextMenu.
         * @exception   E_SYSTEM                A system error has occurred.
-        * @remarks             This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID. @n
+        * @remarks             This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID. @n
         *                              The %ContextMenu control can have a maximum of 3 icons.
         */
        result InsertItemAt(int index, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap, int actionId);
@@ -432,7 +432,7 @@ public:
      * @exception      E_MAX_EXCEEDED             The number of items has exceeded the maximum limit.
      * @exception      E_OUT_OF_RANGE             The specified @c index is less than @c 0 or greater than the number of items in %ContextMenu.
      * @exception      E_SYSTEM                   A system error has occurred.
-     * @remarks                This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID. @n
+     * @remarks                This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID. @n
      * @remarks                When a user navigates the user interface using the directional keys, the selected UI control is highlighted and the control takes the focus.
         */
        result InsertItemAt(int index, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap, const Tizen::Graphics::Bitmap* pHighlightedBitmap, int actionId);
@@ -469,7 +469,7 @@ public:
         * @exception   E_MAX_EXCEEDED          The number of items has exceeded the maximum limit.
         * @exception   E_OUT_OF_RANGE          The specified @c index is less than @c 0 or greater than the number of items in %ContextMenu.
         * @exception   E_SYSTEM                        A system error has occurred.
-        * @remarks             This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_LIST.
+        * @remarks             This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_LIST.
         */
        result InsertItemAt(int index, const Tizen::Base::String& text, int actionId, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap = null, const Tizen::Graphics::Bitmap* pHighlightedBitmap = null);
 
@@ -486,7 +486,7 @@ public:
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_OUT_OF_RANGE      The specified @c index is less than @c 0 or greater than the number of items in %ContextMenu.
         * @exception   E_SYSTEM                        A system error has occurred.
-        * @remarks     This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID.
+        * @remarks     This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID.
         */
        result SetItemAt(int index, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap, int actionId);
 
@@ -504,7 +504,7 @@ public:
      * @exception     E_SUCCESS                  The method is successful.
      * @exception     E_OUT_OF_RANGE             The specified @c index is less than @c 0 or greater than the number of items in %ContextMenu.
      * @exception     E_SYSTEM                   A system error has occurred.
-     * @remarks       This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_GRID. @n
+     * @remarks       This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_GRID. @n
      * @remarks       When a user navigates the user interface using the directional keys, @n
      *                the selected UI control is highlighted and the control takes the focus.
         */
@@ -540,7 +540,7 @@ public:
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_OUT_OF_RANGE          The specified @c index less than @c 0 or greater than the number of items in %ContextMenu.
         * @exception   E_SYSTEM                        A system error has occurred.
-        * @remarks     This method can only be used when the style of the context menu is CONTEXT_MENU_STYLE_LIST.
+        * @remarks     This method can only be used when the style of the context menu is @c CONTEXT_MENU_STYLE_LIST.
         */
        result SetItemAt(int index, const Tizen::Base::String& text, int actionId, const Tizen::Graphics::Bitmap& normalBitmap, const Tizen::Graphics::Bitmap* pPressedBitmap = null, const Tizen::Graphics::Bitmap* pHighlightedBitmap = null);
 
@@ -617,7 +617,7 @@ public:
         *
         * @return      An error code
         * @param[in]   status                          The item status
-        * @param[in]   color                           The item text color to be set
+        * @param[in]   color                           The item text color to set
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_SYSTEM                        A system error has occurred.
@@ -689,7 +689,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   color                           The color to be set
+        * @param[in]   color                           The color to set
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_STATE         This instance is in an invalid state.
         * @exception   E_SYSTEM                        A system error has occurred.
@@ -707,11 +707,11 @@ public:
         * @param[in]   status                          The menu item status
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified input parameter is invalid. @n
-        *                                                                      The item color for CONTEXT_MENU_ITEM_STATUS_NORMAL is not supported.
+        *                                                                      The item color for @c CONTEXT_MENU_ITEM_STATUS_NORMAL is not supported.
         * @exception   E_INVALID_STATE         This instance is in an invalid state.
         * @exception   E_SYSTEM                        A system error has occurred.
         * @remarks             The specific error code can be accessed using the GetLastResult() method. @n
-        *                              The item color for the CONTEXT_MENU_ITEM_STATUS_NORMAL status is always the same as the color of the %ContextMenu control.
+        *                              The item color for the @c CONTEXT_MENU_ITEM_STATUS_NORMAL status is always the same as the color of the %ContextMenu control.
         * @see                 SetItemColor()
         */
        Tizen::Graphics::Color GetItemColor(ContextMenuItemStatus status) const;
@@ -723,13 +723,13 @@ public:
         *
         * @return              An error code
         * @param[in]   status                          The menu item status
-        * @param[in]   color                           The color to be set
+        * @param[in]   color                           The color to set
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified input parameter is invalid. @n
-        *                                                                      The item color for CONTEXT_MENU_ITEM_STATUS_NORMAL is not supported.
+        *                                                                      The item color for @c CONTEXT_MENU_ITEM_STATUS_NORMAL is not supported.
         * @exception   E_INVALID_STATE         This instance is in an invalid state.
         * @exception   E_SYSTEM                        A system error has occurred.
-        * @remarks             The item color for the CONTEXT_MENU_ITEM_STATUS_NORMAL status is always the same as the color of the %ContextMenu control.
+        * @remarks             The item color for the @c CONTEXT_MENU_ITEM_STATUS_NORMAL status is always the same as the color of the %ContextMenu control.
         * @see                 GetItemColor()
         */
        result SetItemColor(ContextMenuItemStatus status, const Tizen::Graphics::Color& color);
index d38e9a3..97132cf 100644 (file)
@@ -338,7 +338,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use ListView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddCustomItemEventListener(Tizen::Ui::ICustomItemEventListener& listener);
@@ -352,7 +352,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use ListView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif       
         */
        void RemoveCustomItemEventListener(Tizen::Ui::ICustomItemEventListener& listener);
@@ -366,7 +366,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   item                            The custom list item to be added
+        * @param[in]   item                            The custom list item to add
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_SYSTEM                        A system error has occurred.
@@ -390,7 +390,7 @@ public:
         *
         * @return      An error code
         * @param[in]   index                   The index at which to insert the item
-        * @param[in]   item                            The custom list item to be inserted
+        * @param[in]   item                            The custom list item to insert
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid. @n
@@ -412,7 +412,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index                   The index at which to set the contents of the item
-        * @param[in]   item                    The custom list item to be set
+        * @param[in]   item                    The custom list item to set
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid. @n
@@ -432,7 +432,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   index                           The index of the item to be deleted
+        * @param[in]   index                           The index of the item to delete
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified input parameter is invalid. @n
         *                                                                      The specified @c index is less than @c 0 or greater than or equal to the item count.
@@ -496,7 +496,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   index                           The index of the item whose status is to be set
+        * @param[in]   index                           The index of the item whose status is to set
         * @param[in]   enable                          Set to @c true to enable, @n
         *                                                                      else @c false
         * @exception   E_SUCCESS                       The method is successful.
@@ -515,7 +515,7 @@ public:
         *
         * @return      @c true if the item is enabled, @n
         *                              else @c false
-        * @param[in]   index   The index of the item to be checked
+        * @param[in]   index   The index of the item to check
         * @endif
         */
        bool IsItemEnabled(int index) const;
@@ -529,7 +529,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   index                           The index of the item to be set
+        * @param[in]   index                           The index of the item to set
         * @param[in]   check                           The check status
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_SYSTEM                        A system error has occurred.
@@ -713,7 +713,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use ListView class.
         * @since               2.0
         *
-        * @param[in]   text    The text message to be displayed
+        * @param[in]   text    The text message to display
         * @endif
         */
        void SetTextOfEmptyList(const Tizen::Base::String& text);
@@ -726,7 +726,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use ListView class.
         * @since       2.0
         *
-        * @param[in]   color   The color of the text to be displayed
+        * @param[in]   color   The color of the text to display
         * @endif
         */
        void SetTextColorOfEmptyList(const Tizen::Graphics::Color& color);
index 85d188b..1069b17 100644 (file)
@@ -178,7 +178,7 @@ public:
         *
         * @return              An error code
         * @param[in]   elementId       The ID of the element
-        * @param[in] text            The text string to be added
+        * @param[in] text            The text string to add
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks             To display text in multi-lines or to denote the end of line use '\\n'.
index 1bc394e..d766957 100644 (file)
 
 /**
  * @file               FUiCtrlCustomListTypes.h
- * @brief              This is the header file for the CustomListStyle enumeration.
+ * @brief              This is the header file for the %CustomListStyle enumeration.
  *
- * The CustomListStyle enumeration defines the styles for the CustomList control.
+ * This header file contains the declarations of the %CustomListStyle enumeration.
+ * This enum defines the styles for the CustomList control.
  */
 #ifndef _FUI_CTRL_CUSTOM_LIST_TYPES_H_
 #define _FUI_CTRL_CUSTOM_LIST_TYPES_H_
@@ -33,8 +34,8 @@ namespace Tizen { namespace Ui { namespace Controls
  *
  * Defines the styles of CustomList.
  *
- * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. Instead of using this enumeration, use ListAnnexStyle enumeration for CustomItem or SimpleItem class. @n
+ * @brief <i> [Deprecated] </i>
+ * @deprecated This enum is deprecated. Instead of using this enum, use the ListAnnexStyle enumeration for the CustomItem or SimpleItem class.
  * @since              2.0
  * @endif
  */
index 852253f..c17a16f 100755 (executable)
@@ -27,7 +27,7 @@
 #include <FUiWindow.h>
 #include <FUiIDateChangeEventListener.h>
 
-namespace Tizen { namespace Ui { namespace  Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -110,7 +110,7 @@ DatePickerSample::OnInitializing(void)
        __pDatePicker = new DatePicker();
        __pDatePicker->Construct();
 
-       // Adds an instace of IDateChangeEventListener
+       // Adds an instance of IDateChangeEventListener
        __pDatePicker->AddDateChangeEventListener(*this);
 
        // Shows the date picker after it's owner form is shown.
@@ -201,7 +201,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    listener        The listener to be added
+       * @param[in]    listener        The listener to add
        * @see                  IDateChangeEventListener::OnDateChanged()
        * @see                  IDateChangeEventListener::OnDateChangeCanceled()
        * @see                  RemoveDateChangeEventListener()
@@ -214,7 +214,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    listener        The listener to be removed
+       * @param[in]    listener        The listener to remove
        * @see                  IDateChangeEventListener::OnDateChanged()
        * @see                  IDateChangeEventListener::OnDateChangeCanceled()
        * @see                  AddDateChangeEventListener()
@@ -281,7 +281,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    date    The date to be set
+       * @param[in]    date    The date to set
        */
        void SetDate(const Tizen::Base::DateTime& date);
 
index 867abca..599633d 100755 (executable)
@@ -27,7 +27,7 @@
 #include <FUiWindow.h>
 #include <FUiIDateTimeChangeEventListener.h>
 
-namespace Tizen { namespace Ui { namespace  Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -109,7 +109,7 @@ DateTimePickerSample::OnInitializing(void)
        __pDateTimePicker = new DateTimePicker();
        __pDateTimePicker->Construct();
 
-       // Adds an instace of IDateTimeChangeEventListener
+       // Adds an instance of IDateTimeChangeEventListener
        __pDateTimePicker->AddDateTimeChangeEventListener(*this);
 
        // Shows the date time picker after it's owner form is shown.
@@ -202,7 +202,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be added
+        * @param[in]   listener        The listener to add
         * @see                 IDateTimeChangeEventListener::OnDateTimeChanged()
         * @see                 IDateTimeChangeEventListener::OnDateTimeChangeCanceled()
         * @see                 RemoveDateTimeChangeEventListener()
@@ -215,7 +215,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be removed
+        * @param[in]   listener        The listener to remove
         * @see                 IDateTimeChangeEventListener::OnDateTimeChanged()
         * @see                 IDateTimeChangeEventListener::OnDateTimeChangeCanceled()
         * @see                 AddDateTimeChangeEventListener()
@@ -239,7 +239,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   dateTime        The date and time to be set
+        * @param[in]   dateTime        The date and time to set
         */
        void SetDateTime(const Tizen::Base::DateTime& dateTime);
 
@@ -301,7 +301,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   hour                    The hour value to be set
+        * @param[in]   hour                    The hour value to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_ARG   The specified @c hour value is invalid.
         * @exception   E_SYSTEM        A system error has occurred.
@@ -315,7 +315,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   minute              The minute value to be set
+        * @param[in]   minute              The minute value to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_ARG   The specified @c minute value is invalid.
         * @exception   E_SYSTEM        A system error has occurred.
@@ -407,7 +407,7 @@ public:
 
        /**
         * Sets the valid year range. @n
-        * The range should be set  between @c 1 and @c 9999.
+        * The range should be set between @c 1 and @c 9999.
         *
         * @since               2.0
         *
index 39d47e7..935f4c9 100755 (executable)
@@ -296,7 +296,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             This method is supported when the input style is @c INPUT_STYLE_OVERLAY.@n
         *                              The added listener will be notified when the links are selected by the user.
         * @see                 RemoveUiLinkEventListener()
@@ -309,7 +309,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @remarks             This method is supported when the input style is @c INPUT_STYLE_OVERLAY.
         * @see                 AddUiLinkEventListener()
         */
@@ -743,7 +743,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see         RemoveKeypadEventListener()
         */
        void AddKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
@@ -754,7 +754,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see         AddKeypadEventListener()
         */
        void RemoveKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
@@ -765,7 +765,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             Programmatically modifying the text block does not cause the text block selection event to fire.
         * @see                 RemoveTextBlockEventListener()
         */
@@ -777,7 +777,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see         AddTextBlockEventListener()
         */
        void RemoveTextBlockEventListener(Tizen::Ui::ITextBlockEventListener& listener);
@@ -788,7 +788,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         * @see                 RemoveTextEventListener()
         */
        void AddTextEventListener(Tizen::Ui::ITextEventListener& listener);
@@ -799,7 +799,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         * @see                 AddTextEventListener()
         */
        void RemoveTextEventListener(Tizen::Ui::ITextEventListener& listener);
@@ -809,7 +809,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         * @remarks     To listen to scroll panel events, the parent of the %EditArea control must be an instance of ScrollPanel. @n
         *              When OnOverlayControlCreated() or OnOvelayControlClosed() is called, the application resets the bounds of the controls placed
         *              within the %ScrollPanel. %ScrollPanel is automatically redrawn after this method is called.
@@ -823,7 +823,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         * @see                 AddScrollPanelEventListener()
         */
        void RemoveScrollPanelEventListener(Tizen::Ui::IScrollPanelEventListener& listener);
@@ -834,7 +834,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see                 RemoveActionEventListener()
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -846,7 +846,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The event listener to be removed
+        * @param[in]   listener    The event listener to remove
         * @see                 AddActionEventListener()
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -857,7 +857,7 @@ public:
         *
         * @since      2.0
         *
-        * @param[in]  listener               The listener to be added
+        * @param[in]  listener               The listener to add
         * @remarks    The application can recognize when the language is changed from the keypad by adding Tizen::Ui::ILanguageEventListener.
         * @see            RemoveLanguageEventListener()
         */
@@ -869,7 +869,7 @@ public:
         *
         * @since      2.0
         *
-        * @param[in]  listener               The listener to be removed
+        * @param[in]  listener               The listener to remove
         * @see             AddLanguageEventListener()
         */
        void RemoveLanguageEventListener(Tizen::Ui::ILanguageEventListener& listener);
@@ -914,9 +914,9 @@ public:
         * @since        2.0
         *
         * @return       An error code
-        * @param[in]    categories     The categories to be set @n
+        * @param[in]    categories     The categories to set @n
         *                                      Multiple input categories can be combined using bitwise OR (see Tizen::Ui::Controls::EditInputModeCategory).
-        * @param[in]    enable                 The category value to be set
+        * @param[in]    enable                 The category value to set
         * @exception    E_SUCCESS                              The method is successful.
         * @exception    E_INVALID_ARG                  A specified input mode category is invalid.
         * @exception    E_INVALID_OPERATION    The current state of the instance prohibits the execution of the specified operation @n
@@ -978,7 +978,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   position        The cursor position that is to be set
+        * @param[in]   position        The cursor position to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c position is less than @c 0 or greater than the maximum length.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -1020,7 +1020,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   text                    The text that needs to be displayed by the %EditArea control.
+        * @param[in]   text                    The text to display by the %EditArea control
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified input parameter is invalid. @n
         *                                                              The length of the specified @c text exceeds the system limitation or the limit length.
@@ -1035,7 +1035,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text        The text to be inserted
+        * @param[in]   text        The text to insert
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks     Use @htmlonly '\n' @endhtmlonly to denote the end of the line.@n
@@ -1048,7 +1048,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text            The text to be appended
+        * @param[in]   text            The text to append
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks     Use @htmlonly '\n' @endhtmlonly to denote the end of the line.@n
@@ -1061,7 +1061,7 @@ public:
         * @since               2.0
         *
         * @return      An error code
-        * @param[in]   character       The character to be appended
+        * @param[in]   character       The character to append
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks             The method modifies the text buffer that is managed by the %EditArea control. To display the
@@ -1076,8 +1076,8 @@ public:
         *
         * @return             An error code
         * @param[in]   position       The position to insert the text
-        * @param[in]   text            The text to be inserted
-        * @param[in]   textImage    The alternate bitmap to be drawn
+        * @param[in]   text            The text to insert
+        * @param[in]   textImage    The alternate bitmap to draw
         * @exception   E_SUCCESS        The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c position is outside the valid range. @n
         *                              Either the specified @c position is greater than the number of existing text in the %EditArea or less than @c 0.
@@ -1093,8 +1093,8 @@ public:
         * @since 2.0
         *
         * @return             An error code
-        * @param[in]   text            The text to be appended
-        * @param[in]   textImage    The alternate bitmap to be drawn
+        * @param[in]   text            The text to append
+        * @param[in]   textImage    The alternate bitmap to draw
         * @exception   E_SUCCESS        The method is successful.
         * @exception   E_MAX_EXCEEDED  The length of the specified @c text exceeds the maximum length of the text that can be displayed by %EditArea.
         * @remarks                 The method modifies the text buffer that is managed by the %EditArea control. @n
@@ -1271,7 +1271,7 @@ public:
        /**
         * Checks whether a portion of the text is blocked.
         *
-        * @since               2.0
+        * @since       2.0
         *
         * @return      @c true if the text is blocked, @n
         *                      else @c false
@@ -1383,7 +1383,7 @@ public:
         * @since      2.0
         *
         * @return     An error code
-        * @param[in]  languageCode               The language to be set
+        * @param[in]  languageCode               The language to set
         * @exception  E_SUCCESS              The method is successful.
         * @exception  E_OUT_OF_MEMORY   The memory is insufficient.
         * @remarks    The application can set the language of the current keypad that is associated with the current %EditArea. @n
index bbbf45b..5a66621 100644 (file)
@@ -28,7 +28,7 @@
 #include <FUiIDateChangeEventListener.h>
 #include <FUiIOrientationEventListener.h>
 
-namespace Tizen { namespace Ui { namespace  Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -94,7 +94,7 @@ EditDateSample::OnInitializing(void)
        __pEditDate->Construct(Point(100, 100));
        __pEditDate->AddDateChangeEventListener(*this);
 
-       // Adds an instace of IDateChangeEventListener
+       // Adds an instance of IDateChangeEventListener
        AddControl(*__pEditDate);
 
        return r;
@@ -138,7 +138,7 @@ public:
        *
        * @since                        2.0
        *
-       * @param[in]    listener    The listener to be added
+       * @param[in]    listener    The listener to add
        * @see                          IDateChangeEventListener::OnDateChanged()
        * @see                          IDateChangeEventListener::OnDateChangeCanceled()
        * @see                          RemoveDateChangeEventListener()
@@ -151,7 +151,7 @@ public:
        *
        * @since                        2.0
        *
-       * @param[in]    listener        The listener to be removed
+       * @param[in]    listener        The listener to remove
        * @see                          IDateChangeEventListener::OnDateChanged()
        * @see                          IDateChangeEventListener::OnDateChangeCanceled()
        * @see                          AddDateChangeEventListener()
@@ -233,7 +233,7 @@ public:
        *
        * @since                 2.0
        *
-       * @param[in]    date    The date to be set
+       * @param[in]    date    The date to set
        */
        void SetDate(const Tizen::Base::DateTime& date);
 
@@ -251,7 +251,7 @@ public:
        * @since                        2.0
        *
        * @return                       An error code
-       * @param[in]    year            The year to be set
+       * @param[in]    year            The year to set
        * @exception    E_SUCCESS       The method is successful.
        * @exception    E_INVALID_ARG   The given year value is invalid.
        * @exception    E_SYSTEM                A system error has occurred.
@@ -265,7 +265,7 @@ public:
        * @since                        2.0
        *
        * @return                       An error code
-       * @param[in]    month           The month to be set
+       * @param[in]    month           The month to set
        * @exception    E_SUCCESS       The method is successful.
        * @exception    E_INVALID_ARG   The given month value is invalid.
        * @exception    E_SYSTEM                A system error has occurred.
@@ -280,7 +280,7 @@ public:
        * @since                        2.0
        *
        * @return                       An error code
-       * @param[in]    day                             The day to be set
+       * @param[in]    day                             The day to set
        * @exception    E_SUCCESS       The method is successful.
        * @exception    E_INVALID_ARG   The given day value is invalid.
        * @exception    E_SYSTEM                A system error has occurred.
index 719247e..6e61576 100755 (executable)
@@ -59,7 +59,7 @@ namespace Tizen { namespace Ui { namespace Controls
  *
  * @since              2.0
  *
- * The %EditField  class displays a single-line text editor.
+ * The %EditField class displays a single-line text editor.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/implementing_editfield_editarea.htm">EditArea and EditField</a>.
  *
@@ -372,7 +372,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             This method is supported when the input style is @c INPUT_STYLE_OVERLAY. @n
         *                              The added listener is notified when the links are selected by the user.
         * @see                 RemoveUiLinkEventListener()
@@ -385,7 +385,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @remarks             This method is supported when the input style is @c INPUT_STYLE_OVERLAY.
         * @see                 AddUiLinkEventListener()
         */
@@ -728,7 +728,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see         RemoveKeypadEventListener()
         */
        void AddKeypadEventListener(IKeypadEventListener& listener);
@@ -739,7 +739,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see         AddKeypadEventListener()
         */
        void RemoveKeypadEventListener(IKeypadEventListener& listener);
@@ -750,7 +750,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             Programmatically modifying the text block does not cause the text block selection event to fire.
         * @see                 RemoveTextBlockEventListener()
         */
@@ -762,7 +762,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddTextBlockEventListener()
         */
        void RemoveTextBlockEventListener(Tizen::Ui::ITextBlockEventListener& listener);
@@ -773,7 +773,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         */
        void AddTextEventListener(Tizen::Ui::ITextEventListener& listener);
 
@@ -783,7 +783,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    listener    The listener to be removed
+       * @param[in]    listener    The listener to remove
        */
        void RemoveTextEventListener(Tizen::Ui::ITextEventListener& listener);
 
@@ -792,7 +792,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be added
+        * @param[in]   listener        The listener to add
         * @remarks     To listen to the scroll panel events, the parent of EditArea must be an instance of ScrollPanel. @n
         *              When OnOverlayControlCreated() or OnOvelayControlClosed() is called, the application resets the bounds of the controls placed
         *              within the ScrollPanel control. ScrollPanel is automatically drawn again after this method is called.
@@ -806,7 +806,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    listener        The listener to be removed
+       * @param[in]    listener        The listener to remove
        */
        void RemoveScrollPanelEventListener(Tizen::Ui::IScrollPanelEventListener& listener);
 
@@ -816,7 +816,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
 
@@ -836,7 +836,7 @@ public:
         *
         * @since      2.0
         *
-        * @param[in]  listener                         The listener to be added
+        * @param[in]  listener                         The listener to add
         * @remarks    The application can recognize when the language is changed from the keypad by adding Tizen::Ui::ILanguageEventListener.
         * @see            RemoveLanguageEventListener()
         */
@@ -848,7 +848,7 @@ public:
         *
         * @since      2.0
         *
-        * @param[in]  listener                         The listener to be removed
+        * @param[in]  listener                         The listener to remove
         * @see            AddLanguageEventListener()
         */
        void RemoveLanguageEventListener(Tizen::Ui::ILanguageEventListener& listener);
@@ -856,7 +856,7 @@ public:
        /**
         * Gets the remaining length of the %EditField control.
         *
-        * @since               2.0
+        * @since       2.0
         *
         * @return      The remaining length of the %EditField control, @n
         *                      else @c -1 if an error occurs
@@ -876,7 +876,7 @@ public:
        /**
         * Checks whether the lowercase mode is enabled.
         *
-        * @since               2.0
+        * @since       2.0
         *
         * @return      @c true if the lowercase mode is enabled, @n
         *                      else @c false
@@ -893,7 +893,7 @@ public:
         * @since        2.0
         *
         * @return       An error code
-        * @param[in]    categories             The categories to be set @n
+        * @param[in]    categories             The categories to set @n
         *                              Multiple input categories can be combined using bitwise OR operator (see Tizen::Ui::Controls::EditInputModeCategory).
         * @param[in]    enable                 The category value to set
         * @exception    E_SUCCESS                              The method is successful.
@@ -955,7 +955,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   position                The cursor position that is to be set
+        * @param[in]   position                The cursor position to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c position is less than @c 0 or greater than the maximum length.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -997,7 +997,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   text                    The text to be displayed by the %EditField control
+        * @param[in]   text                    The text to display by the %EditField control
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified input parameter is invalid. @n
         *                                                              The length of the specified @c text exceeds the system limitation or the limit length.
@@ -1012,7 +1012,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text        The text to be inserted
+        * @param[in]   text        The text to insert
         * @exception   E_SUCCESS   The method is successful.
         * @exception   E_SYSTEM    A system error has occurred.
         * @remarks     Use @htmlonly '\n' @endhtmlonly to denote the end of the line.
@@ -1025,7 +1025,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text        The text to be appended
+        * @param[in]   text        The text to append
         * @exception   E_SUCCESS   The method is successful.
         * @exception   E_SYSTEM    A system error has occurred.
         * @remarks     Use @htmlonly '\n' @endhtmlonly to denote the end of the line.
@@ -1038,7 +1038,7 @@ public:
         * @since               2.0
         *
         * @return      An error code
-        * @param[in]   character               The character to be appended
+        * @param[in]   character               The character to append
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks             The method modifies the text buffer that is managed by the %EditField control. To display the
@@ -1334,7 +1334,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   title                   The title to be set
+        * @param[in]   title                   The title to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         */
@@ -1393,7 +1393,7 @@ public:
          * @since      2.0
          *
          * @return     An error code
-         * @param[in]  languageCode                            The language to be set
+         * @param[in]  languageCode                            The language to set
          * @exception  E_SUCCESS                               The method is successful.
          * @exception  E_OUT_OF_MEMORY                   The memory is insufficient.
          * @remarks     The application can set the language of the current keypad that is associated with the current %EditField. @n
index 3a4a19e..0f86842 100644 (file)
@@ -28,7 +28,7 @@
 #include <FUiITimeChangeEventListener.h>
 #include <FUiIOrientationEventListener.h>
 
-namespace Tizen { namespace Ui { namespace  Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -137,7 +137,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         * @see                         ITimeChangeEventListener::OnTimeChanged()
         * @see                         ITimeChangeEventListener::OnTimeChangeCanceled()
         * @see                         RemoveTimeChangeEventListener()
@@ -150,7 +150,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         * @see                         AddTimeChangeEventListener()
         */
        void RemoveTimeChangeEventListener(Tizen::Ui::ITimeChangeEventListener& listener);
@@ -230,7 +230,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   hour                    The hour value to be set
+        * @param[in]   hour                    The hour value to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_ARG   The specified hour value is invalid.
         * @exception   E_SYSTEM        A system error has occurred.
@@ -244,7 +244,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   minute                  The minute value to be set
+        * @param[in]   minute                  The minute value to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_INVALID_ARG   The specified minute value is invalid.
         * @exception   E_SYSTEM        A system error has occurred.
@@ -257,7 +257,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   time    The time to be set
+        * @param[in]   time    The time to set
         */
        void SetTime(const Tizen::Base::DateTime& time);
 
index f3b279c..f311ef1 100644 (file)
@@ -158,7 +158,7 @@ ExpandableEditAreaSample::OnInitializing(void)
        __pExpandableEdit->Construct(Rectangle(25, 100, GetClientAreaBounds().width - 50, 150),
                        EXPANDABLE_EDIT_AREA_STYLE_NORMAL, EXPANDABLE_EDIT_AREA_TITLE_STYLE_NONE, 5);
 
-       // Adds an instace of IKeypadEventListenerevent and an instance of IExpandableEditAreaEventListener
+       // Adds an instance of IKeypadEventListenerevent and an instance of IExpandableEditAreaEventListener
        __pExpandableEdit->AddKeypadEventListener(*this);
        __pExpandableEdit->AddExpandableEditAreaEventListener(*this);
 
@@ -241,7 +241,7 @@ public:
         * @param[in]    maxExpandableLines         The maximum number of lines to which the control can be expanded.
         * @exception   E_SUCCESS                               The method is successful.
         * @exception    E_UNSUPPORTED_OPTION   The specified option is not supported. @n
-        *                                                                              The token style %ExpandabledEditArea does not support EXPANDABLE_EDIT_AREA_TITLE_STYLE_TOP.
+        *                                                                              The token style %ExpandabledEditArea does not support @c EXPANDABLE_EDIT_AREA_TITLE_STYLE_TOP.
         * @exception    E_MAX_EXCEEDED         The number of lines has exceeded the maximum limit.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or @n
         *                                                                              the specified @c maxLines is either negative or @c 0.
@@ -264,7 +264,7 @@ public:
         * @param[in]    maxExpandableLines         The maximum number of lines to which the control can be expanded.
         * @exception   E_SUCCESS                               The method is successful.
         * @exception    E_UNSUPPORTED_OPTION   The specified option is not supported. @n
-        *                                                                              The token style %ExpandabledEditArea does not support EXPANDABLE_EDIT_AREA_TITLE_STYLE_TOP.
+        *                                                                              The token style %ExpandabledEditArea does not support @c EXPANDABLE_EDIT_AREA_TITLE_STYLE_TOP.
         * @exception    E_MAX_EXCEEDED         The number of lines has exceeded the maximum limit.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid, or @n
         *                                                                              the specified @c maxLines is either negative or @c 0.
@@ -280,7 +280,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   character       The character to be appended
+        * @param[in]   character       The character to append
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_MAX_EXCEEDED  The number of items has exceeded the maximum limit. @n
         *                              The number of characters has exceeded the maximum limit.
@@ -296,7 +296,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   text            The text to be appended
+        * @param[in]   text            The text to append
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_MAX_EXCEEDED  The number of items has exceeded the maximum limit @n
         *                              The number of characters has exceeded the maximum limit.
@@ -312,9 +312,9 @@ public:
        * @since 2.0
        *
        * @return             An error code
-       * @param[in]   text            The text to be appended @n
-       *                                                                  It will be displayed by the @c textImage
-       * @param[in]   textImage The alternate bitmap to be displayed
+       * @param[in]   text            The text to append @n
+       *                                                                  It will be displayed by the @c textImage.
+       * @param[in]   textImage The alternate bitmap to display
        * @exception   E_SUCCESS        The method is successful.
        * @exception   E_MAX_EXCEEDED  The length of the specified @c text exceeds the maximum length of the text that can be displayed by % ExpanableEditArea.
        * @exception   E_UNSUPPORTED_OPERATION  The current state of the instance prohibits the execution of the specified operation. @n
@@ -349,7 +349,7 @@ public:
        *
        * @return           An error code
        * @param[in]   index           The position to insert the character
-       * @param[in]   character            The character to be inserted
+       * @param[in]   character            The character to insert
        * @exception   E_SUCCESS        The method is successful.
        * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
        *                                                               Either the specified @c index is greater than the number of elements or less than @c 0.
@@ -367,7 +367,7 @@ public:
        *
        * @return           An error code
        * @param[in]   index           The position to insert the text
-       * @param[in]   text            The text to be inserted
+       * @param[in]   text            The text to insert
        * @exception   E_SUCCESS        The method is successful.
        * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
        *                                                               Either the specified @c index is greater than the number of elements or less than @c 0.
@@ -383,9 +383,9 @@ public:
        *
        * @return             An error code
        * @param[in]   position           The position to insert the text
-       * @param[in]   text            The text to be inserted @n
-       *                                                                  It will be displayed by the @c textImage
-       * @param[in]   textImage The alternate bitmap to be displayed
+       * @param[in]   text            The text to insert @n
+       *                                                                  It will be displayed by the @c textImage.
+       * @param[in]   textImage The alternate bitmap to display
        * @exception   E_SUCCESS        The method is successful.
        * @exception   E_OUT_OF_RANGE  The specified @c position is outside the valid range. @n
        *                                Either the specified @c position is greater than the number of existing text in the % ExpanableEditArea or less than @c 0.
@@ -447,7 +447,7 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    text            The text to be set
+       * @param[in]    text            The text to set
        * @exception    E_SUCCESS       The method is successful.
        * @exception    E_INVALID_ARG   The specified input parameter is invalid, @n
        *                                                               or the length of the specified @c text exceeds system limitations.
@@ -477,7 +477,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   title                   The title to be set
+        * @param[in]   title                   The title to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         */
@@ -710,7 +710,7 @@ public:
         * @endif
         * @return      An error code
         * @param[in]   marginType          The margin type
-        * @param[in]   margin              The margin to be set
+        * @param[in]   margin              The margin to set
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG       A specified input parameter is invalid. @n
         *                                  The specified @c margin cannot be negative integer.
@@ -723,7 +723,7 @@ public:
         * @page                  CompSetMarginPage Compatibility for SetMargin()
         * @section           CompSetMarginPageIssueSection                 Issues
         * Implementing this method in OSP compatible applications has the following issues:   @n
-        * -# The SetMargin() method sets the margin value for ExpandableEditArea with only EXPANDABLE_EDIT_AREA_STYLE_NORMAL in API version 2.0. @n
+        * -# The SetMargin() method sets the margin value for ExpandableEditArea with only @c EXPANDABLE_EDIT_AREA_STYLE_NORMAL in API version 2.0. @n
         *
         * @section           CompSetMarginPageSolutionSection              Resolutions
         * This issue has been resolved in Tizen.  @n
@@ -743,7 +743,7 @@ public:
         * @endif
         * @return      An error code
         * @param[in]   marginType          The margin type
-        * @param[in]   margin              The margin to be set
+        * @param[in]   margin              The margin to set
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG       A specified input parameter is invalid. @n
         *                                  The specified @c margin cannot be negative integer.
@@ -756,7 +756,7 @@ public:
         * @page                  CompSetMarginPage Compatibility for SetMargin()
         * @section           CompSetMarginPageIssueSection                 Issues
         * Implementing this method in OSP compatible applications has the following issues:   @n
-        * -# The SetMargin() method sets the margin value for ExpandableEditArea with only EXPANDABLE_EDIT_AREA_STYLE_NORMAL in API version 2.0. @n
+        * -# The SetMargin() method sets the margin value for ExpandableEditArea with only @c EXPANDABLE_EDIT_AREA_STYLE_NORMAL in API version 2.0. @n
         *
         * @section           CompSetMarginPageSolutionSection              Resolutions
         * This issue has been resolved in Tizen.  @n
@@ -813,7 +813,7 @@ public:
         * @since        2.0
         *
         * @return       An error code
-        * @param[in]    position        The cursor position to be set
+        * @param[in]    position        The cursor position to set
         * @exception    E_SUCCESS       The method is successful.
         * @exception    E_OUT_OF_RANGE  The specified @c position is less than @c 0 or greater than the maximum length.
         * @exception    E_SYSTEM        A system error has occurred.
@@ -956,7 +956,7 @@ public:
        * @param[in]   keypadStyle         The keypad style
        * @exception   E_SUCCESS           The method is successful.
        * @exception   E_INVALID_ARG       The specified input parameter is invalid. @n
-       *                                  The specified @c keypadStyle is KEYPAD_STYLE_PASSWORD.
+       *                                  The specified @c keypadStyle is @c KEYPAD_STYLE_PASSWORD.
        * @exception   E_SYSTEM            A system error has occurred.
        * @remarks     Depending on the value of the keypad style, the layout of the keypad will change accordingly.
        * @see         GetKeypadStyle()
@@ -1022,7 +1022,7 @@ public:
         * @param[in]   pFilter                 The filter
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_UNSUPPORTED_OPERATION The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                              The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                              The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks     The %ExpandableEditArea control checks with the registered filter to decide whether the user-entered text should be replaced.
         */
@@ -1037,7 +1037,7 @@ public:
        *                                else @c null if an error occurs
        * @exception    E_SUCCESS                   The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_SYSTEM                    A system error has occurred.
        * @remarks      The specific error code can be accessed using the GetLastResult() method.
        */
@@ -1049,10 +1049,10 @@ public:
        * @since        2.0
        *
        * @return       An error code
-       * @param[in]    token                   The token to be appended
+       * @param[in]    token                   The token to append
        * @exception    E_SUCCESS               The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_INVALID_ARG           The specified input parameter is invalid. @n
        *                                           The length of the specified @c token is @c 0.
        * @exception    E_SYSTEM                A system error has occurred.
@@ -1066,10 +1066,10 @@ public:
         *
         * @return       An error code
         * @param[in]    index                                          The position to insert the token
-        * @param[in]    token                      The token to be added
+        * @param[in]    token                      The token to add
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_INVALID_ARG              A specified input parameter is invalid. @n
         *                                          The length of the specified @c token is @c 0.
         * @exception    E_SYSTEM                   A system error has occurred.
@@ -1086,7 +1086,7 @@ public:
         * @param[in]      index                                                          The position to get the token
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_OUT_OF_RANGE                         The specified index parameter is outside the bounds of the data structure. @n
         *                                                                                      Either the index is greater than the number of elements or less than @c 0.
         * @exception    E_SYSTEM                   A system error has occurred.
@@ -1103,7 +1103,7 @@ public:
         *                   else @c -1 if an error occurs
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @remarks      The specific error code can be accessed using the GetLastResult() method.
         */
@@ -1118,7 +1118,7 @@ public:
         *                   else @c -1 if no token is selected or if an error occurs
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @remarks      The specific error code can be accessed using the GetLastResult() method.
         */
@@ -1133,7 +1133,7 @@ public:
        *                    else @c false
        * @exception    E_SUCCESS                   The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_SYSTEM                    A system error has occurred.
        * @remarks      The specific error code can be accessed using the GetLastResult() method.
        */
@@ -1145,10 +1145,10 @@ public:
        * @since        2.0
        *
        * @return       An error code
-       * @param[in]    index                   The index of the token to be removed
+       * @param[in]    index                   The index of the token to remove
        * @exception    E_SUCCESS               The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_OUT_OF_RANGE          The specified index is outside the bounds of the data structure. @n
        *                                                                                       Either the index is greater than the number of elements or less than @c 0.
        * @exception    E_SYSTEM                A system error has occurred.
@@ -1166,7 +1166,7 @@ public:
        *                                                                                       else @c false to unselect
        * @exception    E_SUCCESS               The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_OUT_OF_RANGE          The specified index is outside the bounds of the data structure. @n
        *                                                                                       Either the index is greater than the number of elements or less than @c 0.
        * @exception    E_SYSTEM                A system error has occurred.
@@ -1184,7 +1184,7 @@ public:
        *                                                                                       else @c false
        * @exception    E_SUCCESS               The method is successful.
        * @exception     E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-       *                                                                                       The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+       *                                                                                       The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
        * @exception    E_SYSTEM                A system error has occurred.
        */
        result SetTokenEditModeEnabled(bool enable);
@@ -1211,7 +1211,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   limitLength             The limit text length to be set
+        * @param[in]   limitLength             The limit text length to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified input parameter is invalid, @n
         *                                                              or the specified limit length is @c 0 or negative.
@@ -1293,7 +1293,7 @@ public:
         * @param[in]    status                     The status
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @remarks      The specific error code can be accessed using the GetLastResult() method.
         * @see          SetTokenColor
@@ -1309,7 +1309,7 @@ public:
         *                               else RGBA (0,0,0,0) if an error occurs
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @remarks      The specific error code can be accessed using the GetLastResult() method.
         * @see          SetTokenTextColor()
@@ -1325,7 +1325,7 @@ public:
         *                              else RGBA (0,0,0,0) if an error occurs
         * @exception    E_SUCCESS                                      The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits     the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @remarks      The specific error code can be accessed using the GetLastResult() method.
         * @see          SetSelectedTokenTextColor()
@@ -1409,7 +1409,7 @@ public:
         * @param[in]    color                  The token text color
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits     the execution of the specified operation. @n
-        *                                                                                      The     operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The     operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                                       A system error has occurred.
         * @see          GetSelectedTokenTextColor()
         */
@@ -1425,7 +1425,7 @@ public:
         * @param[in]    color                      The token color
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @see          GetTokenColor()
         */
@@ -1440,7 +1440,7 @@ public:
         * @param[in]    color                      The token text color
         * @exception    E_SUCCESS                  The method is successful.
         * @exception    E_UNSUPPORTED_OPERATION        The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                                      The operation is not supported if the style is not EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
+        *                                                                                      The operation is not supported if the style is not @c EXPANDABLE_EDIT_AREA_STYLE_TOKEN.
         * @exception    E_SYSTEM                   A system error has occurred.
         * @see          GetTokenTextColor()
         */
@@ -1521,7 +1521,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see         RemoveExpandableEditAreaEventListener()
         */
        void AddExpandableEditAreaEventListener(IExpandableEditAreaEventListener& listener);
@@ -1532,7 +1532,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see         RemoveKeypadEventListener()
         */
        void AddKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
@@ -1542,7 +1542,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener                The event listener to be added
+        * @param[in]   listener                The event listener to add
         * @remarks             Programmatically modifying the text block does not cause the text block selection event to fire.
         * @see         RemoveTextBlockEventListener()
         */
@@ -1554,7 +1554,7 @@ public:
        *
        * @since       2.0
        *
-       * @param[in]    listener                The listener to be added
+       * @param[in]    listener                The listener to add
        * @see         RemoveTextEventListener()
        */
        void AddTextEventListener(Tizen::Ui::ITextEventListener& listener);
@@ -1565,7 +1565,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @see         AddActionEventListener()
         */
        void RemoveExpandableEditAreaEventListener(IExpandableEditAreaEventListener& listener);
@@ -1576,7 +1576,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @see         AddKeypadEventListener()
         */
        void RemoveKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
@@ -1587,7 +1587,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @see         AddTextBlockEventListener()
         */
        void RemoveTextBlockEventListener(Tizen::Ui::ITextBlockEventListener& listener);
@@ -1598,7 +1598,7 @@ public:
         *
         * @since       2.0
         *
-        * @param[in]   listener                The listener to be removed
+        * @param[in]   listener                The listener to remove
         * @see         AddTextEventListener()
         */
        void RemoveTextEventListener(Tizen::Ui::ITextEventListener& listener);
index 77a8e68..26183ca 100644 (file)
@@ -93,8 +93,8 @@ public:
        virtual result OnTerminating(void);
 
        // IExpandableItemEventListener
-       virtual void OnItemStateChanged(const Control& source, int mainIndex, int subIndex, int itemId, Tizen::Ui::ItemStatus  status);
-       virtual void OnItemStateChanged(const Control& source, int mainIndex, int subIndex, int itemId, int elementId, Tizen::Ui::ItemStatus  status);
+       virtual void OnItemStateChanged(const Control& source, int mainIndex, int subIndex, int itemId, Tizen::Ui::ItemStatus status);
+       virtual void OnItemStateChanged(const Control& source, int mainIndex, int subIndex, int itemId, int elementId, Tizen::Ui::ItemStatus status);
 
 
 
@@ -346,7 +346,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use GroupedTableView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddExpandableItemEventListener(Tizen::Ui::IExpandableItemEventListener& listener);
@@ -360,7 +360,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use GroupedTableView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveExpandableItemEventListener(Tizen::Ui::IExpandableItemEventListener& listener);
@@ -374,7 +374,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   item                    The CustomListItem to be added
+        * @param[in]   item                    The CustomListItem to add
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -396,7 +396,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The index at which to insert the item
-        * @param[in]   item                    The CustomListItem to be inserted
+        * @param[in]   item                    The CustomListItem instance to insert
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified @c index is less than @c 0 or greater than the item count.
@@ -417,7 +417,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The index at which to set the contents of the item
-        * @param[in]   item                    The CustomListItem to be set
+        * @param[in]   item                    The CustomListItem instance to set
         * @param[in]   itemId                  The item ID for the item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified @c index is less than @c 0 or greater than the item count.
@@ -436,7 +436,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   mainIndex                       The index of the item to be deleted
+        * @param[in]   mainIndex                       The index of the item to delete
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified @c index is less than @c 0 or greater than the item count.
         * @exception   E_SYSTEM                        A system error has occurred.
@@ -486,7 +486,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item to which the sub-item is added
-        * @param[in]   item                    The CustomListItem instance to be added
+        * @param[in]   item                    The CustomListItem instance to add
         * @param[in]   itemId                  The item ID for the sub-item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           The specified index is less than @c 0, or greater than the item count.
@@ -506,7 +506,7 @@ public:
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item to which the sub-item is added
         * @param[in]   subIndex                The index of the sub-item at which to insert the item
-        * @param[in]   item                    The CustomListItem instance to be inserted
+        * @param[in]   item                    The CustomListItem instance to insert
         * @param[in]   itemId                  The item ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           The specified index is less than @c 0, or greater than the item count.
@@ -526,7 +526,7 @@ public:
         * @return              An error code
         * @param[in]   mainIndex               The main index of the sub-item at which to set the contents of the item
         * @param[in]   subIndex                The sub-index of the sub-item at which to set the contents of the item
-        * @param[in]   item                    The CustomListItem instance to be set
+        * @param[in]   item                    The CustomListItem instance to set
         * @param[in]   itemId                  The item ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           The specified index is less than @c 0, or greater than the item count.
@@ -545,7 +545,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item which the sub-item belongs to
-        * @param[in]   subIndex                The index of the sub-item to be deleted in the main item
+        * @param[in]   subIndex                The index of the sub-item to delete in the main item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified index is less than @c 0, or greater than the item count.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -719,7 +719,7 @@ public:
         * @since               2.0
         *
         * @return      An error code
-        * @param[in]   mainIndex               The index of the main item, for which the status is to be set
+        * @param[in]   mainIndex               The index of the main item, for which the status is set
         * @param[in]   enable                  Set to @c true to enable the main item, @n
         *                                                                      else @c false
         * @exception   E_SUCCESS                       The method is successful.
@@ -739,7 +739,7 @@ public:
         *
         * @return      @c true if the main item is enabled, @n
         *              else @c false
-        * @param[in]   mainIndex       The index of the main item to be checked
+        * @param[in]   mainIndex       The index of the main item to check
         * @endif
         */
        bool IsItemEnabled(int mainIndex) const;
@@ -1082,7 +1082,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use GroupedTableView class.
         * @since               2.0
         *
-        * @param[in]   text    The text message to be displayed
+        * @param[in]   text    The text message to display
         * @endif
         */
        void SetTextOfEmptyList(const Tizen::Base::String& text);
@@ -1095,7 +1095,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use GroupedTableView class.
         * @since       2.0
         *
-        * @param[in]   color   The color of the text to be displayed
+        * @param[in]   color   The color of the text to display
         * @endif
         */
        void SetTextColorOfEmptyList(const Tizen::Graphics::Color& color);
index acab342..066844f 100644 (file)
@@ -18,7 +18,7 @@
 
 /**
  * @file       FUiCtrlICustomElement.h
- * @brief      This is the header file for the %ICustomElement class.
+ * @brief      This is the header file for the %ICustomElement interface.
  *
  * This header file contains the declarations of %ICustomElement and its helper classes.
  */
index 71e2fe5..088c772 100644 (file)
@@ -38,7 +38,7 @@ namespace Tizen { namespace Ui { namespace Controls
  * Defines the value of status of the CustomList item.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. Instead of using this enumeration, use the ListItemStatus enumeration.
+ * @deprecated This enum is deprecated. Instead of using this enum, use the ListItemStatus enumeration.
  * @since   2.0
  * @endif
  */
index 1946b74..e7a06ba 100644 (file)
@@ -34,7 +34,7 @@ class Form;
 
 /**
  * @interface  IFormBackEventListener
- * @brief              This interface implements the listener for Form related events.
+ * @brief              This interface implements the listener for Form-related events.
  *
  * @since              2.0
  *
@@ -57,7 +57,7 @@ public:
 // Operation
 public:
        /**
-        * Called when the current %Form control needs to be closed to revert back to the previous %Form control.
+        * Called when the current Form control needs to be closed to revert back to the previous %Form control.
         *
         * @since       2.0
         *
index bd1e793..d3672d0 100644 (file)
@@ -14,7 +14,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 //
-
 /**
  * @file       FUiCtrlIFrameEventListener.h
  * @brief      This is the header file for the %IFrameEventListener interface.
index e5d86d6..1e9a801 100644 (file)
@@ -84,7 +84,7 @@ public:
         * @return              @c true if the item is deallocated by this method, @n
         *                              else @c false
         * @param[in]   index           The index of the item
-        * @param[in]   pItem           The pointer to GalleryItem that is to be deleted
+        * @param[in]   pItem           The pointer to GalleryItem to delete
         * @see                 CreateItem()
         * @remarks             An application that uses the Gallery control must implement this method. Using this method, an application can deallocate the item. If an
         *                              application deallocates the item, this method returns @c true. This notifies the Gallery control to not release the item.
index 828f2d9..8eb6e4f 100644 (file)
@@ -103,7 +103,7 @@ public:
         * @return  @c true if the item is deallocated by this method, @n
         *          else @c false
         * @param[in] groupIndex        The index of the group
-        * @param[in] pItem             The pointer to GroupItem that is to be deleted
+        * @param[in] pItem             The pointer to GroupItem to delete
         * @param[in] itemWidth         The width of the item
         * @remarks  An application that uses the %GroupedListView control must implement this method. @n
         *                      Using this method, an application can deallocate the item. @n
@@ -140,7 +140,7 @@ public:
         *                      else @c false
         * @param[in] groupIndex        The index of the group
         * @param[in] itemIndex         The index of the item
-        * @param[in] pItem             The pointer to ListItemBase that is to be deleted
+        * @param[in] pItem             The pointer to ListItemBase to delete
         * @param[in] itemWidth         The width of the item
         * @remarks  An application that uses the GroupedListView control must implement this method. @n
         *                      Using this method, an application can deallocate the item. @n
index dc48f7a..a5962c2 100644 (file)
@@ -21,8 +21,8 @@
  * @brief      This is the header file for the %IGroupedListViewItemProviderF interface.
  *
  * This header file contains the declarations of the %IGroupedListViewItemProviderF interface. @n
- * If an event is generated, a method of this class is called. @n
- * Therefore, if an application performs jobs related to the item events, it uses the methods of this class.
+ * If an event is generated, a method of this interface is called. @n
+ * Therefore, if an application performs jobs related to the item events, it uses the methods of this interface.
  *
  */
 #ifndef _FUI_CTRL_IGROUPED_LIST_VIEW_ITEM_PROVIDERF_H_
@@ -41,8 +41,7 @@ namespace Tizen {namespace Ui { namespace Controls
  * @since              2.1
  *
  * The %IGroupedListViewItemProviderF interface is the interface for handling GroupedListView items.
- * The class that handles list items implements this interface, and the instance created using the GroupedListView's Construct()
- * method.
+ * The class that handles list items implements this interface, and the instance created using the GroupedListView::Construct() method.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/implementing_listviews.htm">ListViews</a>.
  */
@@ -103,7 +102,7 @@ public:
         * @return  @c true if the item is deallocated by this method, @n
         *          else @c false
         * @param[in] groupIndex        The index of the group
-        * @param[in] pItem             The pointer to GroupItem that is to be deleted
+        * @param[in] pItem             The pointer to GroupItem to delete
         * @param[in] itemWidth         The width of the item
         * @remarks  An application that uses the %GroupedListView control must implement this method. @n
         *                      Using this method, an application can deallocate the item. @n
@@ -140,7 +139,7 @@ public:
         *                      else @c false
         * @param[in] groupIndex        The index of the group
         * @param[in] itemIndex         The index of the item
-        * @param[in] pItem             The pointer to ListItemBase that is to be deleted
+        * @param[in] pItem             The pointer to ListItemBase to delete
         * @param[in] itemWidth         The width of the item
         * @remarks  An application that uses the GroupedListView control must implement this method. @n
         *                      Using this method, an application can deallocate the item. @n
index 50e2ffc..2944b93 100644 (file)
@@ -95,8 +95,8 @@ public:
        * @param[in] groupIndex                         The group index
        * @param[in] itemIndex                          The item index
        * @param[in] pContextItem                       The context item which is opened or closed
-       * @param[in] activated                          @c true if a context item is opened,@n
-       *                                   @c false, otherwise
+       * @param[in] activated                          @c true if a context item is opened, @n
+       *                                   else @c false
        */
        virtual void OnGroupedTableViewContextItemActivationStateChanged(Tizen::Ui::Controls::GroupedTableView& tableView, int groupIndex, int itemIndex, Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated) = 0;
 
index 76601f6..a58445d 100644 (file)
@@ -96,7 +96,7 @@ public:
        * @return  @c true if the group item is deallocated by this method,
        *          else @c false
        * @param[in] groupIndex        The index of the group
-       * @param[in] pItem             The pointer to TableViewGroupItem that is to be deleted
+       * @param[in] pItem             The pointer to TableViewGroupItem to delete
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If an application deallocates the item, this method must return @c true. This notifies the %GroupedTableView control not to release the
@@ -111,7 +111,7 @@ public:
        * @since 2.0
        *
        * @param[in] groupIndex           The group index
-       * @param[in] pItem                The pointer to TableViewGroupItem that is to be updated
+       * @param[in] pItem                The pointer to TableViewGroupItem to update
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           This method is called when the modification of an group item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
@@ -145,7 +145,7 @@ public:
        *   else @c false
        * @param[in] groupIndex           The group index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem that is to be deleted
+       * @param[in] pItem                The pointer to TableViewItem to delete
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If the application deallocates the item, this method must return @c true. This notifies the %GroupedTableView control not to release the
@@ -161,9 +161,9 @@ public:
        *
        * @param[in] groupIndex                     The group index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                            The pointer to TableViewItem that is to be updated
+       * @param[in] pItem                            The pointer to TableViewItem to update
        * @remarks  An application that uses the GroupedTableView control must implement this method.
-       *           This method is calle when the modification of an item is requested.
+       *           This method is called when the modification of an item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
        */
        virtual void UpdateItem(int groupIndex, int itemIndex, TableViewItem* pItem) = 0;
index a0f24a8..c7ae0e6 100644 (file)
@@ -96,7 +96,7 @@ public:
        * @return  @c true if the group item is deallocated by this method,
        *          else @c false
        * @param[in] groupIndex        The index of the group
-       * @param[in] pItem             The pointer to TableViewGroupItem that is to be deleted
+       * @param[in] pItem             The pointer to TableViewGroupItem to delete
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If an application deallocates the item, this method must return @c true. This notifies the %GroupedTableView control not to release the
@@ -111,7 +111,7 @@ public:
        * @since 2.1
        *
        * @param[in] groupIndex           The group index
-       * @param[in] pItem                The pointer to TableViewGroupItem that is to be updated
+       * @param[in] pItem                The pointer to TableViewGroupItem to update
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           This method is called when the modification of an group item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
@@ -145,7 +145,7 @@ public:
        *   else @c false
        * @param[in] groupIndex           The group index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem that is to be deleted
+       * @param[in] pItem                The pointer to TableViewItem to delete
        * @remarks  An application that uses the GroupedTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If the application deallocates the item, this method must return @c true. This notifies the %GroupedTableView control not to release the
@@ -161,9 +161,9 @@ public:
        *
        * @param[in] groupIndex                     The group index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                            The pointer to TableViewItem that is to be updated
+       * @param[in] pItem                            The pointer to TableViewItem to update
        * @remarks  An application that uses the GroupedTableView control must implement this method.
-       *           This method is calle when the modification of an item is requested.
+       *           This method is called when the modification of an item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
        */
        virtual void UpdateItem(int groupIndex, int itemIndex, TableViewItem* pItem) = 0;
@@ -225,4 +225,4 @@ protected:
 
 }}} // Tizen::Ui::Controls
 
-#endif // _FUI_CTRL_IGROUPED_TABLE_VIEW_ITEM_PROVIDER_F_H_
+#endif // _FUI_CTRL_IGROUPED_TABLE_VIEW_ITEM_PROVIDER_F_H_
\ No newline at end of file
index 1c7a343..7d43519 100755 (executable)
@@ -92,7 +92,7 @@ public:
         *          else @c false
         *
         * @param[in] index                     The index of the item
-        * @param[in] pItem                     The pointer to the item to be deleted
+        * @param[in] pItem                     The pointer to the item to delete
         *
         * @remark      Applications which use IconListView must implement this method. In this method, the applications have the chance of deallocating the
         *                      item. If the application deallocates the item, this method must return @c true, notifying the %IconListView not to free the item.
index dc24f60..52fff6d 100644 (file)
@@ -92,7 +92,7 @@ public:
         * @return  @c true, if the item is deallocated by this method, @n
         *          else @c false
         * @param[in] index        The index of the item
-        * @param[in] pItem        The pointer to the item to be deleted
+        * @param[in] pItem        The pointer to the item to delete
         * @param[in] itemWidth    The width of the item
         * @remarks  Applications which use ListView must implement this method. @n
         *                      In this method, the applications have the chance of deallocating the item. @n
index e8bca54..e5c0cd0 100644 (file)
@@ -20,7 +20,7 @@
  * @brief      This is the header file for the %IListViewItemProviderF interface.
  *
  * This header file contains the declarations of the %IListViewItemProviderF interface. @n
- * If the event is generated, a method of this interface is called. @n
+ * If an event is generated, a method of this interface is called. @n
  * So, if applications do jobs related to item events, use the methods of this interface.
  *
  */
@@ -92,7 +92,7 @@ public:
         * @return  @c true, if the item is deallocated by this method, @n
         *          else @c false
         * @param[in] index        The index of the item
-        * @param[in] pItem        The pointer to the item to be deleted
+        * @param[in] pItem        The pointer to the item to delete
         * @param[in] itemWidth    The width of the item
         * @remarks  Applications which use ListView must implement this method. @n
         *                      In this method, the applications have the chance of deallocating the item. @n
index d24a199..4fb1056 100755 (executable)
@@ -16,7 +16,7 @@
 //
 
 /**
- * @file               FUiICtrlProgressPopupEventListener.h
+ * @file               FUiCtrlIProgressPopupEventListener.h
  * @brief      This is the header file for the %IProgressPopupEventListener interface.
  *
  * This header file contains the declarations of the %IProgressPopupEventListener interface. @n
@@ -48,7 +48,7 @@ namespace Tizen { namespace Ui
  * implements this interface, and the instance created with that class is registered with a UI control, using the control's
  * AddProgressPopupEventListener() method. When the ProgressPopup event occurs, the OnProgressPopupCanceled() method of that instance is invoked.
  *
- * For more information on the class features, see in individual control topics under <a href="../com.osp.cppappprogramming.help/html/guide/ui/controls.htm">UI Controls</a>.
+ * For more information on the class features, see in individual control topics under <a href="../org.tizen.native.appprogramming/html/guide/ui/controls.htm">UI Controls</a>.
  */
 class _OSP_EXPORT_ IProgressPopupEventListener
        : virtual public Tizen::Base::Runtime::IEventListener
index 88ee2bc..dfa44ff 100644 (file)
@@ -80,8 +80,8 @@ public:
        * @param[in] sectionIndex                       The section index
        * @param[in] itemIndex                          The item index
        * @param[in] pContextItem                       The context item which is opened or closed
-       * @param[in] activated                          @c true if a context item is opened,@n
-       *                                   @c false, otherwise
+       * @param[in] activated                          @c true if a context item is opened, @n
+       *                                  else @c false
        */
        virtual void OnSectionTableViewContextItemActivationStateChanged(Tizen::Ui::Controls::SectionTableView& tableView, int sectionIndex, int itemIndex, Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated) = 0;
 
index 7e52ef9..7f057d3 100644 (file)
@@ -99,7 +99,7 @@ public:
        *         else @c false
        * @param[in] sectionIndex         The section index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem to be deleted
+       * @param[in] pItem                The pointer to TableViewItem to delete
        * @remarks  An application that uses the SectionTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If the application deallocates the item, this method must return true. This notifies the %SectionTableView control not to release the
@@ -115,9 +115,9 @@ public:
        *
        * @param[in] sectionIndex         The section index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem to be updated
+       * @param[in] pItem                The pointer to TableViewItem to update
        * @remarks  An application that uses the SectionTableView control must implement this method.
-       *           This method is calle when the modification of an item is requested.
+       *           This method is called when the modification of an item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
        */
        virtual void UpdateItem(int sectionIndex, int itemIndex, TableViewItem* pItem) = 0;
@@ -139,8 +139,8 @@ public:
        *
        * @since 2.0
        *
-       * @return @c true, if the section has an header @n
-       *         @c false, otherwise
+       * @return @c true if the section has an header, @n
+       *         else @c false
        * @param[in] sectionIndex  The index of the section
        * @remarks An application that uses the SectionTableView control must implement this method.
        */
index 2dcbdf6..249d2b8 100644 (file)
@@ -21,7 +21,7 @@
 *
 * This header file contains the declarations of the %ISectionTableViewItemProviderF interface.
 * If the event is generated, a method of this interface is called.
-* So, if applications do jobs related to item events, use the methods of this interface.
+* So, when applications do jobs related to item events, use the methods of this interface.
 *
 */
 #ifndef _FUI_CTRL_ISECTION_TABLE_VIEW_ITEM_PROVIDER_F_H_
@@ -52,7 +52,7 @@ public:
        virtual ~ISectionTableViewItemProviderF(void) {}
 
        /**
-       * Gets the total number of groups.
+       * Gets the total number of groups in the SectionTableView control.
        *
        * @since 2.1
        *
@@ -62,11 +62,11 @@ public:
        virtual int GetSectionCount(void) = 0;
 
        /**
-       * Gets the total number of items in the specified group.
+       * Gets the total number of items in a specified group.
        *
        * @since 2.1
        *
-       * @return  The total number of items in the specified group
+       * @return  The total number of items in a specified group
        * @param[in] sectionIndex  The index of the section
        * @remarks  This method must be implemented so that it returns the total number of items for the specified section in the %SectionTableView control.
        */
@@ -99,10 +99,10 @@ public:
        *         else @c false
        * @param[in] sectionIndex         The section index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem to be deleted
+       * @param[in] pItem                The pointer to TableViewItem to delete
        * @remarks  An application that uses the SectionTableView control must implement this method.
        *           Using this method, an application can deallocate the item.
-       *           If the application deallocates the item, this method must return true. This notifies the %SectionTableView control not to release the
+       *           If the application deallocates the item, this method must return @c true. This notifies the %SectionTableView control not to release the
        *           item. Otherwise, the item is deallocated by the %SectionTableView control.
        * @see     CreateItem()
        */
@@ -115,10 +115,10 @@ public:
        *
        * @param[in] sectionIndex         The section index
        * @param[in] itemIndex            The item index
-       * @param[in] pItem                The pointer to TableViewItem to be updated
+       * @param[in] pItem                The pointer to TableViewItem to update
        * @remarks  An application that uses the SectionTableView control must implement this method.
-       *           This method is calle when the modification of an item is requested.
-       *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
+       *           This method is called when the modification of an item is requested.
+       *           The application can change @c pItem using this method, so the user should consider this when using @c pItem in future.
        */
        virtual void UpdateItem(int sectionIndex, int itemIndex, TableViewItem* pItem) = 0;
 
@@ -127,20 +127,20 @@ public:
        *
        * @since 2.1
        *
-       * @return The section header text of specified section
+       * @return The section header text of specified section
        * @param[in] sectionIndex  The index of the group
        * @remarks  An application that uses the SectionTableView control must implement this method. @n
-       *           The header text will be aligned left
+       *           The header text will be left aligned.
        */
        virtual Tizen::Base::String GetSectionHeader(int sectionIndex) = 0;
 
        /**
-       * Returns whether the group has the section header or not.
+       * Checks whether the group has the section header or not.
        *
        * @since 2.1
        *
-       * @return @c true, if the section has an header @n
-       *         @c false, otherwise
+       * @return @c true if the section has a header, @n
+       *         else @c false
        * @param[in] sectionIndex  The index of the section
        * @remarks An application that uses the SectionTableView control must implement this method.
        */
@@ -154,17 +154,17 @@ public:
        * @return The footer text of specified section
        * @param[in] sectionIndex  The index of the section
        * @remarks  An application that uses the SectionTableView control must implement this method. @n
-       *           The footer text will be aligned right.
+       *           The footer text will be right aligned.
        */
        virtual Tizen::Base::String GetSectionFooter(int sectionIndex) = 0;
 
        /**
-       * Returns whether the section has the footer or not.
+       * Checks whether the section has the footer or not.
        *
        * @since 2.1
        *
-       * @return @c true, if the section has the footer @n
-       *         @c false,
+       * @return @c true, if the section has a footer @n
+       *         @c else false
        * @param[in] sectionIndex  The index of the section
        * @remarks An application that uses the SectionTableView control must implement this method.
        */
index eeaa144..1870a2c 100644 (file)
@@ -20,8 +20,8 @@
  * @brief              This is the header file for the %ISplitPanelEventListenerF interface.
  *
  * This header file contains the declarations of the %ISplitPanelEventListenerF interface. @n
- * If a change event is generated, a method of this class is called. @n
- * So, if the applications perform tasks related to change events, use the methods of this class.
+ * If a change event is generated, a method of this interface is called. @n
+ * So, if the applications perform tasks related to change events, use the methods of this interface.
  *
  */
 #ifndef _FUI_CTRL_ISPLIT_PANEL_EVENT_LISTENER_F_H_
@@ -36,13 +36,13 @@ namespace Tizen { namespace Ui { namespace Controls
 
 /**
  * @interface  ISplitPanelEventListenerF
- * @brief              This interface implements the listener for all splitpanel events.
+ * @brief              This interface implements the listener for all split panel events.
  *
  * @since 2.1
  *
- * The %ISplitPanelEventListenerF interface is the listener interface for receiving splitpanel events.
- * The class that processes a splitpanel event implements this interface, and the instance created with that class is registered with
- * a UI control, using the control's AddSplitPanelEventListener() method. When the splitpanel event occurs, a method of that instance is invoked.
+ * The %ISplitPanelEventListenerF interface is the listener interface for receiving split panel events.
+ * The class that processes a split panel event implements this interface, and the instance created with that class is registered with
+ * a UI control, using the SplitPanel::AddSplitPanelEventListener() method. When the split panel event occurs, a method of that instance is invoked.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/ui/implementing_splitpanel.htm">SplitPanel</a>.
  */
@@ -59,7 +59,7 @@ public:
 
        /**
         *
-        * Called when the divider moves.
+        * Called when a divider moves.
         *
         * @since 2.1
         *
@@ -69,12 +69,12 @@ public:
        virtual void OnDividerPositionChanged(Tizen::Ui::Controls::SplitPanel& source, float position) = 0;
 
        /**
-        * Called when the divider is double pressed.
+        * Called when a divider is double pressed.
         *
         * @since 2.1
         *
         * @param[in] source            The source of the event
-        * @remark                              This method is invoked when an divider is double pressed.
+        * @remarks                             This method is invoked when a divider is double pressed.
         */
        virtual void OnDividerDoublePressed(Tizen::Ui::Controls::SplitPanel& source) = 0;
 
index f7251cb..c00b6d9 100644 (file)
@@ -79,8 +79,8 @@ public:
        * @param[in] tableView                          The source of the event
        * @param[in] itemIndex                          The item index
        * @param[in] pContextItem                       The context item which is opened or closed
-       * @param[in] activated                          @c true if a context item is opened,@n
-       *                                   @c false, otherwise
+       * @param[in] activated                          @c true if a context item is opened, @n
+       *                                   else @c false
        */
        virtual void OnTableViewContextItemActivationStateChanged(Tizen::Ui::Controls::TableView& tableView, int itemIndex, Tizen::Ui::Controls::TableViewContextItem* pContextItem, bool activated) = 0;
 
@@ -90,7 +90,7 @@ public:
        * @since 2.0
        *
        * @param[in] tableView                          The source of the event
-       * @param[in] itemIndexFrom                      The start  item index of the item
+       * @param[in] itemIndexFrom                      The start item index of the item
        * @param[in] itemIndexTo                        The final item index of the item
        */
        virtual void OnTableViewItemReordered(Tizen::Ui::Controls::TableView& tableView, int itemIndexFrom, int itemIndexTo) = 0;
index 3901cde..a96ad04 100644 (file)
@@ -86,7 +86,7 @@ public:
        * @return @c true if the item is deallocated by this method, @n
        *         else @c false
        * @param[in] itemIndex The item index
-       * @param[in] pItem The pointer to TableViewItem that is to be deleted
+       * @param[in] pItem The pointer to TableViewItem to delete
        * @remarks  An application that uses the TableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If the application deallocates the item, this method must return @c true. This notifies the %TableView not to release the
@@ -101,7 +101,7 @@ public:
        * @since 2.0
        *
        * @param[in] itemIndex  The item index
-       * @param[in] pItem The pointer to TableViewItem that is to be updated
+       * @param[in] pItem The pointer to TableViewItem to update
        * @remarks  An application that uses the TableView control must implement this method.
        *           This method is called when the modification of an item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
index 5f1b5e9..10649d8 100644 (file)
@@ -86,7 +86,7 @@ public:
        * @return @c true if the item is deallocated by this method, @n
        *         else @c false
        * @param[in] itemIndex The item index
-       * @param[in] pItem The pointer to TableViewItem that is to be deleted
+       * @param[in] pItem The pointer to TableViewItem to delete
        * @remarks  An application that uses the TableView control must implement this method.
        *           Using this method, an application can deallocate the item.
        *           If the application deallocates the item, this method must return @c true. This notifies the %TableView not to release the
@@ -101,7 +101,7 @@ public:
        * @since 2.1
        *
        * @param[in] itemIndex  The item index
-       * @param[in] pItem The pointer to TableViewItem that is to be updated
+       * @param[in] pItem The pointer to TableViewItem to update
        * @remarks  An application that uses the TableView control must implement this method.
        *           This method is called when the modification of an item is requested.
        *           The application can change @c pItem in this method, but should not keep @c pItem for later use.
index 91abf7f..24373d8 100755 (executable)
@@ -244,7 +244,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the IconListView class.
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         * @endif
         */
        void AddItemEventListener(Tizen::Ui::IItemEventListener& listener);
@@ -258,7 +258,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the IconListView class.
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         * @endif
         */
        void RemoveItemEventListener(Tizen::Ui::IItemEventListener& listener);
@@ -353,7 +353,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index                   The item text
-        * @param[in]   pText                   The text item to be added
+        * @param[in]   pText                   The text item to add
         * @param[in]   pNormalBitmap   The default bitmap image
         * @param[in]   pFocusedBitmap  The displayed bitmap image when an item is selected
         * @param[in]   itemId                  The item ID
index 9b3ebce..4a227d9 100644 (file)
@@ -16,9 +16,9 @@
 //
 /**
  * @file               FUiCtrlIconListTypes.h
- * @brief              This is the header file for the %IconList enumerations.
+ * @brief              This is the header file for the enumerations of the IconList class.
  *
- * This header file contains the declarations of the %IconList enumerations.
+ * This header file contains the declarations of the enumerations of the IconList class.
  *
  * These enumerations define the various properties of the %IconList control.
  */
@@ -33,10 +33,10 @@ namespace Tizen { namespace Ui { namespace Controls
  * @if OSPDEPREC
  * @enum    IconListStyle
  *
- * Defines the styles of %IconList.
+ * Defines the styles of IconList.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. Instead of using this enumeration, use the IconListViewStyle enumeration.
+ * @deprecated This enum is deprecated. Instead of using this enum, use the IconListViewStyle enumeration.
  * @since              2.0
  * @endif
  */
@@ -54,7 +54,7 @@ enum IconListStyle
  * Defines the check-box position.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. Instead of using this enumeration, use the IconListViewCheckBoxPosition enumeration.
+ * @deprecated This enum is deprecated. Instead of using this enum, use the IconListViewCheckBoxPosition enumeration.
  * @since      2.0
  * @endif
  */
index 2deeabb..4b4c08c 100755 (executable)
@@ -299,7 +299,7 @@ public:
         *
         * @since   2.0
         *
-        * @param[in]   listener                        The listener to be added
+        * @param[in]   listener                        The listener to add
         */
        void AddIconListViewItemEventListener(IIconListViewItemEventListener& listener);
 
@@ -309,7 +309,7 @@ public:
         *
         * @since   2.0
         *
-        * @param[in]   listener                        The listener to be removed
+        * @param[in]   listener                        The listener to remove
         */
        void RemoveIconListViewItemEventListener(IIconListViewItemEventListener& listener);
 
@@ -319,7 +319,7 @@ public:
         *
         * @since   2.0
         *
-        * @param[in]   listener                        The event listener to be added
+        * @param[in]   listener                        The event listener to add
         * @see                 IScrollEventListener::OnScrollEndReached()
         * @see                 RemoveScrollEventListener()
         */
@@ -331,7 +331,7 @@ public:
         *
         * @since   2.1
         *
-        * @param[in]   listener                        The event listener to be added
+        * @param[in]   listener                        The event listener to add
         * @see                 IScrollEventListenerF::OnScrollEndReached()
         * @see                 RemoveScrollEventListener()
         */
@@ -343,7 +343,7 @@ public:
         *
         * @since   2.0
         *
-        * @param[in]   listener                        The event listener to be removed
+        * @param[in]   listener                        The event listener to remove
         * @see                 IScrollEventListener::OnScrollEndReached()
         * @see                 RemoveScrollEventListener()
         */
@@ -355,7 +355,7 @@ public:
         *
         * @since   2.1
         *
-        * @param[in]   listener                        The event listener to be removed
+        * @param[in]   listener                        The event listener to remove
         * @see                 IScrollEventListenerF::OnScrollEndReached()
         * @see                 RemoveScrollEventListener()
         */
@@ -1161,6 +1161,7 @@ private:
         * @since       2.0
         */
        IconListView& operator =(const IconListView& rhs);
+
 }; // IconListView
 
 }}} // Tizen::Ui::Controls
index 9f6376c..d181eab 100755 (executable)
@@ -31,7 +31,7 @@
 #include <FUiITextEventListener.h>
 #include <FUiWindow.h>
 
-namespace Tizen { namespace  Ui { namespace Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -310,7 +310,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The listener to be added
+        * @param[in]   listener    The listener to add
         */
        void AddTextEventListener(Tizen::Ui::ITextEventListener& listener);
 
@@ -320,7 +320,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         */
        void RemoveTextEventListener(Tizen::Ui::ITextEventListener& listener);
 
@@ -338,7 +338,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   text    The text to be set
+        * @param[in]   text    The text to set
         */
        void SetText(Tizen::Base::String text);
 
index 1f9aa62..748dab3 100644 (file)
@@ -236,7 +236,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddItemEventListener(Tizen::Ui::IItemEventListener& listener);
@@ -250,7 +250,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveItemEventListener(Tizen::Ui::IItemEventListener& listener);
@@ -287,7 +287,7 @@ public:
         * @since                                       2.0
         *
         * @return              An error code
-        * @param[in]   index                   The index at which the item is to be inserted
+        * @param[in]   index                   The index at which the item is inserted
         * @param[in]   pText1              A pointer to the first string
         * @param[in]   pText2              A pointer to the second string
         * @param[in]   pBitmap1            A pointer to the first normal bitmap
@@ -312,7 +312,7 @@ public:
         * @since                                       2.0
         *
         * @return              An error code
-        * @param[in]   index                   The index at which the contents of the item is to be set
+        * @param[in]   index                   The index at which the contents of the item is set
         * @param[in]   pText1                  A pointer to the first string
         * @param[in]   pText2                  A pointer to the second string
         * @param[in]   pBitmap1                A pointer to the first normal bitmap
@@ -336,7 +336,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   index                   The index at which the item is to be deleted
+        * @param[in]   index                   The index at which the item is deleted
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than or equal to the item count.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -381,7 +381,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   index           The index of the list item for which status is to be set
+        * @param[in]   index           The index of the list item for which status is set
         * @param[in]   enable      Set to @c true to enable the item, @n
         *                                                      else @c false
         * @exception   E_SUCCESS       The method is successful.
@@ -479,7 +479,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   text    The text message to be displayed
+        * @param[in]   text    The text message to display
         * @endif
         */
        void SetTextOfEmptyList(const Tizen::Base::String& text);
index b2240e9..7408aee 100644 (file)
@@ -46,7 +46,7 @@ static const int LIST_ITEM_UNSPECIFIED_ID = -1;
  * Defines the list style.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated  This enumeration is deprecated. Instead of using this enumeration, use ListAnnexStyle enumeration for CustomItem or SimpleItem class. @n
+ * @deprecated  This enum is deprecated. Instead of using this enum, use ListAnnexStyle enumeration for CustomItem or SimpleItem class. @n
  * @since 2.0
  * @endif
  */
@@ -69,7 +69,7 @@ enum ListStyle
  * Defines the list item format.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. There is no need to use this enumeration. @n
+ * @deprecated This enum is deprecated. There is no need to use this enum.
  * @since 2.0
  * @endif
  */
@@ -95,7 +95,7 @@ enum ListItemFormat
  * Defines the option of text slide.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. There is no need to use this enumeration. @n
+ * @deprecated This enum is deprecated. There is no need to use this enum.
  * @since 2.0
  * @endif
  */
@@ -112,7 +112,7 @@ enum ListItemText
  * Defines the number of digits or characters of the fast scroll index.
  *
  * @brief <i> [Deprecated]  </i>
- * @deprecated This enumeration is deprecated. There is no need to use this enumeration. @n
+ * @deprecated This enum is deprecated. There is no need to use this enum.
  * @since 2.0
  * @endif
  */
index a0c44bd..2cc7ac8 100644 (file)
@@ -684,7 +684,7 @@ public:
         *
         * @return  An error code
         * @param[in] index             The item index
-        * @param[in] type              The item to be added, removed, or modified
+        * @param[in] type              The item to add, remove, or modify
         * @exception E_SUCCESS            The method is successful.
         * @exception E_OUT_OF_RANGE       A specified input parameter is invalid.
         * @exception E_INVALID_OPERATION  The current state of the instance prohibits the execution of the specified operation.
index 8a726bd..592d426 100755 (executable)
@@ -205,8 +205,8 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   title                           The title string to be set
-        * @param[in]   text                            The text string to be set
+        * @param[in]   title                           The title string to set
+        * @param[in]   text                            The text string to set
         * @param[in]   style                           The style of the %MessageBox control
         * @param[in]   timeout                         The duration of the timeout in milliseconds
         * @exception   E_SUCCESS                       The method is successful.
@@ -278,7 +278,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   color           The color to be set
+        * @param[in]   color           The color to set
         */
        void SetColor(const Tizen::Graphics::Color& color);
 
@@ -287,7 +287,7 @@ public:
         *
         * @since 2.0
         *
-        * @return      The color to be set
+        * @return      The color to set
         */
        Tizen::Graphics::Color GetColor(void) const;
 
@@ -296,7 +296,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   color           The title text color to be set
+        * @param[in]   color           The title text color to set
         */
        void SetTitleTextColor(const Tizen::Graphics::Color& color);
 
@@ -314,7 +314,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   color           The text color to be set
+        * @param[in]   color           The text color to set
         */
        void SetTextColor(const Tizen::Graphics::Color& color);
 
index 15d091f..c951735 100644 (file)
@@ -208,7 +208,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %OptionMenu control is no longer recommended.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -221,7 +221,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %OptionMenu control is no longer recommended.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -235,7 +235,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   text                    The item to be appended
+        * @param[in]   text                    The item to append
         * @param[in]   actionId                The action ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                This method has failed.
@@ -254,7 +254,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The main index
-        * @param[in]   text                    The item to be set
+        * @param[in]   text                    The item to set
         * @param[in]   actionId                The item ID
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than @c 12.
@@ -274,7 +274,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The main index
-        * @param[in]   text                    The string of the item to be set
+        * @param[in]   text                    The string of the item to set
         * @param[in]   actionId                The item ID
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than @c 12.
@@ -351,7 +351,7 @@ public:
         *
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item
-        * @param[in]   text                    The string of item to be appended
+        * @param[in]   text                    The string of item to append
         * @param[in]   actionId                The item ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than @c 12.
@@ -372,7 +372,7 @@ public:
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item
         * @param[in]   subIndex                The index of the sub-item
-        * @param[in]   text                    The string of the item to be set
+        * @param[in]   text                    The string of the item to set
         * @param[in]   actionId                The action ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than @c 12.
@@ -393,7 +393,7 @@ public:
         * @return              An error code
         * @param[in]   mainIndex               The index of the main item
         * @param[in]   subIndex                The index of the sub-item
-        * @param[in]   text                    The string of the item to be set
+        * @param[in]   text                    The string of the item to set
         * @param[in]   actionId                The action ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is less than @c 0 or greater than @c 12.
index aee825f..fa4395c 100755 (executable)
@@ -341,7 +341,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   title           The title to be set
+        * @param[in]   title           The title to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         */
@@ -458,7 +458,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   color               The color to be set
+        * @param[in]   color               The color to set
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_SYSTEM            A system error has occurred.
         */
index 32ce0d5..00c0a5a 100644 (file)
@@ -266,7 +266,7 @@ public:
         * @since     2.0
         *
         * @return    An error code
-        * @param[in] color             The color to be set
+        * @param[in] color             The color to set
         * @exception E_SUCCESS         The method is successful.
         * @exception E_SYSTEM          A system error has occurred.
         * @remarks   The method ignores the alpha value of the @c color parameter and sets the alpha value to @c 255.
index d42d558..5266c2c 100644 (file)
@@ -190,7 +190,7 @@ public:
         * @return        An error code
         * @param[in]    cancelButton                Set to @c true if the %ProgressPopup window has a cancel button, @n
         *                                                   else @c false
-        * @param[in]    transparent   Set to @c true if the %ProgressPopup window is transparent, @n
+        * @param[in]    translucent   Set to @c true if the %ProgressPopup window is translucent, @n
         *                                                   else @c false
         * @exception    E_SUCCESS                   The method is successful.
         * @exception    E_SYSTEM                    A system error has occurred. @n
@@ -200,8 +200,8 @@ public:
         *                                                   Use SetTitleText() and SetText() to show the title area and the body text.
         * @remarks                                       If @c transparent is set to true, a progress icon is only shown and a cancel button is not shown. @n
         *                                                            Also, the texts set by SetTitleText() and SetText() are not shown.
-        * @remarks                                      If @c cancelButton is set to true and ProgressPopup is closed by pressing a Cancel Button,
-        *                                                    out parameter of DoModal(), modalResult, is -1.
+        * @remarks                                      If the specified @c cancelButton is set to true and ProgressPopup is closed by pressing a Cancel Button,
+        *                                                    out parameter of DoModal(), modalResult, is @c -1.
         */
        result Construct(bool cancelButton, bool transparent);
 
@@ -210,7 +210,7 @@ public:
         *
         * @since 2.0
         * @return                                        An error code
-        * @param[in]    text                           The text to be set
+        * @param[in]    text                           The text to set
         * @exception    E_SUCCESS                   The method is successful.
         * @exception    E_OUT_OF_MEMORY       The memory is insufficient.
         * @remarks         If the %ProgressPopup window is constructed as transparent, the text is not shown.
@@ -233,7 +233,7 @@ public:
         *
         * @since 2.0
         * @return                                        An error code
-        * @param[in]     listener                      The event listener to be added. Listener should be allocated at heap, not stack.
+        * @param[in]     listener                      The event listener to add @n Listener should be allocated at heap, not stack.
         * @exception     E_SUCCESS                  This method was successful.
         * @exception     E_OBJ_ALREADY_EXIST    The listener was already exist.
         */
@@ -245,7 +245,7 @@ public:
         *
         * @since 2.0
         * @return                                        An error code
-        * @param[in]     listener                      The event listener to be removed. @n
+        * @param[in]     listener                      The event listener to remove @n
         *                                                   Listener should be referring to previously allocated instance which is passed as an argument to AddProgressPopupEventListener.
         * @exception     E_SUCCESS                  This method was successful.
         * @exception     E_OBJ_NOT_FOUND       The listener was not found.
index e1b7e1b..da3ddb3 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace Ui { namespace Controls
 /**
  * @enum ScrollEndEvent
  *
- * Defines constants which represent the type of scroll end event.
+ * Defines constants that represent the type of scroll end event.
  *
  * @since 2.0
  */
index b4c250f..c7f1239 100644 (file)
@@ -17,9 +17,9 @@
 
 /**
  * @file               FUiCtrlScrollPanelTypes.h
- * @brief              This is the header file for the ScrollPanel enumeration.
+ * @brief              This is the header file for the enumerations of the ScrollPanel class.
  *
- * The ScrollPanel enumeration defines the data types for the ScrollPanel.
+ * This header file defines the data types for the ScrollPanel class.
  */
 #ifndef _FUI_CTRL_SCROLL_PANEL_TYPES_H_
 #define _FUI_CTRL_SCROLL_PANEL_TYPES_H_
@@ -43,14 +43,14 @@ enum ScrollPanelScrollDirection
 /**
 * @enum ScrollInputMode
 *
-* Defines the scroll interaction mode
+* Defines the scroll interaction mode.
 *
 * @since 2.0
 */
 enum ScrollInputMode
 {
-       SCROLL_INPUT_MODE_ALLOW_ANY_DIRECTION = 0,                               /**< Scroll interaction is available to any direction. */
-       SCROLL_INPUT_MODE_RESTRICT_TO_INITIAL_DIRECTION                          /**< Scroll interaction is restricted to first direction. */
+       SCROLL_INPUT_MODE_ALLOW_ANY_DIRECTION = 0,                               /**< Content can be scrolled in any direction */
+       SCROLL_INPUT_MODE_RESTRICT_TO_INITIAL_DIRECTION                          /**< Content can be scrolled only in the first direction */
 };
 
 }}} // Tizen::Ui::Controls
index 565bde4..ccb44ab 100755 (executable)
@@ -423,7 +423,7 @@ public:
         *                                              For more information, see @ref CompSetContentPage "here"
         * @endif
         * @return      An error code
-        * @param[in]   pContent                        The control that is to be displayed in the content area of the search bar
+        * @param[in]   pContent                        The control to display in the content area of the search bar
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid. @n
         *                                                                      The following controls cannot be set as the content: @n
@@ -696,7 +696,7 @@ public:
         *
         * @return              An error code
         * @param[in]   status          The button status
-        * @param[in]   color           The button color to be set
+        * @param[in]   color           The button color to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @see                 GetButtonColor()
@@ -722,7 +722,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   character               The character to be added
+        * @param[in]   character               The character to add
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks             The method modifies the text buffer that is managed by the %SearchBar control. @n
@@ -736,7 +736,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text            The text to be appended
+        * @param[in]   text            The text to append
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM    A system error has occurred.
         * @remarks             To denote the end of a line use '\\n'. @n
@@ -752,7 +752,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text                    The text to be displayed
+        * @param[in]   text                    The text to display
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks             To denote the end of a line use '\\n'. @n
@@ -768,7 +768,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index                   The position to insert the character
-        * @param[in]   character               The character to be inserted
+        * @param[in]   character               The character to insert
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
         *                              The specified @c index is greater than the number of elements or less than @c 0.
@@ -786,7 +786,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index                   The position at which to insert
-        * @param[in]   text                    The text to be inserted
+        * @param[in]   text                    The text to insert
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
         *                                                              The specified @c index is greater than the number of elements or less than @c 0.
@@ -893,7 +893,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   limitLength             The limit text length to be set
+        * @param[in]   limitLength             The limit text length to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified input parameter is invalid, or @n
         *                                                              the specified limit length cannot be @c 0 or negative.
@@ -1348,7 +1348,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see                 RemoveActionEventListener()
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -1359,7 +1359,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddActionEventListener()
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -1370,7 +1370,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener                The event listener to be added
+        * @param[in]   listener                The event listener to add
         * @remarks             The added listener is notified when: @n
         *              @li The user presses a key on the software keypad.
         *              @li The user selects a word in the candidate list.
@@ -1385,7 +1385,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddTextEventListener()
         */
        void RemoveTextEventListener(Tizen::Ui::ITextEventListener& listener);
@@ -1396,7 +1396,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             The added listener is notified when: @n
         *              @li The user presses a key on the software keypad.
         *              @li The user selects a word in the candidate list.
@@ -1411,7 +1411,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see         RemoveTextEventListener()
         */
        void RemoveSearchBarEventListener(ISearchBarEventListener& listener);
@@ -1421,7 +1421,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             Programmatically, modification of the text selection does not cause the text block selection event to fire.
         * @see                 RemoveTextBlockEventListener()
         */
@@ -1433,7 +1433,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddTextBlockEventListener()
         */
        void RemoveTextBlockEventListener(Tizen::Ui::ITextBlockEventListener& listener);
@@ -1444,7 +1444,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @see         RemoveKeypadEventListener()
         */
        void AddKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
@@ -1455,7 +1455,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddKeypadEventListener()
         */
        void RemoveKeypadEventListener(Tizen::Ui::IKeypadEventListener& listener);
index 2494fb1..be1da36 100644 (file)
@@ -635,23 +635,23 @@ public:
 
        /**
        * Updates the specified item. @n
-       * For instance, TABLE_VIEW_REFRESH_TYPE_ITEM_ADD is used when a new item needs to be added and TABLE_VIEW_REFRESH_TYPE_ITEM_REMOVE is used when an item is deleted from the
-       * table view. Moreover, TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY is used when the content of an existing item has changed and it needs to be updated.
-       * Note that calling this method with TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY invokes item provider's UpdateItem() for the given index in sequence.
+       * For instance, @c TABLE_VIEW_REFRESH_TYPE_ITEM_ADD is used when a new item needs to be added and @c TABLE_VIEW_REFRESH_TYPE_ITEM_REMOVE is used when an item is deleted from the
+       * table view. Moreover, @c TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY is used when the content of an existing item has changed and it needs to be updated.
+       * Note that calling this method with @c TABLE_VIEW_REFRESH_TYPE_ITEM_MODIFY invokes item provider's UpdateItem() for the given index in sequence.
        *
        * @since 2.0
        *
        * @return An error code
        * @param[in] sectionIndex         The section index
        * @param[in] itemIndex            The item index
-       * @param[in] type                 The item to be added, removed, or modified
+       * @param[in] type                 The item to add, remove, or modify
        * @exception E_SUCCESS   The method is successful.
        * @exception E_OUT_OF_RANGE  A specified input parameter is invalid.
        * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation @b Since: @b 2.1.
        * @remarks If the specified item. itemIndex is -1, then the method is applied to the section item with the given index.
-       *   Note that if TABLE_VIEW_REFRESH_TYPE_ITEM_REMOVE option is used to a section item, all the items in the section (including the section item itself) are
-       * removed from the table view. @n
-       * This method does not work during the ITableViewItemProvider call-back procedure.
+       *   Note that if @c TABLE_VIEW_REFRESH_TYPE_ITEM_REMOVE option is used to a section item, all the items in the section (including the section item itself) are
+       *   removed from the table view. @n
+       *   This method does not work during the ITableViewItemProvider call-back procedure.
        */
        result RefreshItem(int sectionIndex, int itemIndex, TableViewRefreshType type);
 
@@ -775,7 +775,7 @@ public:
        * @exception   E_SUCCESS                                The method is successful.
        * @exception   E_OUT_OF_RANGE           The specified @c pixel is out of range.
        * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation
-       * @remarks If you call ScrollByPixel() with negative @c pixel when position of scroll is already top of contents then it will return E_OUT_OF_RANGE.
+       * @remarks If you call %ScrollByPixel() with negative @c pixel when position of scroll is already top of contents then it will return E_OUT_OF_RANGE.
        * Likewise, in case of positive @c pixel on the bottom position of scroll it will also return E_OUT_OF_RANGE. @n
        * This method does not work during the ITableViewItemProvider call-back procedure.
        */
@@ -791,7 +791,7 @@ public:
        * @exception   E_SUCCESS                                The method is successful.
        * @exception   E_OUT_OF_RANGE           The specified @c pixel is out of range.
        * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation
-       * @remarks If you call ScrollByPixel() with negative @c pixel when position of scroll is already top of contents then it will return E_OUT_OF_RANGE.
+       * @remarks If you call %ScrollByPixel() with negative @c pixel when position of scroll is already top of contents then it will return E_OUT_OF_RANGE.
        * Likewise, in case of positive @c pixel on the bottom position of scroll it will also return E_OUT_OF_RANGE. @n
        * This method does not work during the ITableViewItemProvider call-back procedure.
        */
index c1b8122..424931a 100644 (file)
@@ -355,7 +355,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddSlidableGroupedListEventListener(Tizen::Ui::ISlidableGroupedListEventListener& listener);
@@ -369,7 +369,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveSlidableGroupedListEventListener(Tizen::Ui::ISlidableGroupedListEventListener& listener);
@@ -470,7 +470,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since                       2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @endif
         */
        void RemoveFastScrollEventListener(Tizen::Ui::IFastScrollEventListener& listener);
@@ -484,7 +484,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveGroupedItemEventListener(Tizen::Ui::IGroupedItemEventListener& listener);
@@ -577,7 +577,7 @@ public:
         *
         * @return              An error code
         * @param[in]   groupIndex                      The group index
-        * @param[in]   text                            The string of the group to be appended
+        * @param[in]   text                            The string of the group to append
         * @param[in]   pBackgroundBitmap       The bitmap of the group
         * @param[in]   groupId                         The group ID
         * @exception   E_SUCCESS                       The method is successful.
@@ -595,8 +595,8 @@ public:
         * @since                                       2.0
         *
         * @return                              An error code
-        * @param[in]   groupIndex              The group index of the item to be checked
-        * @param[in]   itemIndex               The index of the item to be checked
+        * @param[in]   groupIndex              The group index of the item to check
+        * @param[in]   itemIndex               The index of the item to check
         * @param[in]   check                   Set to @c true to check the item, @n
         *                              else @c false to uncheck it
         * @exception   E_SUCCESS               The method is successful.
@@ -615,8 +615,8 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   groupIndex              The group index of the item to be checked
-        * @param[in]   itemIndex               The index of the item to be checked
+        * @param[in]   groupIndex              The group index of the item to check
+        * @param[in]   itemIndex               The index of the item to check
         * @param[in]   enable                  Set to @c true to enable the item, @n
         *                              else @c false to disable it
         * @exception   E_SUCCESS               The method is successful.
@@ -747,7 +747,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   height                  The height of the item to be deleted
+        * @param[in]   height                  The height of the item to delete
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks   The removed list items are deleted from the memory.
@@ -840,7 +840,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since       2.0
         *
-        * @param[in]   color   The color of the text to be displayed
+        * @param[in]   color   The color of the text to display
         * @endif
         */
        void SetTextColorOfEmptyList(const Tizen::Graphics::Color& color);
@@ -888,7 +888,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddFastScrollEventListener(Tizen::Ui::IFastScrollEventListener& listener);
@@ -902,7 +902,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text                                    The string of the group to be appended
+        * @param[in]   text                                    The string of the group to append
         * @param[in]   pBackgroundBitmap               The background bitmap of the group
         * @param[in]   itemCount                               The number of items of the group
         * @param[in]   groupHeight                             The total height of the items of the group
@@ -922,7 +922,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the %GroupedListView class.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddGroupedItemEventListener(Tizen::Ui::IGroupedItemEventListener& listener);
@@ -1115,7 +1115,7 @@ public:
         *
         * @return              An error code
         * @param[in]   groupIndex                      The group index
-        * @param[in]   text                            The string of the group to be appended
+        * @param[in]   text                            The string of the group to append
         * @param[in]   pBackgroundBitmap       The background bitmap of the group
         * @param[in]   itemCount                       The count of all the items in the group
         * @param[in]   groupHeight                     The total height of all the items in the group
index f2941a5..f6ca271 100644 (file)
@@ -352,7 +352,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddSlidableListEventListener(Tizen::Ui::ISlidableListEventListener& listener);
@@ -366,7 +366,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveSlidableListEventListener(Tizen::Ui::ISlidableListEventListener& listener);
@@ -380,7 +380,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddCustomItemEventListener(Tizen::Ui::ICustomItemEventListener& listener);
@@ -394,7 +394,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   item                    The CustomListItem to be added
+        * @param[in]   item                    The CustomListItem to add
         * @param[in]   itemId                  The item ID
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -496,7 +496,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index           The item index at which to insert the item
-        * @param[in]   item            The CustomListItem to be inserted
+        * @param[in]   item            The CustomListItem instance to insert
         * @param[in]   itemId              The item ID for this item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG   The specified @c index is less than @c 0 or greater than the item count.
@@ -534,7 +534,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since                       2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveCustomItemEventListener(Tizen::Ui::ICustomItemEventListener& listener);
@@ -669,7 +669,7 @@ public:
         * @deprecated  This class is deprecated. Instead of using this class, use the ListView class.
         * @since     2.0
         *
-        * @param[in]   color   The color of the text to be displayed
+        * @param[in]   color   The color of the text to display
         * @endif
         */
        void SetTextColorOfEmptyList(const Tizen::Graphics::Color& color);
@@ -768,7 +768,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   item                    The %CustomListItem to be loaded
+        * @param[in]   item                    The CustomListItem instance to load
         * @param[in]   itemId                  The item ID for this item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -785,7 +785,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in]   item                    The CustomListItem to be loaded
+        * @param[in]   item                    The CustomListItem instance to load
         * @param[in]   itemId                  The item ID for this item
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
@@ -818,7 +818,7 @@ public:
         *
         * @return              An error code
         * @param[in] index               The item index
-        * @param[in]   item                            The CustomListItem to be set
+        * @param[in]   item                            The CustomListItem instance to set
         * @param[in]   itemId                          The item ID for this item
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           The specified @c index is less than @c 0 or greater than or equal to the item count.
@@ -837,8 +837,8 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in] index             The item index to be deleted
-        * @param[in] itemHeight        The height of the item to be deleted
+        * @param[in] index             The item index to delete
+        * @param[in] itemHeight        The height of the item to delete
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks   The removed list item is deleted from the memory.
@@ -855,7 +855,7 @@ public:
         * @since                       2.0
         *
         * @return              An error code
-        * @param[in] itemHeight                The height of the item to be deleted
+        * @param[in] itemHeight                The height of the item to delete
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks   The removed list items are deleted from the memory.
index c8d74f8..e337e29 100644 (file)
@@ -155,11 +155,11 @@ public:
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
-        *                                  The background style of BACKGROUND_STYLE_NONE does not work with group styles except GROUP_STYLE_NONE.
+        *                                  The background style of @c BACKGROUND_STYLE_NONE does not work with group styles except @c GROUP_STYLE_NONE.
         * @exception   E_OUT_OF_RANGE          The specified values are less than @c -99 or greater than @c 999.
         * @exception   E_SYSTEM                        A system error has occurred.
         * @remarks             A control is fully usable only after it has been added to a container. Therefore, some methods may fail if used earlier. @n
-        *                              If the given size is less than the minimum, it returns E_INVALID_ARG.
+        *                              If the given size is less than the minimum, it returns @c E_INVALID_ARG.
         * @remarks             The size of the control must be within the range defined by the minimum size and the maximum size.
         */
        result Construct(const Tizen::Graphics::Rectangle& rect, BackgroundStyle backgroundStyle = BACKGROUND_STYLE_DEFAULT, bool showTitle = false, int minValue = 0, int maxValue = 100, GroupStyle groupStyle = GROUP_STYLE_NONE);
@@ -182,11 +182,11 @@ public:
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         * @exception   E_INVALID_OPERATION     The current state of the instance prohibits the execution of the specified operation. @n
-        *                                  The background style of BACKGROUND_STYLE_NONE does not work with group styles except GROUP_STYLE_NONE.
+        *                                  The background style of @c BACKGROUND_STYLE_NONE does not work with group styles except @c GROUP_STYLE_NONE.
         * @exception   E_OUT_OF_RANGE          The specified values are less than @c -99 or greater than @c 999.
         * @exception   E_SYSTEM                        A system error has occurred.
         * @remarks             A control is fully usable only after it has been added to a container. Therefore, some methods may fail if used earlier. @n
-        *                              If the given size is less than the minimum, it returns E_INVALID_ARG.
+        *                              If the given size is less than the minimum, it returns @c E_INVALID_ARG.
         * @remarks             The size of the control must be within the range defined by the minimum size and the maximum size.
         */
        result Construct(const Tizen::Graphics::FloatRectangle& rect, BackgroundStyle backgroundStyle = BACKGROUND_STYLE_DEFAULT, bool showTitle = false, int minValue = 0, int maxValue = 100, GroupStyle groupStyle = GROUP_STYLE_NONE);
@@ -197,7 +197,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         */
        void AddAdjustmentEventListener(Tizen::Ui::IAdjustmentEventListener& listener);
 
@@ -207,7 +207,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         */
        void RemoveAdjustmentEventListener(Tizen::Ui::IAdjustmentEventListener& listener);
 
@@ -263,7 +263,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   position        The position of the icon (ICON_POSITION_LEFT/ICON_POSITION_RIGHT)
+        * @param[in]   position        The position of the icon (@c ICON_POSITION_LEFT/@c ICON_POSITION_RIGHT)
         * @param[in]   icon        The bitmap image of the icon
         * @remarks     If the size of the bitmap is greater than the default size, the bitmap image is scaled down.
         */
@@ -275,7 +275,7 @@ public:
        * @since                2.0
        *
        * @return               An error code
-       * @param[in]    title                   The title to be set
+       * @param[in]    title                   The title to set
        * @exception    E_SUCCESS                       The method is successful.
        * @exception    E_SYSTEM                A system error has occurred.
        */
@@ -297,7 +297,7 @@ public:
         *
         * @since                       2.0
         *
-        * @param[in]   color   The title text color to be set
+        * @param[in]   color   The title text color to set
         */
        void SetTitleTextColor(const Tizen::Graphics::Color& color);
 
@@ -366,7 +366,7 @@ public:
         *
         * @since     2.0
         *
-        * @param[in] listener    The event listener to be added
+        * @param[in] listener    The event listener to add
         */
        void AddSliderEventListener(ISliderEventListener& listener);
 
@@ -376,7 +376,7 @@ public:
         *
         * @since     2.0
         *
-        * @param[in] listener    The event listener to be removed
+        * @param[in] listener    The event listener to remove
         */
        void RemoveSliderEventListener(ISliderEventListener& listener);
 
@@ -386,7 +386,7 @@ public:
         * @since     2.0
         *
         * @return    An error code
-        * @param[in] color             The color to be set
+        * @param[in] color             The color to set
         * @exception E_SUCCESS         The method is successful.
         * @exception E_SYSTEM          A system error has occurred.
         * @remarks   The method ignores the alpha value of the @c color parameter and sets the alpha value to @c 255.
@@ -434,10 +434,10 @@ public:
         * @since     2.0
         *
         * @return    An error code
-        * @param[in] color                     The color to be set
+        * @param[in] color                     The color to set
         * @exception E_SUCCESS                 The method is successful.
         * @exception E_INVALID_OPERATION               The current state of the instance prohibits the execution of the specified operation. @n
-        *                                                                              The operation is not supported if the background style of the %Slider control is BACKGROUND_STYLE_NONE.
+        *                                                                              The operation is not supported if the background style of the %Slider control is @c BACKGROUND_STYLE_NONE.
         * @exception E_SYSTEM                  A system error has occurred.
         * @remarks   If a device supports only the 16-bit color space, this method considers the color as opaque by ignoring the alpha value of @c color.
         */
@@ -449,7 +449,7 @@ public:
         * @since               2.0
         *
         * @return              The color , @n
-        *                              else RGBA(0, 0, 0, 0) if an instance is invalid or the background style is BACKGROUND_STYLE_NONE
+        *                              else RGBA(0, 0, 0, 0) if an instance is invalid or the background style is @c BACKGROUND_STYLE_NONE
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_OPERATION     The background style is not proper.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
index e781a3b..2f12147 100644 (file)
@@ -17,9 +17,9 @@
 
 /**
  * @file               FUiCtrlSliderTypes.h
- * @brief              This is the header file for the SliderStyle enumerations.
+ * @brief              This is the header file for the enumerations of the Slider class.
  *
- * This header files contains the declarations of the SliderStyle enumeration.
+ * This header files contains the declarations of the enumerations of the Slider class.
  *
  */
 #ifndef _FUI_CTRL_SLIDER_TYPES_H_
index 6da20a3..8540c96 100755 (executable)
@@ -191,7 +191,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   listener                        The event listener to be added
+        * @param[in]   listener                        The event listener to add
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OBJ_ALREADY_EXIST             The event listener already exists.
         */
@@ -203,7 +203,7 @@ public:
         *
         * @since 2.1
         *
-        * @param[in]   listener                        The event listener to be added
+        * @param[in]   listener                        The event listener to add
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_OBJ_ALREADY_EXIST             The event listener already exists.
         */
@@ -215,7 +215,7 @@ public:
         *
         * @since 2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_OBJ_NOT_FOUND         The event listener is not found.
         */
@@ -227,7 +227,7 @@ public:
         *
         * @since 2.1
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_OBJ_NOT_FOUND         The event listener is not found.
         */
@@ -239,7 +239,7 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   pControl                The control to be set.
+        * @param[in]   pControl                The control to set
         * @param[in]   paneOrder               The order of pane. SPLIT_PANEL_PANE_FIRST is displayed on the left side @n
         *                                                                      and SPLIT_PANEL_PANE_SECOND is displayed on the right side of the %SplitPanel when its direction is SPLIT_PANEL_DIVIDER_DIRECTION_VERTICAL.
         * @exception   E_SUCCESS                       The method is successful.
index 94a5498..05e8d80 100644 (file)
@@ -17,9 +17,9 @@
 
 /**
  * @file               FUiCtrlSplitPanelTypes.h
- * @brief              This is the header file for the %SplitPanel enumerations.
+ * @brief              This is the header file for the enumerations of the SplitPanel class.
  *
- * This header file contains the declarations of the %SplitPanel enumerations.
+ * This header file contains the declarations of the enumerations of the SplitPanel class.
  *
  */
 #ifndef _FUI_CTRL_SPLIT_PANEL_TYPES_H_
@@ -31,7 +31,7 @@ namespace Tizen { namespace Ui { namespace Controls
 /**
  * @enum SplitPanelDividerStyle
  *
- * Defines the divider style of the %SplitPanel control.
+ * Defines the divider style of the SplitPanel control.
  *
  * @since 2.0
  */
@@ -44,7 +44,7 @@ enum SplitPanelDividerStyle
 /**
  * @enum SplitPanelDividerDirection
  *
- * Defines the divider direction of the %SplitPanel control.
+ * Defines the divider direction of the SplitPanel control.
  *
  * @since 2.0
  */
@@ -57,14 +57,14 @@ enum SplitPanelDividerDirection
 /**
  * @enum       SplitPanelPaneOrder
  *
- * Defines the pane order of the %SplitPanel control.
+ * Defines the pane order of the SplitPanel control.
  *
  * @since 2.0
  */
 enum SplitPanelPaneOrder
 {
-       SPLIT_PANEL_PANE_ORDER_FIRST,
-       SPLIT_PANEL_PANE_ORDER_SECOND
+       SPLIT_PANEL_PANE_ORDER_FIRST, /**< The panel located on the left side or upper side */
+       SPLIT_PANEL_PANE_ORDER_SECOND /**< The panel located on the right side or down side */
 };
 
 }}}    // Tizen::Ui::Controls
index b34494d..944558e 100644 (file)
@@ -162,7 +162,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %Tab control is no longer recommended.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @endif
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -176,7 +176,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %Tab control is no longer recommended.
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @endif
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -588,7 +588,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %Tab control is no longer recommended.
         * @since               2.0
         *
-        * @param[in]   textColor               The color to be set
+        * @param[in]   textColor               The color to set
         * @endif
         */
        void SetTextColor(const Tizen::Graphics::Color& textColor);
@@ -614,7 +614,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %Tab control is no longer recommended.
         * @since                       2.0
         *
-        * @param[in]           textColor               The color to be set
+        * @param[in]           textColor               The color to set
         * @endif
         */
        void SetSelectedTextColor(const Tizen::Graphics::Color& textColor);
@@ -654,7 +654,7 @@ public:
         * @deprecated  This class is deprecated because the use of the %Tab control is no longer recommended.
         * @since       2.0
         *
-        * @param[in]   color   The color to be set
+        * @param[in]   color   The color to set
         * @remarks     When a user navigates the user interface using the directional keys, the focused UI control is highlighted.
         * @endif
         */
index 096f409..fb753b6 100644 (file)
@@ -81,9 +81,9 @@ public:
        virtual void OnActionPerformed(const Tizen::Ui::Control& source, int actionId);
 
 private:
-       static const int  ID_TABBAR_ITEM1 = 100;
-       static const int  ID_TABBAR_ITEM2 = 101;
-       static const int  ID_TABBAR_ITEM3 = 102;
+       static const int ID_TABBAR_ITEM1 = 100;
+       static const int ID_TABBAR_ITEM2 = 101;
+       static const int ID_TABBAR_ITEM3 = 102;
 
        Tizen::Ui::Controls::TabBar *__pTabBar;
 };
@@ -218,7 +218,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   item                    The item to be added
+        * @param[in]   item                    The item to add
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           The specified input parameter is invalid. @n
         *                                                                      The specified @c item is not constructed.
@@ -239,8 +239,8 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   index                   The index of the item to be inserted
-        * @param[in]   item                    The item to be inserted
+        * @param[in]   index                   The index of the item to insert
+        * @param[in]   item                    The item to insert
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid. @n
         *                                                                      The specified @c item is not constructed.
@@ -378,7 +378,7 @@ public:
         *
         * @return      An error code
         * @param[in]   index                   The index at which to set the specified item
-        * @param[in]   item                    The item to be set
+        * @param[in]   item                    The item to set
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid. @n
         *                                                                      The specified @c item is not constructed.
@@ -398,7 +398,7 @@ public:
         * @since       2.0
         *
         * @return      An error code
-        * @param[in]   index                   The index of the item to be selected
+        * @param[in]   index                   The index of the item to select
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_OUT_OF_RANGE          The specified @c index is not within the range of the data structure. @n
         *                                                                      The specified @c index is either greater than or equal to the number of items or is less than @c 0.
@@ -474,7 +474,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener                The event listener to be added
+        * @param[in]   listener                The event listener to add
         * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void AddActionEventListener(Tizen::Ui::IActionEventListener& listener);
@@ -486,7 +486,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener                The event listener to be removed
+        * @param[in]   listener                The event listener to remove
         * @remarks     The specific error code can be accessed using the GetLastResult() method.
         */
        void RemoveActionEventListener(Tizen::Ui::IActionEventListener& listener);
index 0ef9813..5822815 100644 (file)
@@ -133,7 +133,7 @@ public:
         * @since       2.0
         *
         * @return              An error code
-        * @param[in]   text                    The text to be set
+        * @param[in]   text                    The text to set
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_INVALID_STATE     This instance is in an invalid state.
         * @remarks             If the size of the text exceeds the displayable area, the font size of the text is decreased automatically.
index d1e4322..17dd149 100644 (file)
@@ -522,7 +522,7 @@ public:
        * @since 2.0
        *
        * @return  An error code
-       * @param[in] itemIndex  The item index to be checked
+       * @param[in] itemIndex  The item index to check
        * @param[in] check    Set to @c true to select the item, @n
        *         else @c false
        * @exception E_SUCCESS   The method is successful.
@@ -599,7 +599,7 @@ public:
        *
        * @return An error code
        * @param[in] itemIndex  The item index
-       * @param[in] type                The item to be added, removed, or modified
+       * @param[in] type                The item to add, remove, or modify
        * @exception E_SUCCESS   The method is successful.
        * @exception E_OUT_OF_RANGE  A specified input parameter is invalid.
        * @exception E_INVALID_OPERATION The current state of the instance prohibits the execution of the specified operation @b Since: @b 2.1.
index 5a3842c..d107351 100644 (file)
@@ -90,7 +90,7 @@ public:
        * @since 2.0
        *
        * @return        An error code
-       * @param[in] pControl          The child control to be selected individually.
+       * @param[in] pControl          The child control to select individually
        * @param[in] enable            Set to @c true to enable the individual selection of a control, else @c false
        * @exception E_SUCCESS         The method is successful.
        * @exception E_INVALID_ARG     A specified input parameter is invalid.
index 0db7be5..8834fbf 100644 (file)
@@ -112,8 +112,8 @@ public:
         * @since 2.0
         *
         * @return              An error code
-        * @param[in]   text                            The text string to be added
-        * @param[in]   pBitmap                         The bitmap image to be displayed
+        * @param[in]   text                            The text string to add
+        * @param[in]   pBitmap                         The bitmap image to display
         * @exception   E_SUCCESS                       The method is successful.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.
         */
index 9354fb3..c689aa8 100644 (file)
@@ -117,8 +117,8 @@ public:
         * @since 2.0
         *
         * @return An error code
-        * @param[in] text                                         The text string to be added
-        * @param[in] pBitmap                         The bitmap image to be displayed
+        * @param[in] text                                         The text string to add
+        * @param[in] pBitmap                         The bitmap image to display
         * @exception E_SUCCESS                                The method is successful.
         * @exception E_OUT_OF_MEMORY   The memory is insufficient.
         */
index d7d0e73..8886f9d 100755 (executable)
@@ -256,7 +256,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The event listener to be added
+        * @param[in]   listener    The event listener to add
         * @see                 RemoveUiLinkEventListener()
         */
        void AddUiLinkEventListener(Tizen::Ui::IUiLinkEventListener& listener);
@@ -267,7 +267,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The event listener to be removed
+        * @param[in]   listener    The event listener to remove
         * @see                 AddUiLinkEventListener()
         */
        void RemoveUiLinkEventListener(Tizen::Ui::IUiLinkEventListener& listener);
@@ -279,7 +279,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   character               The character to be added
+        * @param[in]   character               The character to add
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM                A system error has occurred.
         * @remarks             The method modifies the text buffer that is managed by the %TextBox control. @n
@@ -293,7 +293,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text                    The text to be appended
+        * @param[in]   text                    The text to append
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks             To denote the end of a line use '\\n'. @n
@@ -379,7 +379,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index               The position at which to insert the character
-        * @param[in]   character           The character to be inserted
+        * @param[in]   character           The character to insert
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
         *                                                              The specified @c index is greater than the number of elements or less than @c 0.
@@ -394,7 +394,7 @@ public:
         *
         * @return              An error code
         * @param[in]   index               The position at which to insert the text
-        * @param[in]   text                The text to be inserted
+        * @param[in]   text                The text to insert
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_OUT_OF_RANGE  The specified @c index is outside the bounds of the data structure. @n
         *                                                              The specified @c index is greater than the number of elements or less than @c 0.
@@ -408,7 +408,7 @@ public:
         * @since               2.0
         *
         * @return              An error code
-        * @param[in]   text            The text to be displayed
+        * @param[in]   text            The text to display
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @remarks     To denote the end of a line use '\\n'. @n
@@ -761,7 +761,7 @@ public:
         *
         * @return              An error code
         * @param[in]   status          The state of the %TextBox control
-        * @param[in]   color           The color to be set
+        * @param[in]   color           The color to set
         * @exception   E_SUCCESS       The method is successful.
         * @exception   E_SYSTEM        A system error has occurred.
         * @see                 GetColor()
@@ -775,7 +775,7 @@ public:
         *
         * @return              An error code
         * @param[in]   type             The text color type
-        * @param[in]   color            The text color to be set
+        * @param[in]   color            The text color to set
         * @exception   E_SUCCESS        The method is successful.
         * @exception   E_SYSTEM         A system error has occurred.
         * @see                 GetTextColor()
@@ -787,7 +787,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be added
+        * @param[in]   listener        The event listener to add
         * @remarks             Programmatically modifying the text selection does not cause the text block selection event to fire.
         * @see                 RemoveTextBlockEventListener()
         */
@@ -799,7 +799,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The event listener to be removed
+        * @param[in]   listener        The event listener to remove
         * @see                 AddTextBlockEventListener()
         */
        void RemoveTextBlockEventListener(Tizen::Ui::ITextBlockEventListener& listener);
index 7b30e21..d133b05 100755 (executable)
@@ -27,7 +27,7 @@
 #include <FUiWindow.h>
 #include <FUiITimeChangeEventListener.h>
 
-namespace Tizen { namespace Ui { namespace  Controls
+namespace Tizen { namespace Ui { namespace Controls
 {
 
 /**
@@ -95,20 +95,20 @@ TimePickerSample::OnInitializing(void)
 {
        result r = E_SUCCESS;
 
-       // Createa an instance of Button
+       // Creates an instance of Button
        Button* pButton = new Button();
        pButton->Construct(Rectangle(50, 50, 300, 200), L"Show TimePicker");
        pButton->SetActionId(ID_BUTTON);
        pButton->AddActionEventListener(*this);
 
-       // Adda a Button to the Form
+       // Adds a Button to the Form
        AddControl(*pButton);
 
-       // Creates an instanceo of TimePicker
+       // Creates an instance of TimePicker
        __pTimePicker = new TimePicker();
        __pTimePicker->Construct();
 
-       // Adds an instanceo of ITimeChangeEventListener
+       // Adds an instance of ITimeChangeEventListener
        __pTimePicker->AddTimeChangeEventListener(*this);
 
        // Show TimePicker after it's owner Form is shown.
@@ -198,7 +198,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener        The listener to be added
+        * @param[in]   listener        The listener to add
         * @see                 ITimeChangeEventListener::OnTimeChanged()
         * @see                 ITimeChangeEventListener::OnTimeChangeCanceled()
         * @see                 RemoveTimeChangeEventListener()
@@ -211,7 +211,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   listener    The listener to be removed
+        * @param[in]   listener    The listener to remove
         * @see                 AddTimeChangeEventListener()
         */
        void RemoveTimeChangeEventListener(Tizen::Ui::ITimeChangeEventListener& listener);
@@ -300,7 +300,7 @@ public:
         *
         * @since               2.0
         *
-        * @param[in]   time    The time to be set
+        * @param[in]   time    The time to set
         */
        void SetTime(const Tizen::Base::DateTime& time);