Deprecated List

Member Wt::Ext::TableView::selectionUnit () const
Use selectionBehavior() instead.

Member Wt::Ext::TableView::setSelectionUnit (SelectionUnit unit)
Use setSelectionBehavior() instead

Member Wt::WAbstractItemModel::setHeaderData (int section, const boost::any &value)
Use setHeaderData(int, Orientation, const boost::any&, int) instead.

Member Wt::WApplication::stateChanged
Use the new internal path system instead, see setInternalPath().

Member Wt::WApplication::applicationName () const
Use the internal path to read the last file from the internal path.

Member Wt::WApplication::setState (const std::string &key, const std::string &value)
Use the new internal path system instead, see setInternalPath().

Member Wt::WApplication::state (const std::string &key) const
Use the new internal path system instead, see setInternalPath().

Member Wt::WApplication::bookmarkUrl (const std::string &scope, const std::string &state)
Use the new internal path system instead, see setInternalPath().

Member Wt::WDateValidator::parse (const WString &input)
see WDate::fromString() static methods.

Member Wt::WEnvironment::pathInfo () const
Use internalPath() instead, which is consistent with the internal paths generated by Wt.

Member Wt::WKeyEvent::keyCode () const
The value returned is somewhat browser-specific, and it is therefore recommended to use the key() method instead.

Member Wt::WKeyEvent::altKey () const
Use modifiers() instead.

Member Wt::WKeyEvent::metaKey () const
Use modifiers() instead.

Member Wt::WKeyEvent::ctrlKey () const
Use modifiers() instead.

Member Wt::WKeyEvent::shiftKey () const
Use modifiers() instead.

Member Wt::WMouseEvent::altKey () const
Use modifiers() instead.

Member Wt::WMouseEvent::metaKey () const
Use modifiers() instead.

Member Wt::WMouseEvent::ctrlKey () const
Use modifiers() instead.

Member Wt::WMouseEvent::shiftKey () const
Use modifiers() instead.

Member Wt::WPainterPath::arcTo (double x, double y, double width, double height, double startAngle, double sweepLength)
Use arcTo(double cx, double cy, double radius, double startAngle, double sweepLength) instead since not all renderers support elliptical segments (width != height).

Member Wt::WRegExpValidator::WRegExpValidator (const boost::regex &rx)
Use WRegExpValidator(const WString&, WObject *) instead.

Member WMessage
use WString instead.

Member Wt::WTable::numRows () const
Use rowCount() instead.

Member Wt::WTable::numColumns () const
Use columnCount() instead.

Member Wt::WText::WText (bool inlined, const WString &text, WContainerWidget *parent=0)
Not useful anymore. Let the widget autodetect using its heuristics, or call setInline() explicitly after construction.

Member Wt::WText::setFormatting (Formatting format)
Has been renamed to setTextFormat().

Member Wt::WText::formatting () const
Has been renamed to textFormat()

Member Wt::WWidget::setOffset (int sides, const WLength &offset)
use setOffsets(const WLength&, int) instead.

Member Wt::SelectionUnit
Use SelectionBehavior instead.

Generated on Mon Nov 3 15:00:55 2008 for Wt by doxygen 1.5.6