summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersocial.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-07-17 17:50:54 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-07-17 17:50:54 -0700
commit095c53fa060b3d336b408e8b87f30518c8db36cd (patch)
tree3e4f4061df806923bcd3b6e3ebe0321098676cc7 /indra/newview/llfloatersocial.h
parent9988e4739f2af029732c66d0bc5f03e6f43c5685 (diff)
ACME-731 Create the llsocialaccountpanel class to handle input/feedback.
Diffstat (limited to 'indra/newview/llfloatersocial.h')
-rw-r--r--indra/newview/llfloatersocial.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/indra/newview/llfloatersocial.h b/indra/newview/llfloatersocial.h
index f1deeb423d..cdd8a71b79 100644
--- a/indra/newview/llfloatersocial.h
+++ b/indra/newview/llfloatersocial.h
@@ -115,6 +115,29 @@ private:
bool mMapCheckBoxValue;
};
+class LLSocialAccountPanel : public LLPanel
+{
+public:
+ LLSocialAccountPanel();
+ BOOL postBuild();
+
+private:
+ void onConnect();
+ void onUseAnotherAccount();
+ void onDisconnect();
+
+ void showConnectButton();
+ void hideConnectButton();
+
+ LLTextBox * mAccountCaptionLabel;
+ LLTextBox * mAccountNameLabel;
+ LLUICtrl * mPanelButtons;
+ LLUICtrl * mConnectButton;
+ LLUICtrl * mUseAnotherAccountButton;
+ LLUICtrl * mDisconnectButton;
+};
+
+
class LLFloaterSocial : public LLFloater
{
public: