File: deprecated.html

package info (click to toggle)
witty 3.1.2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 45,512 kB
  • ctags: 35,832
  • sloc: cpp: 69,469; ansic: 66,945; xml: 4,383; sh: 594; perl: 108; makefile: 106
file content (152 lines) | stat: -rw-r--r-- 8,012 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Wt: Deprecated List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1><a class="anchor" name="deprecated">Deprecated List </a></h1><a class="anchor" name="_deprecated000001"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WCalendar.html#075e2a4c5c39f8b6144865cfd0ae07f0">Wt::WCalendar::setMultipleSelection</a> (bool multiple) </dt>
<dd>use setSelectionMode() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000002"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WCalendar.html#ab0005ad0c245d06895848a5b12d6050">Wt::WCalendar::selected</a> () </dt>
<dd>use activated() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000003"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WCalendar.html#d33dba722cbddf4b9feff69d4ca744f2">Wt::WCalendar::setSingleClickSelect</a> (bool single) </dt>
<dd>listen to the clicked() signal if you want to react to a single click, or activated() signal if you want to react to a doulbe click.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_deprecated000004"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WCalendar.html#ae58d984894182574f60f17645e3533f">Wt::WCalendar::setDayOfWeekLength</a> (int chars) </dt>
<dd>use setHorizontalHeaderFormat() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000005"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WDateValidator.html#bd99f0290618c49cd31344dbf86731a5">Wt::WDateValidator::parse</a> (const WString &amp;input) </dt>
<dd>see WDate::fromString() static methods.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_deprecated000006"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WDialog.html#626d5109624e7442f9a96310b6919a5a">Wt::WDialog::setCaption</a> (const WString &amp;caption) </dt>
<dd>Use setWindowTitle() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000007"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WDialog.html#f56bc5d90c6da742faa454ddfed4ce00">Wt::WDialog::caption</a> () const  </dt>
<dd>Use windowTitle() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000008"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WEnvironment.html#db17bb1f17c56f78418e06872d531c24">Wt::WEnvironment::pathInfo</a> () const  </dt>
<dd>Use internalPath() instead, which is consistent with the internal paths generated by Wt.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_deprecated000018"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WFileUpload.html#ba40acced8b3ab758f53d17f15afcf38">Wt::WFileUpload::isUploaded</a> () const  </dt>
<dd>use canUpload() instead -- canUpload() == !isUploaded(). the name was confusing. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000013"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WKeyEvent.html#313eda54335c00c80827b39cdae15ef2">Wt::WKeyEvent::keyCode</a> () const  </dt>
<dd>The value returned is somewhat browser-specific, and it is therefore recommended to use the key() method instead.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_deprecated000014"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WKeyEvent.html#7d382409feb5545edb8bb0561a144006">Wt::WKeyEvent::altKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000015"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WKeyEvent.html#fb60842e8e3797a8d0079cf774b81496">Wt::WKeyEvent::metaKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000016"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WKeyEvent.html#334af6e260dda1c17e5876de7405851a">Wt::WKeyEvent::ctrlKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000017"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WKeyEvent.html#ef80abe3417494c7ef95066859bbf4f3">Wt::WKeyEvent::shiftKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000009"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WMouseEvent.html#322292eed48c4d640f172648c660ef49">Wt::WMouseEvent::altKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000010"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WMouseEvent.html#fca8f1bed7ec531f0b7b4c01173eb1cd">Wt::WMouseEvent::metaKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000011"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WMouseEvent.html#8a25240a3b4a7b296d5c333c03a1fb75">Wt::WMouseEvent::ctrlKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000012"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WMouseEvent.html#53962bfb61abd94b0a96568ed322a68d">Wt::WMouseEvent::shiftKey</a> () const  </dt>
<dd>Use modifiers() instead. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000019"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WString.html#552bc8e01a4bc1c6ba53607c414a82b7">WMessage</a>  </dt>
<dd>use WString instead.<p>
</dd>
</dl>
<p>
<a class="anchor" name="_deprecated000020"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WTabWidget.html#f00ff86a7f5f3a082a9cce5cb051bbcf">Wt::WTabWidget::WTabWidget</a> (WFlags&lt; AlignmentFlag &gt; layoutAlignment, WContainerWidget *parent=0) </dt>
<dd>Since Wt 3.1.1, the <code>layoutAlignment</code> is no longer needed and its value is ignored </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000021"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WTreeNode.html#ff37a6152a8195dd9b2a80e593d94298">Wt::WTreeNode::setImagePack</a> (const std::string &amp;url) </dt>
<dd>This method does not do anything since Wt 3.1.1, as the tree is now styled based on the current CSS theme. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000022"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WTreeNode.html#b79f1baedef8134c2d25b22a988f5c80">Wt::WTreeNode::imagePack</a> () const  </dt>
<dd>This method returns "" since Wt 3.1.1, as the image pack is no longer used in favour of the CSS themes. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000023"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WTreeView.html#8b8bfc22f30f0edfe8fe2de37a5fefc4">Wt::WTreeView::setColumnFormat</a> (int column, const WString &amp;format) </dt>
<dd>use itemDelegateForColumn() to customize the formatting. This method will create a new WItemDelegate for the column, and configure its format. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000024"></a> <dl>
<dt>Member <a class="el" href="classWt_1_1WTreeView.html#ab731f1046a7c0b602678171af9dc33e">Wt::WTreeView::columnFormat</a> (int column) const  </dt>
<dd>use itemDelegateForColumn() to customize the formatting. This method will try to cast the itemDelegateForColumn() to a WItemDelegate and return the format. </dd>
</dl>
<p>
<a class="anchor" name="_deprecated000025"></a> <dl>
<dt>Class <a class="el" href="classWt_1_1WValidationStatus.html">Wt::WValidationStatus</a>  </dt>
<dd>Since Wt 3.1.1, validation is handled directly on WFormWidget subclasses. </dd>
</dl>
</div>
<hr size="1"><address style="align: right;"><small>
Generated on Fri Mar 26 17:12:06 2010 for <a href="http://www.webtoolkit.eu/wt/">Wt</a> by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address>
</body>
</html>