aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:58 -0500
committerJacek Antonelli2008-08-15 23:44:58 -0500
commit089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch)
tree0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/newview/llnotify.h
parentSecond Life viewer sources 1.16.0.5 (diff)
downloadmeta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2
meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz
Second Life viewer sources 1.17.0.12
Diffstat (limited to 'linden/indra/newview/llnotify.h')
-rw-r--r--linden/indra/newview/llnotify.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h
index 013b2d9..8136cfc 100644
--- a/linden/indra/newview/llnotify.h
+++ b/linden/indra/newview/llnotify.h
@@ -61,6 +61,11 @@ public:
61 BOOL isTip() const { return mIsTip; } 61 BOOL isTip() const { return mIsTip; }
62 /*virtual*/ void setVisible(BOOL visible); 62 /*virtual*/ void setVisible(BOOL visible);
63 63
64 notify_callback_t getNotifyCallback() { return mCallback; }
65 void* getUserData() { return mData; }
66
67 static void cleanup();
68
64protected: 69protected:
65 LLNotifyBox(const LLString& xml_desc, const LLString::format_map_t& args, 70 LLNotifyBox(const LLString& xml_desc, const LLString::format_map_t& args,
66 notify_callback_t callback, void* user_data, 71 notify_callback_t callback, void* user_data,
@@ -93,6 +98,8 @@ protected:
93private: 98private:
94 void drawBackground() const; 99 void drawBackground() const;
95 100
101 static LLPointer<LLNotifyBoxTemplate> sDefaultTemplate;
102
96protected: 103protected:
97 BOOL mIsTip; 104 BOOL mIsTip;
98 BOOL mAnimating; // Are we sliding onscreen? 105 BOOL mAnimating; // Are we sliding onscreen?