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=00cab60894dd6f6228b2ad3ca28b194510a5f975;hp=7ebaf8dd9a6fc385cf5efd6b015e6c07646a6725;hb=df92f45e89c92ca9b2286d51116ff7b69e75c569;hpb=57869973578f6a0b0f836d396c7232ddb8302c6b 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..00cab60 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().