Kaydet (Commit) df0c970f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dba24c (1.3.320); FILE MERGED

2007/09/17 09:14:59 fs 1.3.320.1: OverloadedSetText should not be necessary anymore, nowadays
üst 8e5e5156
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: sqledit.hxx,v $ * $RCSfile: sqledit.hxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:03:18 $ * last change: $Author: ihi $ $Date: 2007-11-21 16:05:46 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -66,10 +66,11 @@ namespace dbaui ...@@ -66,10 +66,11 @@ namespace dbaui
OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle = WB_LEFT | WB_VSCROLL |WB_BORDER); OSqlEdit( OQueryTextView* pParent, WinBits nWinStyle = WB_LEFT | WB_VSCROLL |WB_BORDER);
virtual ~OSqlEdit(); virtual ~OSqlEdit();
void OverloadedSetText(const String& rNewText); // Edit overridables
// mieser name, ich weiss .... leider muss ich das SetText, dass die UndoActions an mir ausfuehren koennen, abfangen virtual void SetText(const String& rNewText);
// die Alternative waere gewesen, allen oder nur den UndoActions Zugriff auf m_strOrigText zu geben ... using MultiLineEdit::SetText;
// own functionality
BOOL IsInAccelAct(); BOOL IsInAccelAct();
void SetTextModifyHdl(const Link& lnk) { m_lnkTextModifyHdl = lnk; } void SetTextModifyHdl(const Link& lnk) { m_lnkTextModifyHdl = lnk; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment