Wt 3.1.10
Deprecated List

Member WMessage
use WString instead.

Member Wt::WAbstractItemView::column1Fixed () const
Use rowHeaderCount() instead.

Member Wt::WAbstractItemView::setColumn1Fixed (bool enable)
Use setRowHeaderCount() instead.

Member Wt::WApplication::getUpdateLock ()
Use the RAII-style UpdateLock(WApplication *) constructor instead.

Member Wt::WApplication::setAjaxMethod (AjaxMethod method)
this setting is no longer needed.

Member Wt::WApplication::UpdateLock::UpdateLock (const UpdateLock &)
use UpdateLock(WApplication *) instead of getUpdateLock() which requires this copy.

Member Wt::WCalendar::selected ()
use activated() instead.

Member Wt::WCalendar::setDayOfWeekLength (int chars)
use setHorizontalHeaderFormat() instead.

Member Wt::WCalendar::setMultipleSelection (bool multiple)
use setSelectionMode() instead.

Member Wt::WCalendar::setSingleClickSelect (bool single)
listen to the clicked() signal if you want to react to a single click, or activated() signal if you want to react to a double click.

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

Member Wt::WDialog::caption () const
Use windowTitle() instead.

Member Wt::WDialog::setCaption (const WString &caption)
Use setWindowTitle() instead.

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

Member Wt::WFileUpload::emptyFileName () const
This method was renamed to empty()

Member Wt::WFileUpload::isUploaded () const
use canUpload() instead -- canUpload() == !isUploaded(). the name was confusing.

Member Wt::WFont::fixedSize () const
This method has been renamed to sizeLength()

Member Wt::WGoogleMap::checkResize ()
the map is resized automatically when necessary

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

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

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::metaKey () const
Use modifiers() instead.

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

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

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

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

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

Member Wt::WTabWidget::WTabWidget (WFlags< AlignmentFlag > layoutAlignment, WContainerWidget *parent=0)
Since Wt 3.1.1, the layoutAlignment is no longer needed and its value is ignored

Member Wt::WTreeNode::imagePack () const
This method returns "" since Wt 3.1.1, as the image pack is no longer used in favour of the CSS themes.

Member Wt::WTreeNode::setImagePack (const std::string &url)
This method does not do anything since Wt 3.1.1, as the tree is now styled based on the current CSS theme.

Member Wt::WTreeView::columnFormat (int column) const
use itemDelegateForColumn() to customize the formatting. This method will try to cast the itemDelegateForColumn() to a WItemDelegate and return the format.

Member Wt::WTreeView::setColumnFormat (int column, const WString &format)
use itemDelegateForColumn() to customize the formatting. This method will create a new WItemDelegate for the column, and configure its format.

Class Wt::WValidationStatus
Since Wt 3.1.1, validation is handled directly on WFormWidget subclasses.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator

Generated on Wed Jul 27 2011 for the C++ Web Toolkit (Wt) by doxygen 1.7.4