summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateravatarrendersettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloateravatarrendersettings.h')
-rw-r--r--indra/newview/llfloateravatarrendersettings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloateravatarrendersettings.h b/indra/newview/llfloateravatarrendersettings.h
index 367b0620ac..fe727bcf32 100644
--- a/indra/newview/llfloateravatarrendersettings.h
+++ b/indra/newview/llfloateravatarrendersettings.h
@@ -50,15 +50,19 @@ public:
void onFilterEdit(const std::string& search_string);
void onCustomAction (const LLSD& userdata, const LLUUID& av_id);
bool isActionChecked(const LLSD& userdata, const LLUUID& av_id);
+ void onClickAdd(const LLSD& userdata);
static void setNeedsUpdate();
private:
bool isHiddenRow(const std::string& av_name);
+ void callbackAvatarPicked(const uuid_vec_t& ids, S32 visual_setting);
+ void removePicker();
bool mNeedsUpdate;
LLListContextMenu* mContextMenu;
LLNameListCtrl* mAvatarSettingsList;
+ LLHandle<LLFloater> mPicker;
std::string mNameFilter;
};