summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlineedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlineedit.html')
-rw-r--r--doc/html/ntqlineedit.html45
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/html/ntqlineedit.html b/doc/html/ntqlineedit.html
index 923c3de0..1fbd6ad7 100644
--- a/doc/html/ntqlineedit.html
+++ b/doc/html/ntqlineedit.html
@@ -55,8 +55,6 @@ body { background: #ffffff; color: black; }
<li class=fn>int <a href="#cursorPosition"><b>cursorPosition</b></a> () const</li>
<li class=fn>bool validateAndSet ( const&nbsp;TQString&nbsp;&amp;&nbsp;newText, int&nbsp;newPos, int&nbsp;newMarkAnchor, int&nbsp;newMarkDrag ) &nbsp;<em>(obsolete)</em></li>
<li class=fn>int <a href="#alignment"><b>alignment</b></a> () const</li>
-<li class=fn>void cursorLeft ( bool&nbsp;mark, int&nbsp;steps = 1 ) &nbsp;<em>(obsolete)</em></li>
-<li class=fn>void cursorRight ( bool&nbsp;mark, int&nbsp;steps = 1 ) &nbsp;<em>(obsolete)</em></li>
<li class=fn>void <a href="#cursorForward"><b>cursorForward</b></a> ( bool&nbsp;mark, int&nbsp;steps = 1 )</li>
<li class=fn>void <a href="#cursorBackward"><b>cursorBackward</b></a> ( bool&nbsp;mark, int&nbsp;steps = 1 )</li>
<li class=fn>void <a href="#cursorWordForward"><b>cursorWordForward</b></a> ( bool&nbsp;mark )</li>
@@ -74,8 +72,6 @@ body { background: #ffffff; color: black; }
<li class=fn>int <a href="#selectionStart"><b>selectionStart</b></a> () const</li>
<li class=fn>bool <a href="#isUndoAvailable"><b>isUndoAvailable</b></a> () const</li>
<li class=fn>bool <a href="#isRedoAvailable"><b>isRedoAvailable</b></a> () const</li>
-<li class=fn>bool hasMarkedText () const &nbsp;<em>(obsolete)</em></li>
-<li class=fn>TQString markedText () const &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#dragEnabled"><b>dragEnabled</b></a> () const</li>
<li class=fn>TQString <a href="#inputMask"><b>inputMask</b></a> () const</li>
<li class=fn>void <a href="#setInputMask"><b>setInputMask</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;inputMask )</li>
@@ -123,10 +119,8 @@ body { background: #ffffff; color: black; }
<li class=fn>EchoMode <a href="#echoMode-prop"><b>echoMode</b></a>&nbsp;- the line edit's echo mode</li>
<li class=fn>bool edited&nbsp;- whether the line edit has been edited. Use modified instead &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#frame-prop"><b>frame</b></a>&nbsp;- whether the line edit draws itself with a frame</li>
-<li class=fn>bool hasMarkedText&nbsp;- whether part of the text has been selected by the user. Use hasSelectedText instead &nbsp;<em>(read only)</em> &nbsp;<em>(obsolete)</em></li>
<li class=fn>bool <a href="#hasSelectedText-prop"><b>hasSelectedText</b></a>&nbsp;- whether there is any text selected &nbsp;<em>(read only)</em></li>
<li class=fn>TQString <a href="#inputMask-prop"><b>inputMask</b></a>&nbsp;- the validation input mask</li>
-<li class=fn>TQString markedText&nbsp;- the text selected by the user. Use selectedText instead &nbsp;<em>(read only)</em> &nbsp;<em>(obsolete)</em></li>
<li class=fn>int <a href="#maxLength-prop"><b>maxLength</b></a>&nbsp;- the maximum permitted length of the text</li>
<li class=fn>bool <a href="#modified-prop"><b>modified</b></a>&nbsp;- whether the line edit's contents has been modified by the user &nbsp;<em>(read only)</em></li>
<li class=fn>bool <a href="#readOnly-prop"><b>readOnly</b></a>&nbsp;- whether the line edit is read only</li>
@@ -139,7 +133,6 @@ body { background: #ffffff; color: black; }
<ul>
<li class=fn>virtual void <a href="#keyPressEvent"><b>keyPressEvent</b></a> ( TQKeyEvent&nbsp;*&nbsp;e )</li>
<li class=fn>virtual TQPopupMenu * <a href="#createPopupMenu"><b>createPopupMenu</b></a> ()</li>
-<li class=fn>void repaintArea ( int&nbsp;from, int&nbsp;to ) &nbsp;<em>(obsolete)</em></li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
@@ -309,24 +302,9 @@ each character moved over is added to the selection; if <em>mark</em> is
FALSE the selection is cleared.
<p> <p>See also <a href="#cursorBackward">cursorBackward</a>().
-<h3 class=fn>void <a name="cursorLeft"></a>TQLineEdit::cursorLeft ( bool&nbsp;mark, int&nbsp;steps = 1 )
-</h3>
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p>
-For compatibilty with older applications only. Use <a href="#cursorBackward">cursorBackward</a>()
-instead.
-<p>See also <a href="#cursorBackward">cursorBackward</a>().
-
<h3 class=fn>int <a name="cursorPosition"></a>TQLineEdit::cursorPosition () const
</h3><p>Returns the current cursor position for this line edit.
See the <a href="ntqlineedit.html#cursorPosition-prop">"cursorPosition"</a> property for details.
-<h3 class=fn>void <a name="cursorRight"></a>TQLineEdit::cursorRight ( bool&nbsp;mark, int&nbsp;steps = 1 )
-</h3>
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p>
-<p> Use <a href="#cursorForward">cursorForward</a>() instead.
-<p> <p>See also <a href="#cursorForward">cursorForward</a>().
-
<h3 class=fn>void <a name="cursorWordBackward"></a>TQLineEdit::cursorWordBackward ( bool&nbsp;mark )
</h3>
Moves the cursor one word backward. If <em>mark</em> is TRUE, the word
@@ -388,9 +366,6 @@ use <a href="#selectedText">selectedText</a>(), <a href="#selectionStart">select
<h3 class=fn>bool <a name="hasAcceptableInput"></a>TQLineEdit::hasAcceptableInput () const
</h3><p>Returns TRUE if the input satisfies the inputMask and the validator; otherwise returns FALSE.
See the <a href="ntqlineedit.html#acceptableInput-prop">"acceptableInput"</a> property for details.
-<h3 class=fn>bool <a name="hasMarkedText"></a>TQLineEdit::hasMarkedText () const
-</h3><p>Returns TRUE if part of the text has been selected by the user. Use hasSelectedText instead; otherwise returns FALSE.
-See the <a href="ntqlineedit.html#hasMarkedText-prop">"hasMarkedText"</a> property for details.
<h3 class=fn>bool <a name="hasSelectedText"></a>TQLineEdit::hasSelectedText () const
</h3><p>Returns TRUE if there is any text selected; otherwise returns FALSE.
See the <a href="ntqlineedit.html#hasSelectedText-prop">"hasSelectedText"</a> property for details.
@@ -439,9 +414,6 @@ validator), the signal <a href="#returnPressed">returnPressed</a>() is emitted.
<p> This signal is emitted when the line edit has lost focus.
<p> <p>See also <a href="ntqwidget.html#focus-prop">focus</a>, <a href="ntqwidget.html#focusInEvent">TQWidget::focusInEvent</a>(), and <a href="ntqwidget.html#focusOutEvent">TQWidget::focusOutEvent</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="markedText"></a>TQLineEdit::markedText () const
-</h3><p>Returns the text selected by the user. Use selectedText instead.
-See the <a href="ntqlineedit.html#markedText-prop">"markedText"</a> property for details.
<h3 class=fn>int <a name="maxLength"></a>TQLineEdit::maxLength () const
</h3><p>Returns the maximum permitted length of the text.
See the <a href="ntqlineedit.html#maxLength-prop">"maxLength"</a> property for details.
@@ -463,13 +435,6 @@ selected text, providing the line edit is not <a href="#readOnly-prop">read-only
</h3>
Redoes the last operation if redo is <a href="#redoAvailable-prop">available</a>.
-<h3 class=fn>void <a name="repaintArea"></a>TQLineEdit::repaintArea ( int&nbsp;from, int&nbsp;to )<tt> [protected]</tt>
-</h3>
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p>
-Repaints all characters from <em>from</em> to <em>to</em>. If cursorPos is
-between from and to, ensures that cursorPos is visible.
-
<h3 class=fn>void <a name="returnPressed"></a>TQLineEdit::returnPressed ()<tt> [signal]</tt>
</h3>
@@ -636,11 +601,6 @@ two-pixel frame, otherwise the line edit draws itself without any
frame.
<p>Set this property's value with <a href="#setFrame">setFrame</a>() and get this property's value with <a href="#frame">frame</a>().
-<h3 class=fn>bool <a name="hasMarkedText-prop"></a>hasMarkedText</h3>
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> <p>This property holds whether part of the text has been selected by the user. Use hasSelectedText instead.
-<p>
-<p>Get this property's value with <a href="#hasMarkedText">hasMarkedText</a>().
<h3 class=fn>bool <a name="hasSelectedText-prop"></a>hasSelectedText</h3>
<p>This property holds whether there is any text selected.
<p>hasSelectedText() returns TRUE if some or all of the text has been
@@ -695,11 +655,6 @@ with <a href="#setValidator">validators</a>.
<p> <p>See also <a href="#maxLength-prop">maxLength</a>.
<p>Set this property's value with <a href="#setInputMask">setInputMask</a>() and get this property's value with <a href="#inputMask">inputMask</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="markedText-prop"></a>markedText</h3>
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> <p>This property holds the text selected by the user. Use selectedText instead.
-<p>
-<p>Get this property's value with <a href="#markedText">markedText</a>().
<h3 class=fn>int <a name="maxLength-prop"></a>maxLength</h3>
<p>This property holds the maximum permitted length of the text.
<p>If the text is too long, it is truncated at the limit.