X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Finternal%2Fcontrols%2Fbubble-effect%2Fbubble-emitter-impl.h;h=fecbd85f7d493b509f12a0dff0512fd1dbaf539a;hb=7bc9bb47cb9c552982e9144b202861190eeadc96;hp=1509248d088b26ff00d88590492c1121fb3774e1;hpb=6084b902e588a8ed1b8ec0dd7aacae8775006ef6;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h index 1509248..fecbd85 100644 --- a/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h +++ b/dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ -#define __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H +#define DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -23,11 +23,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include // INTERNAL INCLUDES #include @@ -158,10 +158,10 @@ private: CameraActor mCameraActor; ///< The render task views the scene from the perspective of this actor. Geometry mMeshGeometry; ///< The mesh geometry which contains the vertices and indices data - Material mMaterial; ///< The material which controls the bubble display + TextureSet mTextureSet; ///< The texture set which controls the bubble display std::vector mBubbleActors; ///< The meshActor vector, its size is mNumShader. - Vector2 mMovementArea; ///< The size of the bubble moving area, usually the same size as the background image actor. + Vector2 mMovementArea; ///< The size of the bubble moving area, usually the same size as the background. Vector2 mBubbleSizeRange; ///< The size range of the bubbles; x component is the low bound, and y component is the up bound. Vector3 mHSVDelta; ///< The HSV difference used to adjust the background image color. @@ -197,4 +197,4 @@ inline const Internal::BubbleEmitter& GetImpl(const Dali::Toolkit::BubbleEmitter } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_BUBBLE_EMITTER_IMPL_H