diff options
author | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:59 -0500 |
commit | a408bac29378072fbf36864164149458c978cfcc (patch) | |
tree | 67feccf1a5d3816611ba48d6762f86f0f7f4b1f6 /linden/indra/newview/llfloaterpostcard.h | |
parent | Second Life viewer sources 1.17.0.12 (diff) | |
download | meta-impy-a408bac29378072fbf36864164149458c978cfcc.zip meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.gz meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.bz2 meta-impy-a408bac29378072fbf36864164149458c978cfcc.tar.xz |
Second Life viewer sources 1.17.1.0
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloaterpostcard.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.h b/linden/indra/newview/llfloaterpostcard.h index bd44e22..33a5e92 100644 --- a/linden/indra/newview/llfloaterpostcard.h +++ b/linden/indra/newview/llfloaterpostcard.h | |||
@@ -49,7 +49,7 @@ public: | |||
49 | virtual void init(); | 49 | virtual void init(); |
50 | virtual BOOL postBuild(); | 50 | virtual BOOL postBuild(); |
51 | virtual void draw(); | 51 | virtual void draw(); |
52 | 52 | ||
53 | static LLFloaterPostcard* showFromSnapshot(LLImageJPEG *jpeg, LLImageGL *img, const LLVector2& img_scale, const LLVector3d& pos_taken_global); | 53 | static LLFloaterPostcard* showFromSnapshot(LLImageJPEG *jpeg, LLImageGL *img, const LLVector2& img_scale, const LLVector3d& pos_taken_global); |
54 | 54 | ||
55 | static void onClickCancel(void* data); | 55 | static void onClickCancel(void* data); |
@@ -62,6 +62,11 @@ public: | |||
62 | 62 | ||
63 | static void updateUserInfo(const char *email); | 63 | static void updateUserInfo(const char *email); |
64 | 64 | ||
65 | static void onMsgFormFocusRecieved(LLUICtrl* receiver, void* data); | ||
66 | static void missingSubjMsgAlertCallback(S32 option, void* data); | ||
67 | |||
68 | void sendPostcard(); | ||
69 | |||
65 | protected: | 70 | protected: |
66 | 71 | ||
67 | LLPointer<LLImageJPEG> mJPEGImage; | 72 | LLPointer<LLImageJPEG> mJPEGImage; |
@@ -70,6 +75,7 @@ protected: | |||
70 | LLAssetID mAssetID; | 75 | LLAssetID mAssetID; |
71 | LLVector2 mImageScale; | 76 | LLVector2 mImageScale; |
72 | LLVector3d mPosTakenGlobal; | 77 | LLVector3d mPosTakenGlobal; |
78 | boolean mHasFirstMsgFocus; | ||
73 | 79 | ||
74 | static LLLinkedList<LLFloaterPostcard> sInstances; | 80 | static LLLinkedList<LLFloaterPostcard> sInstances; |
75 | }; | 81 | }; |