aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersettingsdebug.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2011-04-10 22:56:40 -0700
committerMcCabe Maxsted2011-04-11 13:15:57 -0700
commit8f27533c22c940ef22d2c9f5170742a488a1da9a (patch)
tree9769b15339d2bf832fd30c9287b09ae5dc001168 /linden/indra/newview/llfloatersettingsdebug.h
parentInitialize the upload price to 0 in case a grid doesn't send this info (at le... (diff)
downloadmeta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.zip
meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.gz
meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.bz2
meta-impy-8f27533c22c940ef22d2c9f5170742a488a1da9a.tar.xz
Added search to the Debug Settings
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatersettingsdebug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatersettingsdebug.h b/linden/indra/newview/llfloatersettingsdebug.h
index e08e6b5..3e14eaa 100644
--- a/linden/indra/newview/llfloatersettingsdebug.h
+++ b/linden/indra/newview/llfloatersettingsdebug.h
@@ -37,6 +37,9 @@
37#include "llfloater.h" 37#include "llfloater.h"
38#include "lltexteditor.h" 38#include "lltexteditor.h"
39 39
40class LLComboBox;
41class LLScrollListItem;
42
40class LLFloaterSettingsDebug : public LLFloater 43class LLFloaterSettingsDebug : public LLFloater
41{ 44{
42public: 45public:
@@ -56,6 +59,12 @@ public:
56protected: 59protected:
57 static LLFloaterSettingsDebug* sInstance; 60 static LLFloaterSettingsDebug* sInstance;
58 LLTextEditor* mComment; 61 LLTextEditor* mComment;
62
63private:
64 LLComboBox* mComboNames;
65 std::vector<LLScrollListItem*> mSettingsNames;
66
67 static void onSearchEdit(const std::string& search_string, void* user_data);
59}; 68};
60 69
61#endif //LLFLOATERDEBUGSETTINGS_H 70#endif //LLFLOATERDEBUGSETTINGS_H