X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Flayouting%2Flinear-example.h;h=c170e0fa6e03bb2faec2674fd97826b1b955bebb;hb=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20180620.131548;hp=a1496bb6312c2c2e2b718a02b15c4c6844f7bf83;hpb=51963d8d4a83693b3958c605f461d8df8d907b8a;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/layouting/linear-example.h b/examples/layouting/linear-example.h index a1496bb..c170e0f 100644 --- a/examples/layouting/linear-example.h +++ b/examples/layouting/linear-example.h @@ -32,11 +32,12 @@ namespace Demo /** * @file linear-example.hcpp * @brief Example of a Linear Layout with mirror feature and - * tranisition from horizontal to vertical. + * transition from horizontal to vertical. */ class LinearExample final: public ConnectionTracker, public Example { public: + LinearExample(); // Creates a Linear Layout Example and displays it. virtual void Create() override; @@ -56,8 +57,7 @@ private: PushButton mDirectionButton; PushButton mRotateButton; Control mLinearContainer; - bool mDirection = false; - bool mIsHorizontal = true; + bool mLTRDirection; }; // class LinearContainer } // namespace Demo