X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFUiCtrlListItemBase.h;h=45fce4082c5e03e7ab9e6f6ec4d7e086c304b0bc;hb=e9c41ee70f34877291c56082e40592f259ce1e54;hp=ade9aa96aa547df3b702a171c26a2edffaa9fa18;hpb=6e8619bd025a40f7c2b77fdd1ff962c870177520;p=platform%2Fframework%2Fnative%2Fuifw.git diff --git a/inc/FUiCtrlListItemBase.h b/inc/FUiCtrlListItemBase.h index ade9aa9..45fce40 100644 --- a/inc/FUiCtrlListItemBase.h +++ b/inc/FUiCtrlListItemBase.h @@ -2,14 +2,14 @@ // Open Service Platform // Copyright (c) 2012-2013 Samsung Electronics Co., Ltd. // -// Licensed under the Flora License, Version 1.0 (the License); +// Licensed under the Apache License, Version 2.0 (the License); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http://floralicense.org/license/ +// http://www.apache.org/licenses/LICENSE-2.0/ // // Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an AS IS BASIS, +// distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. @@ -112,9 +112,10 @@ public: * @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. - * @remarks If the context item is not set, ListView() or GroupedListView() does not display the context item and an item sweep event is generated when an - * item is swept. @n - * The specified @c pItem should be deleted by the applications when it is no longer used. + * @remarks + * - If the context item is not set, ListView() or GroupedListView() does not display the context item and an item sweep event is generated when an + * item is swept. + * - The specified @c pItem should be deleted by the applications when it is no longer used. */ result SetContextItem(const ListContextItem* pItem); @@ -143,45 +144,6 @@ public: result SetDescriptionTextColor(const Tizen::Graphics::Color& color); /** - * Sets the progress value of a list item. - * - * @since 2.0 - * - * @return An error code - * @param[in] value The progress value of the list item @n - * The valid values are integers from @c 0 to @c 100. - * @exception E_SUCCESS The method is successful. - * @exception E_SYSTEM A system error has occurred. - */ - result SetProgressValue(int value); - - /** - * Sets the margin of the progress bar. - * - * @since 2.0 - * - * @return An error code - * @param[in] leftMargin The left margin of the progress bar - * @param[in] rightMargin The right margin of the progress bar - * @exception E_SUCCESS The method is successful. - * @exception E_SYSTEM A system error has occurred. - */ - result SetProgressMargins(int leftMargin, int rightMargin); - - /** - * Sets the margin of the progress bar. - * - * @since 2.1 - * - * @return An error code - * @param[in] leftMargin The left margin of the progress bar - * @param[in] rightMargin The right margin of the progress bar - * @exception E_SUCCESS The method is successful. - * @exception E_SYSTEM A system error has occurred. - */ - result SetProgressMargins(float leftMargin, float rightMargin); - - /** * Gets the width of the annex area. * * @since 2.0