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%2Fnavigation-control.h;h=d701efcb1f10ae0fc775e0bc2cd09ba8d92ed6e5;hp=7ebaf8dd9a6fc385cf5efd6b015e6c07646a6725;hb=11bb36d14feb3c0201ff125af8a5eb8d514b3752;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2 diff --git a/dali-toolkit/public-api/controls/navigation-frame/navigation-control.h b/dali-toolkit/public-api/controls/navigation-frame/navigation-control.h index 7ebaf8d..d701efc 100644 --- a/dali-toolkit/public-api/controls/navigation-frame/navigation-control.h +++ b/dali-toolkit/public-api/controls/navigation-frame/navigation-control.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_NAVIGATION_CONTROL_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -19,6 +19,7 @@ */ // INTERNAL INCLUDES +#include #include #include #include @@ -73,17 +74,17 @@ class NavigationControl; * | +-+ +-----+ +-----+ +-+ | * | +-+ +-----+ +-----+ +-+ | tool bar * +----------------------------------------+ + * + * Actions + * | %Action Name | %NavigationControl method called | + * |-------------------|----------------------------------| + * | push | %PushItem() | + * | pop | %PopItem() | */ - class DALI_IMPORT_API NavigationControl : public Control { public: - //Action Names - static const char* const ACTION_PUSH; - static const char* const ACTION_POP; - -public: /** * Create a NavigationControl handle; this can be initialize with NavigationControl::New().