aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/lllineeditor.h')
-rw-r--r--linden/indra/llui/lllineeditor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/linden/indra/llui/lllineeditor.h b/linden/indra/llui/lllineeditor.h
index 6738151..11cbcd9 100644
--- a/linden/indra/llui/lllineeditor.h
+++ b/linden/indra/llui/lllineeditor.h
@@ -13,7 +13,7 @@
13 * 13 *
14 * $LicenseInfo:firstyear=2001&license=viewergpl$ 14 * $LicenseInfo:firstyear=2001&license=viewergpl$
15 * 15 *
16 * Copyright (c) 2001-2008, Linden Research, Inc. 16 * Copyright (c) 2001-2009, Linden Research, Inc.
17 * 17 *
18 * Second Life Viewer Source Code 18 * Second Life Viewer Source Code
19 * The source code in this file ("Source Code") is provided by Linden Lab 19 * The source code in this file ("Source Code") is provided by Linden Lab
@@ -82,7 +82,7 @@ public:
82 virtual LLXMLNodePtr getXML(bool save_children = true) const; 82 virtual LLXMLNodePtr getXML(bool save_children = true) const;
83 void setColorParameters(LLXMLNodePtr node); 83 void setColorParameters(LLXMLNodePtr node);
84 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory); 84 static LLView* fromXML(LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory);
85 static void cleanupClass(); 85 static void cleanupLineEditor();
86 86
87 // mousehandler overrides 87 // mousehandler overrides
88 /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask); 88 /*virtual*/ BOOL handleMouseDown(S32 x, S32 y, MASK mask);
@@ -195,7 +195,6 @@ public:
195 void setMaxTextLength(S32 max_text_length); 195 void setMaxTextLength(S32 max_text_length);
196 void setTextPadding(S32 left, S32 right); // Used to specify room for children before or after text. 196 void setTextPadding(S32 left, S32 right); // Used to specify room for children before or after text.
197 197
198 static BOOL isPartOfWord(llwchar c);
199 // Prevalidation controls which keystrokes can affect the editor 198 // Prevalidation controls which keystrokes can affect the editor
200 void setPrevalidate( BOOL (*func)(const LLWString &) ); 199 void setPrevalidate( BOOL (*func)(const LLWString &) );
201 static BOOL prevalidateFloat(const LLWString &str ); 200 static BOOL prevalidateFloat(const LLWString &str );