aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewertexteditor.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:16 -0500
committerJacek Antonelli2008-08-15 23:45:16 -0500
commit3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch)
tree504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewertexteditor.h
parentSecond Life viewer sources 1.18.4.3 (diff)
downloadmeta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.zip
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.gz
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.bz2
meta-impy-3f27ba891ac4d032753b219b4b96d1ffbc9fb488.tar.xz
Second Life viewer sources 1.18.5.0-RC
Diffstat (limited to 'linden/indra/newview/llviewertexteditor.h')
-rw-r--r--linden/indra/newview/llviewertexteditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llviewertexteditor.h b/linden/indra/newview/llviewertexteditor.h
index e05a61c..1ec173a 100644
--- a/linden/indra/newview/llviewertexteditor.h
+++ b/linden/indra/newview/llviewertexteditor.h
@@ -63,6 +63,7 @@ public:
63 // mousehandler overrides 63 // mousehandler overrides
64 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask); 64 virtual BOOL handleMouseDown(S32 x, S32 y, MASK mask);
65 virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask); 65 virtual BOOL handleMouseUp(S32 x, S32 y, MASK mask);
66 virtual BOOL handleRightMouseDown(S32 x, S32 y, MASK mask);
66 virtual BOOL handleHover(S32 x, S32 y, MASK mask); 67 virtual BOOL handleHover(S32 x, S32 y, MASK mask);
67 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask ); 68 virtual BOOL handleDoubleClick(S32 x, S32 y, MASK mask );
68 69
@@ -128,6 +129,8 @@ protected:
128 LLUUID mNotecardInventoryID; 129 LLUUID mNotecardInventoryID;
129 130
130 LLPointer<LLEmbeddedNotecardOpener> mInventoryCallback; 131 LLPointer<LLEmbeddedNotecardOpener> mInventoryCallback;
132
133 LLViewHandle mPopupMenuHandle;
131}; 134};
132 135
133#endif // LL_VIEWERTEXTEDITOR_H 136#endif // LL_VIEWERTEXTEDITOR_H