Wt::Ext::AbstractButton | Abstract base class for a button or menu item |
Wt::Ext::AbstractToggleButton | Abstract base class for Radio button and Check boxes |
Wt::Ext::Button | A button |
Wt::Ext::Calendar | A calendar |
Wt::Ext::CheckBox | A user control that represents a check box |
Wt::Ext::ComboBox | A widget that provides a drop-down combo-box control |
Wt::Ext::Component | An abstract base class for widgets that can be visually disabled |
Wt::Ext::Container | A container class which manages its contents using layout managers |
Wt::Ext::DataStore | A resource that serializes data from a data model |
Wt::Ext::DateField | A form field for conveniently editing a date using a calendar popup |
Wt::Ext::Dialog | A dialog emulates a modal window that blocks the user-interface |
Wt::EventSignal< E > | A signal that conveys user-interface events |
Wt::Ext::FormField | An abstract base class for form fields |
Wt::InvalidDateException | An exception that is thrown when trying to calculate with an invalid date |
Wt::JSignal< A1, A2, A3, A4, A5, A6 > | A signal to relay JavaScript to C++ calls |
Wt::JSlot | A slot that is only implemented in client side JavaScript code |
Wt::Ext::LineEdit | A single line edit |
Wt::Ext::Menu | A menu presented in a popup window |
Wt::Ext::MenuItem | An item in a menu |
Wt::Ext::MessageBox | A standard dialog for confirmation or to get simple user input |
Wt::Ext::NumberField | A form field for editing a number |
Wt::Ext::PagingToolBar | A tool bar that provides paging controls for supporting large data sets in a table view |
Wt::Ext::Panel | A container with a title and standard GUI elements |
Wt::Ext::ProgressDialog | A standard dialog to inform the user of progress during a time consuming task |
Wt::Ext::RadioButton | A user control that represents a radio button |
Wt::Signal< A1, A2, A3, A4, A5, A6 > | A signal that propagates events to listeners |
Wt::Ext::Splitter | A container widget with resize handles between its children |
Wt::Ext::SplitterHandle | A handle inside a splitter |
Wt::Ext::TableView | A widget that displays data in a table |
Wt::Ext::TabWidget | A widget that organizes contents in tab panes |
Wt::Ext::TextEdit | A rich-text editor |
Wt::Ext::ToolBar | A class that represents a tool bar (or a menu bar) |
Wt::Ext::ToolTipConfig | A configuration object for tool tips |
Wt::WAbstractItemModel | An abstract table-like model for use with Wt's view classes |
Wt::WAbstractToggleButton | An abstract base class for radio buttons and check boxes |
Wt::WAccordionLayout | A layout manager which shows one item at a time |
Wt::WAnchor | A widget that represents an HTML anchor (to link to other documents) |
Wt::WApplication | A class that represents an instance of a Wt Application, corresponding to a single session |
Wt::WApplication::UpdateLock | A synchronisation lock for manipulating and updating the application and its widgets outside of the event loop |
Wt::WBorder | A style class for the border of a widget |
Wt::WBorderLayout | A layout manager which divides the container region in five regions |
Wt::WBreak | A widget that provides a line break between inline widgets |
Wt::WBrush | Class that defines the style for filling areas |
Wt::WButtonGroup | A class for grouping radio buttons logically together |
Wt::WCalendar | A calendar |
Wt::WCanvasPaintDevice | A paint device for rendering using the HTML 5 <canvas> element |
Wt::WCheckBox | A user control that represents a check box |
Wt::WColor | A style class for specifying a color |
Wt::WComboBox | A widget that provides a drop-down combo-box control |
Wt::WCompositeWidget | A widget that hides the implementation of composite widgets |
Wt::WContainerWidget | A widget that holds and manages child widgets |
Wt::WCssDecorationStyle | A style class for a single widget or style sheet rule |
Wt::WCssStyleSheet | A CSS style sheet |
Wt::WDate | A gregorian calendar date |
Wt::WDatePicker | A date picker |
Wt::WDateValidator | A validator for date strings |
Wt::WDefaultLayout | A default layout manager |
Wt::WDialog | A WDialog emulates a modal window |
Wt::WDoubleValidator | A validator for validating floating point user input |
Wt::WDropEvent | A class providing details for a drop event |
Wt::WEnvironment | A class that captures information on the application environment |
Wt::WFileResource | A Resource which streams data from a local file |
Wt::WFileUpload | A widget that allows a file to be uploaded |
Wt::WFitLayout | A layout manager which spans a single widget to all available space |
Wt::WFont | A style class describing a font |
Wt::WFormWidget | A widget that correspond to an HTML form element |
Wt::WGroupBox | A widget which group widgets into a frame with a title |
Wt::WIconPair | A widget that shows one of two items depending on its state |
Wt::Ext::Widget | An abstract base class for all Ext widgets |
Wt::WImage | A widget that displays an image |
Wt::WInPlaceEdit | A widget that provides in-place-editable text |
Wt::WInteractWidget | A widget that can receive user-interface interaction |
Wt::WIntValidator | A validator that validates integer user input |
Wt::WKeyEvent | A class providing details for a Keyboard event |
Wt::WLabel | A widget that may act as a label corresponding to a form field |
Wt::WLayout | An abstract base class for layout managers |
Wt::WLayoutItem | An abstract base class for items that can participate in a layout |
Wt::WLayoutItemImpl | An abstract base class for implementing layout managers |
Wt::WLength | A class that specifies a length |
Wt::WLengthValidator | A validator that checks the string length of user input |
Wt::WLineEdit | A widget that provides a single line edit |
Wt::WLineF | Utility class that defines a single line |
Wt::WMemoryResource | A resource which streams data from memory |
Wt::WMenu | A widget that shows a menu of options |
Wt::WMenuItem | A single item in a menu |
Wt::WMessageBox | A standard dialog for confirmation or to get simple user input |
Wt::WMessageResourceBundle | A class which manages text messages that may be adapted to the current locale |
Wt::WModelIndex | An index to a data item of a data model |
Wt::WMouseEvent | A class providing details for a mouse event |
Wt::WMouseEvent::Coordinates | A mouse coordinate |
Wt::WObject | A base class for objects that participate in the signal/slot system |
Wt::WPaintDevice | The abstract base class for a paint device |
Wt::WPaintedWidget | A widget that is painted using vector graphics |
Wt::WPainter | Helper class for painting on a WPaintDevice |
Wt::WPainter::Image | An image that can be rendered on a WPainter |
Wt::WPainterPath | Helper class for composing a (complex) path |
Wt::WPen | Class that defines the style for pen strokes |
Wt::WPointF | Utility class that defines a 2D point |
Wt::WPushButton | A widget that represents a push button |
Wt::WRadioButton | A user control that represents a radio button |
Wt::WRectF | Utility class that defines a rectangle |
Wt::WRegExpValidator | A validator that checks user input against a regular expression |
Wt::WResource | An object which can be rendered in the HTTP protocol |
Wt::WScrollArea | A widget that adds scrolling capabilities to its content |
Wt::WScrollBar | A scrollbar attached to a scroll area |
Wt::WSelectionBox | A selection box allows selection from a list of options |
Wt::WSignalMapper< T, A1 > | A utility class to connect multiple senders to a single slot |
Wt::WSlider | A horizontal or vertical slider control |
Wt::WSocketNotifier | A utility class for asynchronous notification of socket activity |
Wt::WStackedWidget | A container widget that stacks its widgets on top of each other |
Wt::WStandardItemModel | A standard data model, which stores data in memory |
Wt::WStaticModelView< Renderer > | A widget that implements a view for a non-changing model |
Wt::WString | A unicode string class, with support for localization |
Wt::WSuggestionPopup | A widget which popups to assist in editing a textarea or lineedit |
Wt::WSuggestionPopup::Options | A configuration object to generate a matcher and replacer JavaScript function |
Wt::WSvgImage | A paint device for rendering using Scalable Vector Graphics (SVG) |
Wt::WTable | A container widget which provides layout of children in a table grid |
Wt::WTableCell | A container widget that represents a cell in a table |
Wt::WTableColumn | A column in a WTable |
Wt::WTableRow | A row in a WTable |
Wt::WTabWidget | A widget that organizes contents in tab panes |
Wt::WText | A widget that renders (XHMTL) text |
Wt::WTextArea | A widget that provides a multi-line edit |
Wt::WTimer | A utility class which provides timer signals and single-shot timers |
Wt::WTransform | A 2D affine transformation matrix |
Wt::WTree | A widget that represents a navigatable tree |
Wt::WTreeNode | A single node in a tree |
Wt::WTreeTable | A table with a navigatable tree in the first column |
Wt::WTreeTableNode | A specialized tree node which allows additional data to be associated with each node |
Wt::WValidationStatus | A widget that keeps track of the validation status of a form widget |
Wt::WValidator | A validator is used to validate user input according to pre-defined rules |
Wt::WVectorImage | An abstract paint device for rendering using native vector graphics |
Wt::WViewWidget | An abstract base class for a MVC view that is rendered using a widget |
Wt::WVirtualImage | An abstract widget that shows a viewport to a virtually large image |
Wt::WVmlImage | A paint device for rendering using the VML pseudo-standard |
Wt::WWebWidget | A base class for widgets with an HTML counterpart |
Wt::WWidget | A WWidget is the abstract base class for any Wt widget |
Wt::WWidgetItem | A layout item that holds a single widget |