X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=capi%2Fdali_toolkit_doc.h;h=8a67233fdbde2f3f45104aa2a2e2114451b35617;hb=refs%2Fchanges%2F57%2F24157%2F1;hp=a53b6d6902d5e3a9f7e210997c34e7e38e89e075;hpb=aa19ec23c1186efea1585ed2dc19587714063e39;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/capi/dali_toolkit_doc.h b/capi/dali_toolkit_doc.h index a53b6d6..8a67233 100644 --- a/capi/dali_toolkit_doc.h +++ b/capi/dali_toolkit_doc.h @@ -1,21 +1,22 @@ #ifndef __DALI_TOOLKIT_DOC_H__ #define __DALI_TOOLKIT_DOC_H__ -// -// Copyright (c) 2014 Samsung Electronics Co., Ltd. -// -// Licensed under the Flora License, Version 1.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/ -// -// Unless required by applicable law or agreed to in writing, software -// 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. -// +/* + * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * + * 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://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, + * 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. + * + */ /** * @ingroup CAPI_DALI_FRAMEWORK @@ -154,6 +155,7 @@ * (via touch) or automatically. * @ref CAPI_DALI_TOOLKIT_ITEM_VIEW_MODULE Item view * @ref CAPI_DALI_TOOLKIT_SCROLL_VIEW_MODULE Scroll view + * @ref CAPI_DALI_TOOLKIT_SCROLL_CONNECTOR_MODULE Scroll Connector * @ref Dali::Toolkit::Scrollable Base class for derived Scrollables that contains actors that can be scrolled manually * */ @@ -176,6 +178,18 @@ /** * @ingroup CAPI_DALI_TOOLKIT_SCROLLABLE_MODULE + * @defgroup CAPI_DALI_TOOLKIT_SCROLL_CONNECTOR_MODULE Scroll Connector + * @brief + * @section CAPI_DALI_TOOLKIT_SCROLL_CONNECTOR_MODULE_HEADER Required Header + * \#include + * @section CAPI_DALI_TOOLKIT_SCROLL_CONNECTOR_MODULE_OVERVIEW Overview + * + * + *
APIDescription
@ref Dali::Toolkit::ScrollConnector ScrollConnector is used to connect scrollable containers with components such as scroll bars, indicators etc.
+ */ + +/** + * @ingroup CAPI_DALI_TOOLKIT_SCROLLABLE_MODULE * @defgroup CAPI_DALI_TOOLKIT_SCROLL_VIEW_MODULE Scroll view * @brief * @section CAPI_DALI_TOOLKIT_SCROLL_VIEW_MODULE_HEADER Required Header