diff options
author | Jacek Antonelli | 2009-01-18 15:32:25 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-18 15:32:25 -0600 |
commit | 465734d62004af638a7d4225cf68a25877c943af (patch) | |
tree | 31e8d7947d5e035227a0a8c07c3fe3aeeb02369b /linden/indra/newview/llinventoryview.h | |
parent | Replaced some 0xffffffff's with NIT_ALL. (diff) | |
parent | LLFolderViewEventListener has type NIT_FOLDER. (diff) | |
download | meta-impy-465734d62004af638a7d4225cf68a25877c943af.zip meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.gz meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.bz2 meta-impy-465734d62004af638a7d4225cf68a25877c943af.tar.xz |
Merge branch 'filter-fixes' into next
Diffstat (limited to 'linden/indra/newview/llinventoryview.h')
-rw-r--r-- | linden/indra/newview/llinventoryview.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/newview/llinventoryview.h b/linden/indra/newview/llinventoryview.h index 80e5768..c5c8532 100644 --- a/linden/indra/newview/llinventoryview.h +++ b/linden/indra/newview/llinventoryview.h | |||
@@ -162,14 +162,18 @@ public: | |||
162 | LLInventoryViewFinder(const std::string& name, | 162 | LLInventoryViewFinder(const std::string& name, |
163 | const LLRect& rect, | 163 | const LLRect& rect, |
164 | LLInventoryView* inventory_view); | 164 | LLInventoryView* inventory_view); |
165 | virtual void draw(); | 165 | virtual void rebuildFilter(); |
166 | virtual void onClose(bool app_quitting); | 166 | virtual void onClose(bool app_quitting); |
167 | void changeFilter(LLInventoryFilter* filter); | 167 | void changeFilter(LLInventoryFilter* filter); |
168 | void updateElementsFromFilter(); | 168 | void updateElementsFromFilter(); |
169 | BOOL getCheckShowEmpty(); | 169 | BOOL getCheckShowEmpty(); |
170 | BOOL getCheckSinceLogoff(); | 170 | BOOL getCheckSinceLogoff(); |
171 | 171 | ||
172 | /** Callback when an inventory type checkbox is changed. */ | ||
173 | static void onCheckFilterType(LLUICtrl *ctrl, void *user_data); | ||
174 | |||
172 | static void onTimeAgo(LLUICtrl*, void *); | 175 | static void onTimeAgo(LLUICtrl*, void *); |
176 | static void onCheckShowEmptyFolders(LLUICtrl*, void *); | ||
173 | static void onCheckSinceLogoff(LLUICtrl*, void *); | 177 | static void onCheckSinceLogoff(LLUICtrl*, void *); |
174 | static void onCloseBtn(void* user_data); | 178 | static void onCloseBtn(void* user_data); |
175 | static void selectAllTypes(void* user_data); | 179 | static void selectAllTypes(void* user_data); |