- Member WMessage
- use WString instead.
- 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 doulbe 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::isUploaded () const
- use canUpload() instead -- canUpload() == !isUploaded(). the name was confusing.
- 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.
Generated on Sat Dec 4 2010 06:32:34 for Wt by
1.7.2