X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fnavigation-frame%2Fpage.h;h=02b71bcf0e25a8ac88c3ff30f064a5482e95d3d2;hp=0dfc9529a40b750196fbbbcbf4df7733d3735b16;hb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;hpb=e2eda444afbe82e9591fe198eef339227f90a616 diff --git a/dali-toolkit/public-api/controls/navigation-frame/page.h b/dali-toolkit/public-api/controls/navigation-frame/page.h index 0dfc952..02b71bc 100644 --- a/dali-toolkit/public-api/controls/navigation-frame/page.h +++ b/dali-toolkit/public-api/controls/navigation-frame/page.h @@ -1,28 +1,32 @@ #ifndef __DALI_TOOLKIT_PAGE_H__ #define __DALI_TOOLKIT_PAGE_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. + * + */ + +// EXTERNAL INCLUDES +#include // INTERNAL INCLUDES #include #include #include -namespace Dali DALI_IMPORT_API +namespace Dali { namespace Toolkit @@ -39,7 +43,7 @@ class Page; * It serves as the root of a navigation view. * It also carries the title/subtitle/buttons/icons information which would be shown on the navigation bars when the item is on the top of the stack. */ -class Page : public Control +class DALI_IMPORT_API Page : public Control { public: @@ -193,13 +197,13 @@ public: // Not intended for application developers * Creates a handle using the Toolkit::Internal implementation. * @param[in] impl The Page implementation. */ - Page(Internal::Page& impl); + DALI_INTERNAL Page(Internal::Page& impl); /** * Allows the creation of this Control from an Internal::CustomActor pointer. * @param[in] internal A pointer to the internal CustomActor. */ - Page( Dali::Internal::CustomActor* internal ); + explicit DALI_INTERNAL Page( Dali::Internal::CustomActor* internal ); }; } // namespace Toolkit