diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:43:28 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-29 07:56:09 +0300 |
commit | 1b68f71348ecf3983b76b40d7940da8377f049b7 (patch) | |
tree | 2974eddaef130a067c26033d60a59fc790365b3d /indra/newview/llpanellogin.h | |
parent | af4ea94efc1999f3b19fd8d643d0331f0b77e265 (diff) |
#824 Process source files in bulk: replace tabs with spaces, convert CRLF to LF, and trim trailing whitespaces as needed
Diffstat (limited to 'indra/newview/llpanellogin.h')
-rw-r--r-- | indra/newview/llpanellogin.h | 154 |
1 files changed, 77 insertions, 77 deletions
diff --git a/indra/newview/llpanellogin.h b/indra/newview/llpanellogin.h index 5c4f8e9135..7f4c2487bf 100644 --- a/indra/newview/llpanellogin.h +++ b/indra/newview/llpanellogin.h @@ -1,25 +1,25 @@ -/** +/** * @file llpanellogin.h * @brief Login username entry fields. * * $LicenseInfo:firstyear=2002&license=viewerlgpl$ * Second Life Viewer Source Code * Copyright (C) 2010, Linden Research, Inc. - * + * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; * version 2.1 of the License only. - * + * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. - * + * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - * + * * Linden Research, Inc., 945 Battery Street, San Francisco, CA 94111 USA * $/LicenseInfo$ */ @@ -28,8 +28,8 @@ #define LL_LLPANELLOGIN_H #include "llpanel.h" -#include "llpointer.h" // LLPointer<> -#include "llmediactrl.h" // LLMediaCtrlObserver +#include "llpointer.h" // LLPointer<> +#include "llmediactrl.h" // LLMediaCtrlObserver #include <boost/scoped_ptr.hpp> class LLLineEditor; @@ -38,100 +38,100 @@ class LLPanelLoginListener; class LLSLURL; class LLCredential; -class LLPanelLogin: - public LLPanel, - public LLViewerMediaObserver +class LLPanelLogin: + public LLPanel, + public LLViewerMediaObserver { - LOG_CLASS(LLPanelLogin); + LOG_CLASS(LLPanelLogin); public: - LLPanelLogin(const LLRect &rect, - void (*callback)(S32 option, void* user_data), - void *callback_data); - ~LLPanelLogin(); + LLPanelLogin(const LLRect &rect, + void (*callback)(S32 option, void* user_data), + void *callback_data); + ~LLPanelLogin(); - virtual void setFocus( BOOL b ); + virtual void setFocus( BOOL b ); - static void show(const LLRect &rect, - void (*callback)(S32 option, void* user_data), - void* callback_data); - static void reshapePanel(); + static void show(const LLRect &rect, + void (*callback)(S32 option, void* user_data), + void* callback_data); + static void reshapePanel(); - static void populateFields(LLPointer<LLCredential> credential, bool remember_user, bool remember_psswrd); - static void resetFields(); - static void getFields(LLPointer<LLCredential>& credential, bool& remember_user, bool& remember_psswrd); + static void populateFields(LLPointer<LLCredential> credential, bool remember_user, bool remember_psswrd); + static void resetFields(); + static void getFields(LLPointer<LLCredential>& credential, bool& remember_user, bool& remember_psswrd); - static BOOL isCredentialSet() { return sCredentialSet; } + static BOOL isCredentialSet() { return sCredentialSet; } - static BOOL areCredentialFieldsDirty(); - static void setLocation(const LLSLURL& slurl); - static void autologinToLocation(const LLSLURL& slurl); - - /// Call when preferences that control visibility may have changed - static void updateLocationSelectorsVisibility(); + static BOOL areCredentialFieldsDirty(); + static void setLocation(const LLSLURL& slurl); + static void autologinToLocation(const LLSLURL& slurl); - static void closePanel(); + /// Call when preferences that control visibility may have changed + static void updateLocationSelectorsVisibility(); - void setSiteIsAlive( bool alive ); + static void closePanel(); - static void loadLoginPage(); - static void giveFocus(); - static void setAlwaysRefresh(bool refresh); - - // inherited from LLViewerMediaObserver - /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); - static void updateServer(); // update the combo box, change the login page to the new server, clear the combo + void setSiteIsAlive( bool alive ); - /// to be called from LLStartUp::setStartSLURL - static void onUpdateStartSLURL(const LLSLURL& new_start_slurl); + static void loadLoginPage(); + static void giveFocus(); + static void setAlwaysRefresh(bool refresh); - // called from prefs when initializing panel - static bool getShowFavorites(); + // inherited from LLViewerMediaObserver + /*virtual*/ void handleMediaEvent(LLPluginClassMedia* self, EMediaEvent event); + static void updateServer(); // update the combo box, change the login page to the new server, clear the combo - // extract name from cred in a format apropriate for username field - static std::string getUserName(LLPointer<LLCredential> &cred); + /// to be called from LLStartUp::setStartSLURL + static void onUpdateStartSLURL(const LLSLURL& new_start_slurl); + + // called from prefs when initializing panel + static bool getShowFavorites(); + + // extract name from cred in a format apropriate for username field + static std::string getUserName(LLPointer<LLCredential> &cred); private: - friend class LLPanelLoginListener; - void addFavoritesToStartLocation(); - void addUsersWithFavoritesToUsername(); - void onSelectServer(); - void onLocationSLURL(); - - static void setFields(LLPointer<LLCredential> credential); - - static void onClickConnect(bool commit_fields = true); - static void onClickNewAccount(void*); - static void onClickVersion(void*); - static void onClickForgotPassword(void*); - static void onClickSignUp(void*); - static void onUserNameTextEnty(void*); - static void onUserListCommit(void*); - static void onRememberUserCheck(void*); + friend class LLPanelLoginListener; + void addFavoritesToStartLocation(); + void addUsersWithFavoritesToUsername(); + void onSelectServer(); + void onLocationSLURL(); + + static void setFields(LLPointer<LLCredential> credential); + + static void onClickConnect(bool commit_fields = true); + static void onClickNewAccount(void*); + static void onClickVersion(void*); + static void onClickForgotPassword(void*); + static void onClickSignUp(void*); + static void onUserNameTextEnty(void*); + static void onUserListCommit(void*); + static void onRememberUserCheck(void*); static void onRememberPasswordCheck(void*); - static void onPassKey(LLLineEditor* caller, void* user_data); - static void updateServerCombo(); + static void onPassKey(LLLineEditor* caller, void* user_data); + static void updateServerCombo(); private: - std::unique_ptr<LLPanelLoginListener> mListener; + std::unique_ptr<LLPanelLoginListener> mListener; + + void updateLoginButtons(); + void populateUserList(LLPointer<LLCredential> credential); - void updateLoginButtons(); - void populateUserList(LLPointer<LLCredential> credential); + void (*mCallback)(S32 option, void *userdata); + void* mCallbackData; - void (*mCallback)(S32 option, void *userdata); - void* mCallbackData; + BOOL mPasswordModified; + bool mShowFavorites; - BOOL mPasswordModified; - bool mShowFavorites; + static LLPanelLogin* sInstance; + static BOOL sCapslockDidNotification; + bool mFirstLoginThisInstall; - static LLPanelLogin* sInstance; - static BOOL sCapslockDidNotification; - bool mFirstLoginThisInstall; - static BOOL sCredentialSet; - unsigned int mUsernameLength; - unsigned int mPasswordLength; - unsigned int mLocationLength; + unsigned int mUsernameLength; + unsigned int mPasswordLength; + unsigned int mLocationLength; }; #endif |