aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-06-08 00:41:31 -0500
committerJacek Antonelli2009-06-08 00:41:31 -0500
commit0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa (patch)
tree2c93d38e210832e737d09cff7561373d8d5453b2 /linden/indra/llui/lllineeditor.h
parentImprudence 1.1.0 released. (diff)
parentUpdated Imprudence to be based on SL 1.22.11. (ChangeLog Entry) (diff)
downloadmeta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.zip
meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.gz
meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.bz2
meta-impy-0e5df9bdf8d6b418bb6e25615e2ffc922d0f02aa.tar.xz
Merge branch 'sl-base-1.22' into next
Conflicts: linden/indra/newview/English.lproj/InfoPlist.strings linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml
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 );