diff options
author | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:16 -0500 |
commit | 3f27ba891ac4d032753b219b4b96d1ffbc9fb488 (patch) | |
tree | 504932ee91a0356fba7ea48798887c96867e492f /linden/indra/newview/llviewertexteditor.h | |
parent | Second Life viewer sources 1.18.4.3 (diff) | |
download | meta-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 '')
-rw-r--r-- | linden/indra/newview/llviewertexteditor.h | 3 |
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 |