From 1b68f71348ecf3983b76b40d7940da8377f049b7 Mon Sep 17 00:00:00 2001 From: Andrey Lihatskiy Date: Mon, 29 Apr 2024 07:43:28 +0300 Subject: #824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed --- indra/llui/llxyvector.h | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'indra/llui/llxyvector.h') diff --git a/indra/llui/llxyvector.h b/indra/llui/llxyvector.h index bb3822dd26..6bebf347e8 100644 --- a/indra/llui/llxyvector.h +++ b/indra/llui/llxyvector.h @@ -25,7 +25,7 @@ * $/LicenseInfo$ */ -// A control that allows to set two related vector magnitudes by manipulating a single vector on a plane. +// A control that allows to set two related vector magnitudes by manipulating a single vector on a plane. #ifndef LL_LLXYVECTOR_H #define LL_LLXYVECTOR_H @@ -42,13 +42,13 @@ public: struct Params : public LLInitParam::Block { - Optional x_entry; - Optional y_entry; - Optional touch_area; - Optional border; - Optional edit_bar_height; - Optional padding; - Optional label_width; + Optional x_entry; + Optional y_entry; + Optional touch_area; + Optional border; + Optional edit_bar_height; + Optional padding; + Optional label_width; Optional min_val_x; Optional max_val_x; Optional increment_x; @@ -68,15 +68,15 @@ public: virtual ~LLXYVector(); /*virtual*/ BOOL postBuild(); - virtual BOOL handleHover(S32 x, S32 y, MASK mask); - virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); - virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); + virtual BOOL handleHover(S32 x, S32 y, MASK mask); + virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); + virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); - virtual void draw(); + virtual void draw(); - virtual void setValue(const LLSD& value); - void setValue(F32 x, F32 y); - virtual LLSD getValue() const; + virtual void setValue(const LLSD& value); + void setValue(F32 x, F32 y); + virtual LLSD getValue() const; protected: friend class LLUICtrlFactory; @@ -86,10 +86,10 @@ protected: protected: LLTextBox* mXLabel; LLTextBox* mYLabel; - LLLineEditor* mXEntry; - LLLineEditor* mYEntry; + LLLineEditor* mXEntry; + LLLineEditor* mYEntry; LLPanel* mTouchArea; - LLViewBorder* mBorder; + LLViewBorder* mBorder; private: void update(); -- cgit v1.2.3