X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcluster%2Fcluster.h;h=aff0afb9a77a402d1d1a07b3e01540057d460459;hb=refs%2Fchanges%2F86%2F35786%2F2;hp=6e7033cccb161028e8e28ef28f5ad3f407c0a3cc;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/cluster/cluster.h b/dali-toolkit/public-api/controls/cluster/cluster.h index 6e7033c..aff0afb 100644 --- a/dali-toolkit/public-api/controls/cluster/cluster.h +++ b/dali-toolkit/public-api/controls/cluster/cluster.h @@ -18,6 +18,10 @@ * */ +// EXTERNAL INCLUDES +#include +#include + // INTERNAL INCLUDES #include @@ -35,7 +39,14 @@ class Cluster; class ClusterStyle; /** - * Cluster is a container of grouped actors positioned in different cluster styles. + * @brief Cluster is a container of grouped actors positioned in different cluster styles. + * + * Actions + * | %Action Name | Method | + * |---------------------------|---------------------------| + * | expand | DoExpandAction() | + * | collapse | DoCollapseAction() | + * | transform | DoTransformAction() | */ class DALI_IMPORT_API Cluster : public Control { @@ -45,11 +56,6 @@ public: static const std::string CLUSTER_ACTOR_DEPTH; ///< Property, name "cluster-actor-depth", type FLOAT - //Action Names - static const char* const ACTION_EXPAND; - static const char* const ACTION_COLLAPSE; - static const char* const ACTION_TRANSFORM; - public: /**