diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-16 16:49:31 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-16 16:49:31 -0800 |
commit | a73ec672d1bb163e156e2c9bc8a38be5fa2d2b0d (patch) | |
tree | 5f121371f5cdf56442fa07f61a62cb0914d84486 /indra/newview/llfloaterpathfindinglinksets.h | |
parent | b1089ae35599427335e1391a747945d619f3158a (diff) |
PATH-292: Adding an additional show beacons checkbox for the linksets floater.
Diffstat (limited to 'indra/newview/llfloaterpathfindinglinksets.h')
-rw-r--r-- | indra/newview/llfloaterpathfindinglinksets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindinglinksets.h b/indra/newview/llfloaterpathfindinglinksets.h index ca7016e73f..c47ad878cc 100644 --- a/indra/newview/llfloaterpathfindinglinksets.h +++ b/indra/newview/llfloaterpathfindinglinksets.h @@ -40,6 +40,7 @@ class LLTextBase; class LLScrollListCtrl;
class LLLineEditor;
class LLComboBox;
+class LLCheckBoxCtrl;
class LLButton;
class LLFloaterPathfindingLinksets
@@ -69,6 +70,7 @@ public: virtual BOOL postBuild();
virtual void onOpen(const LLSD& pKey);
virtual void onClose(bool app_quitting);
+ virtual void draw();
static void openLinksetsEditor();
@@ -87,6 +89,7 @@ private: LLButton *mRefreshListButton;
LLButton *mSelectAllButton;
LLButton *mSelectNoneButton;
+ LLCheckBoxCtrl *mShowBeaconCheckBox;
LLButton *mTakeButton;
LLButton *mTakeCopyButton;
LLButton *mReturnButton;
|