Wt  3.2.2
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
Wt::Ext::AbstractButtonAbstract base class for a (toolbar) button or menu item
Wt::Auth::AbstractPasswordServiceAbstract password authentication service
Wt::Auth::AbstractPasswordService::AbstractStrengthValidatorValidator for password strength
Wt::Ext::AbstractToggleButtonAbstract base class for radio button and check box
Wt::Auth::AbstractUserDatabaseAbstract interface for an authentication user database
Wt::Auth::PasswordService::AbstractVerifierAbstract password hash computation and verification class
Wt::Json::ArrayA JSON array
Wt::Auth::Dbo::AuthIdentity< AuthInfoType >A default implementation for a authentication identity in Wt::Dbo
Wt::Auth::Dbo::AuthInfo< UserType >A default implementation for authentication data in Wt::Dbo
Wt::Auth::AuthModelModel for implementing an authentication view
Wt::Auth::AuthServiceBasic authentication service
Wt::Auth::Dbo::AuthToken< AuthInfoType >A default implementation for an authentication token in Wt::Dbo
Wt::Auth::AuthTokenResultThe result of processing an authentication token
Wt::Auth::AuthWidgetAn authentication widget
Wt::WAbstractProxyModel::BaseItemA base class for an item modeling a source index parent
Wt::Auth::BCryptHashFunctionAn cryptographic hash function that implements bcrypt
Wt::boost_any_traits< Type >A traits class for a type stored in a boost::any
Wt::Ext::ButtonA button
Wt::Http::Request::ByteRangeA single byte range
Wt::Http::Request::ByteRangeSpecifierA byte range specifier
Wt::Ext::CalendarA calendar
Wt::Dbo::CallA database call
Wt::Ext::CheckBoxA user control that represents a check box
Wt::Http::ClientAn HTTP client
Wt::Mail::ClientAn SMTP mail client
Wt::Dbo::collection< C >An STL container for iterating query results
Wt::Ext::ComboBoxA widget that provides a drop-down combo-box control
Wt::Ext::ComponentAn abstract base class for widgets that can be visually disabled
Wt::Dbo::collection< C >::const_iteratorConst Iterator
Wt::Ext::ContainerA container class which manages its contents using layout managers
Wt::WGoogleMap::CoordinateA geographical coordinate (latitude/longitude)
Wt::CoordinatesA coordinate
Wt::Ext::DataStoreA resource that serializes data from a data model
Wt::Ext::DateFieldA form field for conveniently editing a date using a calendar popup
Wt::Dbo::Dbo< C >A base class for database objects
Wt::Dbo::dbo_default_traitsDefault traits for a class mapped with Wt::Dbo
Wt::Dbo::dbo_traits< C >Traits for a class mapped with Wt::Dbo
Wt::Ext::DialogA dialog emulates a modal window that blocks the user-interface
Wt::Dbo::DirectBinding
Wt::WSslCertificate::DnAttributeDistinguished name attribute (also known as relative distinguished name)
Wt::Dbo::DynamicBinding
Wt::Auth::EmailTokenResultThe result of processing an email-sent token
Wt::EventSignal< E >A signal that conveys user-interface events
Wt::EventSignalBaseAbstract base class of an event signal
Wt::Dbo::ExceptionException base class for Wt::Dbo
Wt::WServer::ExceptionServer Exception class
Wt::Auth::FacebookServiceOAuth service for Facebook as third-party authenticator
Wt::WLogger::FieldClass that holds the configuration for a single field
Wt::Dbo::FieldInfoDescription of a field
Wt::Dbo::backend::FirebirdA Firebird connection
Wt::Dbo::FixedSqlConnectionPoolA connection pool of fixed size
Wt::Dbo::ForeignKeyConstraintType that indicates one or more foreign key constraints
Wt::Auth::FormBaseModelA base model class for authentication-related forms
Wt::Ext::FormFieldAn abstract base class for form fields
Wt::WTemplate::FunctionsA collection of predefined functions
Wt::Auth::GoogleServiceOAuth service for Google as third-party authenticator
Wt::Auth::HashFunctionAn abstract cryptographic hash function interface
Wt::Http::Message::HeaderAn HTTP message header
Wt::Auth::IdentityA class that represents a user identity
Wt::WPainter::ImageAn image that can be rendered on a WPainter
Wt::InvalidDateExceptionException thrown when calculating with an invalid date
Wt::InvalidDateTimeExceptionException thrown when calculating with an invalid date
Wt::InvalidTimeExceptionException thrown when calculating with an invalid time
Wt::WStringStream::iteratorAn implementation of an output generator for appending data
Wt::Dbo::collection< C >::iteratorIterator
Wt::WGLWidget::JavaScriptMatrix4x4A client-side JavaScript matrix
Wt::JSignal< A1, A2, A3, A4, A5, A6 >A signal to relay JavaScript to C++ calls
Wt::JSlotA slot that is only implemented in client side JavaScript code
Wt::Ext::LineEditA line edit
Wt::Auth::LoginA class that manages the current login state
Wt::Auth::LostPasswordWidgetA widget which initiates a lost-password email
Wt::Mail::MailboxAn email sender or recipient mailbox
Wt::Auth::MD5HashFunctionA cryptograhpic hash function implemented using MD5
Wt::Ext::MenuA menu presented in a popup window
Wt::Ext::MenuItemAn item in a menu
Wt::Http::MessageAn HTTP client message (request or response)
Wt::Mail::MessageA mail message
Wt::Ext::MessageBoxA standard dialog for confirmation or to get simple user input
Wt::Dbo::NoUniqueResultExceptionException thrown when a query unexpectedly finds a non-unique result
Wt::Ext::NumberFieldA form field for editing a number
Wt::Auth::OAuthAccessTokenAn OAuth access token
Wt::Auth::OAuthProcessAn OAuth authorization (and authentication) process
Wt::Auth::OAuthServiceAn OAuth authorization (and authentication) service provider
Wt::Json::ObjectA JSON object
Wt::Dbo::ObjectNotFoundExceptionException thrown when trying to load a non-existing object
Wt::WSuggestionPopup::OptionsA configuration object to generate a matcher and replacer JavaScript function
Wt::Ext::PagingToolBarA tool bar that provides paging controls for supporting large data sets in a table view
Wt::Ext::PanelA container with a title and standard GUI elements
Wt::Json::ParseErrorA parse error
Wt::Auth::PasswordHashA password hash
Wt::Auth::PasswordPromptDialogA dialog that prompts for the user password
Wt::Auth::PasswordServicePassword authentication service
Wt::Auth::PasswordStrengthValidatorA default implementation for password strength validation
Wt::Auth::PasswordVerifierPassword hash computation and verification class
Wt::Dbo::backend::PostgresA PostgreSQL connection
Wt::Ext::ProgressDialogA standard dialog to inform the user of progress during a time consuming task
Wt::Dbo::ptr< C >A smart pointer for a database object
Wt::Dbo::ptr_tuple< T0, T1,, T9 >A utility class for defining a tuple of database objects
Wt::Dbo::Query< Result, BindStrategy >A database query
Wt::Dbo::query_result_traits< Result >Traits class for result types
Wt::Dbo::QueryModel< Result >A Wt MVC Model to view/edit query results
Wt::Ext::RadioButtonA user control that represents a radio button
Wt::Auth::RegistrationModelModel for implementing a registration view
Wt::Auth::RegistrationWidgetA registration widget
Wt::Http::RequestA resource request
Wt::Http::ResponseA resource response
Wt::Http::ResponseContinuationA resource response continuation object
Wt::WValidator::ResultA class that holds a validation result
Wt::WPainterPath::SegmentA segment
Wt::WLogger::SepClass that indicates a field separator
Wt::Chart::SeriesIteratorAbstract base class for iterating over series data in WChart2DRenderer
Wt::Dbo::SessionA database session
Wt::Auth::SHA1HashFunctionA cryptographic hash function implemented using SHA1
Wt::Signal< A1, A2, A3, A4, A5, A6 >A signal that propagates events to listeners
Wt::SignalBaseAbstract base class of a signal
Wt::Ext::SplitterA container widget with resize handles between its children
Wt::Ext::SplitterHandleA handle inside a splitter
Wt::Dbo::sql_value_traits< V, Enable >Traits class for value types
Wt::Dbo::SqlConnectionAbstract base class for an SQL connection
Wt::Dbo::SqlConnectionPoolAbstract base class for a SQL connection pool
Wt::Dbo::backend::Sqlite3An SQLite3 connection
Wt::Dbo::SqlStatementAbstract base class for a prepared SQL statement
Wt::Dbo::StaleObjectExceptionException thrown when Wt::Dbo detects a concurrent modification
Wt::Auth::AbstractPasswordService::StrengthValidatorResultResult returned when validating password strength
Wt::SyncLock< Lock >An dead-lock avoidance adaptor for a Boost mutex lock
Wt::Ext::TableViewA widget that displays data in a table
Wt::Ext::TabWidgetA widget that organizes contents in tab panes
Wt::Ext::TextEditA rich-text editor
Wt::WLogger::TimeStampClass that indicates a time stamp
Wt::Auth::TokenAn authentication token hash
Wt::Auth::OAuthProcess::TokenErrorException thrown while parsing a token response
Wt::Ext::ToolBarA class that represents a tool bar (or a menu bar)
Wt::Ext::ToolTipConfigA configuration object for tool tips
Wt::TouchA single finger touch of a touch event
Wt::Dbo::TransactionA database transaction
Wt::Auth::AbstractUserDatabase::TransactionAn abstract transaction
Wt::WTransform::TRSRDecompositionResult of a TRSR decomposition
Wt::WTransform::TRSSDecompositionResult of a TRSS decomposition
Wt::Json::TypeExceptionException that indicates a type error
Wt::WApplication::UpdateLockA RAII lock for manipulating and updating the application and its widgets outside of the event loop
Wt::Auth::UpdatePasswordWidgetA widget which allows a user to choose a new password
Wt::Http::UploadedFileDetails about a file uploaded with a request to a resource
Wt::Http::Client::URLUtility class representing an URL
Wt::Auth::UserA user
Wt::Auth::Dbo::UserDatabase< DboType >A default implementation for a authentication data in Wt::Dbo
Wt::Json::ValueA JSON value
Wt::WAbstractAreaAbstract base class for interactive areas in a widget
Wt::Chart::WAbstractChartAbstract base class for MVC-based charts
Wt::WAbstractItemDelegateAbstract delegate class for rendering an item in an item view
Wt::WAbstractItemModelAn abstract model for use with Wt's view classes
Wt::WAbstractItemViewAn abstract base class for item Views
Wt::WAbstractListModelAn abstract list model for use with Wt's view classes
Wt::WAbstractMediaAbstract baseclass for native media elements
Wt::WAbstractProxyModelAn abstract proxy model for Wt's item models
Wt::WAbstractSpinBoxAn abstract spin box
Wt::WAbstractTableModelAn abstract table model for use with Wt's view classes
Wt::WAbstractToggleButtonAn abstract base class for radio buttons and check boxes
Wt::WAccordionLayoutA layout manager which shows one item at a time
Wt::WAggregateProxyModelA proxy model for Wt's item models that provides column aggregation
Wt::WAnchorA widget that represents an HTML anchor (to link to other documents)
Wt::WAnimationA value class that defines a transition effect
Wt::WApplicationRepresents an application instance for a single session
Wt::WAudioA widget that plays audio
Wt::Chart::WAxisClass which represents an axis of a cartesian chart
Wt::WBatchEditProxyModelA proxy model for Wt's item models that provides batch editing
Wt::WBorderA value class that defines the CSS border style of a widget
Wt::WBorderLayoutA layout manager which divides the container region in five regions
Wt::WBoxLayoutA layout manager which arranges widgets horizontally or vertically
Wt::WBreakA widget that provides a line break between inline widgets
Wt::WBrushA value class that defines the style for filling a path
Wt::WButtonGroupA class for grouping radio buttons logically together
Wt::WCalendarA calendar
Wt::WCanvasPaintDeviceA paint device for rendering using the HTML 5 <canvas> element
Wt::Chart::WCartesianChartA cartesian chart
Wt::Chart::WChart2DRendererHelper class for rendering a cartesian chart
Wt::Chart::WChartPaletteAbstract base class for styling rendered data series in charts
Wt::WCheckBoxA user control that represents a check box
Wt::WCircleAreaA interactive area in a widget, specified by a circle
Wt::WColorA value class that defines a color
Wt::WCombinedLocalizedStringsA localized string resolver that bundles multiple string resolvers
Wt::WComboBoxA widget that provides a drop-down combo-box control
Wt::WCompositeWidgetA widget that hides the implementation of composite widgets
Wt::WContainerWidgetA widget that holds and manages child widgets
Wt::WCssDecorationStyleA style class for a single widget or style sheet rule
Wt::WCssRuleAbstract rule in a CSS style sheet
Wt::WCssStyleSheetA CSS style sheet
Wt::WCssTemplateRuleA CSS rule based on a template widget
Wt::WCssTextRuleA CSS rule specified directly using CSS declarations
Wt::Chart::WDataSeriesA single data series in a cartesian chart
Wt::WDateA value class that represents a date on the Gregorian calendar
Wt::WDatePickerA date picker
Wt::WDateTimeA calendar date and clock time
Wt::WDateValidatorA validator for date input
Wt::WDefaultLayoutA default layout manager
Wt::WDefaultLoadingIndicatorA default loading indicator
Wt::WDialogA WDialog shows a dialog
Wt::WDoubleSpinBoxAn input control for fixed point numbers
Wt::WDoubleValidatorA validator for validating floating point user input
Wt::WDropEventA class providing details for a drop event
Wt::Dbo::weak_ptr< C >A weak pointer for a database object
Wt::WEnvironmentA class that captures information on the application environment
Wt::WEventAn application event
Wt::WExceptionBase class for exceptions thrown by Wt
Wt::WFileResourceA resource which streams the data from a local file
Wt::WFileUploadA widget that allows a file to be uploaded
Wt::WFitLayoutA layout manager which spans a single widget to all available space
Wt::WFlashObjectA widget that renders a Flash object (also known as Flash movie)
Wt::WFontA value class that describes a font
Wt::WFontMetricsA value class that describes font metrics for a font
Wt::WFormModelA basic model class for forms
Wt::WFormWidgetAn abstract widget that corresponds to an HTML form element
Wt::WGenericMatrix< T, Rows, Cols >A value class that describes a matrix
Wt::WGestureEventA class providing details for a gesture event
Wt::WGLWidgetWebGL support class
Wt::WGoogleMapA widget that displays a google map
Wt::WGridLayoutA layout manager which arranges widgets in a grid
Wt::WGroupBoxA widget which group widgets into a frame with a title
Wt::WHBoxLayoutA layout manager which arranges widgets horizontally
Wt::WIconPairA widget that shows one of two icons depending on its state
Wt::Ext::WidgetAn abstract base class for all Ext widgets
Wt::WImageA widget that displays an image
Wt::WInPlaceEditA widget that provides in-place-editable text
Wt::WInteractWidgetAn abstract widget that can receive user-interface interaction
Wt::WIntValidatorA validator that validates integer user input
Wt::WIOServiceAn I/O service
Wt::WItemDelegateStandard delegate class for rendering a view item
Wt::WItemSelectionModelA class that represents a selection for a WAbstractItemView
Wt::WKeyEventA class providing details for a keyboard event
Wt::WLabelA label for a form field
Wt::WLayoutAn abstract base class for layout managers
Wt::WLayoutItemAn abstract base class for items that can participate in a layout
Wt::WLayoutItemImplAn abstract base class for implementing layout managers
Wt::WLengthA value class that describes a CSS length
Wt::WLengthValidatorA validator that checks the string length of user input
Wt::WLineEditA widget that provides a single line edit
Wt::WLineFUtility class that defines a single line
Wt::WLinkA value class that defines a hyperlink target
Wt::WLoadingIndicatorAn abstract interface for a loading indicator
Wt::WLocalizedStringsAn abstract class that provides support for localized strings
Wt::WLogEntryA stream-like object for creating an entry in a log file
Wt::WLoggerA simple logging class
Wt::WMatrix4x4A value class that describes a 3D affine transformation matrix
Wt::WMediaPlayerA media player
Wt::WMemoryResourceA resource which streams data from memory
Wt::WMenuA widget that shows a menu of options
Wt::WMenuItemA single item in a menu
Wt::WMessageBoxA standard dialog for confirmation or to get simple user input
Wt::WMessageResourceBundleSupport for localized strings using XML files
Wt::WModelIndexA value class that describes an index to an item in a data model
Wt::WMouseEventA class providing details for a mouse event
Wt::WObjectA base class for objects that participate in the signal/slot system
Wt::WOverlayLoadingIndicatorA more obvious loading indicator that grays the window
Wt::WPaintDeviceThe abstract base class for a paint device
Wt::WPaintedWidgetA widget that is painted using vector graphics
Wt::WPainterVector graphics painting class
Wt::WPainterPathA path defining a shape
Wt::WPanelA WPanel provides a container with a title bar
Wt::WPdfImageA paint device for rendering to a PDF
Wt::Render::WPdfRendererAn XHTML to PDF renderer
Wt::WPenA value class that defines the style for pen strokes
Wt::Chart::WPieChartA pie chart
Wt::WPointA value class that defines a 2D point with integer coordinates
Wt::WPointFA value class that defines a 2D point
Wt::WPolygonAreaAn interactive area in a widget, specified by a polygon
Wt::WPopupMenuA menu presented in a popup window
Wt::WPopupMenuItemAn item in a popup menu
Wt::WProgressBarA progress bar
Wt::WPushButtonA widget that represents a push button
Wt::WRadioButtonA user control that represents a radio button
Wt::WRandomRandom number generator
Wt::WRasterImageA paint device for rendering to a raster image
Wt::WReadOnlyProxyModelA read-only wrapper for a source model
Wt::WRectAreaA interactive area in a widget, specified by a rectangle
Wt::WRectFA value class that defines a rectangle
Wt::WRegExpValidatorA validator that checks user input against a regular expression
Wt::WResourceAn object which can be rendered in the HTTP protocol
Wt::WScrollAreaA widget that adds scrolling capabilities to its content
Wt::WScrollBarA scrollbar attached to a scroll area
Wt::WScrollEventA class providing details for a scroll event
Wt::WSelectionBoxA selection box allows selection from a list of options
Wt::WServerA class encapsulating a web application server
Wt::WShadowA value class that defines a shadow style
Wt::WSignalMapper< T, A1 >A utility class to connect multiple senders to a single slot
Wt::WSliderA horizontal or vertical slider control
Wt::WSocketNotifierA utility class for asynchronous notification of socket activity
Wt::WSortFilterProxyModelA proxy model for Wt's item models that provides filtering and/or sorting
Wt::WSoundA value class to play a sound effect
Wt::WSpinBoxAn input control for integer numbers
Wt::WSslCertificateAn interface to an SSL certificate
Wt::WSslInfoProvides SSL information about the current session
Wt::WStackedWidgetA container widget that stacks its widgets on top of each other
Wt::WStandardItemAn item in a WStandardItemModel
Wt::WStandardItemModelA standard data model, which stores its data in memory
Wt::Chart::WStandardPaletteStandard styling for rendering series in charts
Wt::WStaticModelView< Renderer >A widget that implements a view for a non-changing model
Wt::WStreamResourceAn object which streams the data from a std::istream
Wt::WStringA value class which describes a locale-aware unicode string
Wt::WStringListModelAn model that manages a list of strings
Wt::WStringStream
Wt::WSubMenuItemA menu item that contains a nested sub menu
Wt::WSuggestionPopupA widget which popups to assist in editing a textarea or lineedit
Wt::WSvgImageA paint device for rendering using Scalable Vector Graphics (SVG)
Wt::WTableA container widget which provides layout of children in a table grid
Wt::WTableCellA container widget that represents a cell in a table
Wt::WTableColumnA table column
Wt::WTableRowA table row
Wt::WTableViewAn MVC View widget for tabular data
Wt::WTabWidgetA widget that organizes contents in tab panes
Wt::Http::WtClientSupport for a Wt web application client
Wt::WTemplateA widget that renders an XHTML template
Wt::WTemplateFormViewA template-based View class form form models
Wt::Test::WTestEnvironmentAn environment for testing purposes
Wt::WTextA widget that renders (XHTML) text
Wt::WTextAreaA widget that provides a multi-line edit
Wt::WTextEditA rich-text XHTML editor
Wt::WTextItemThe result of a font metrics computation
Wt::Render::WTextRendererAn XHTML renderering engine
Wt::WTimeA value class that defines a clock time
Wt::WTimerA utility class which provides timer signals and single-shot timers
Wt::WTouchEventA class providing details for a touch event
Wt::WTransformA value class that defines a 2D affine transformation matrix
Wt::WTreeA widget that represents a navigatable tree
Wt::WTreeNodeA single node in a tree
Wt::WTreeTableA table with a navigatable tree in the first column
Wt::WTreeTableNodeA specialized tree node which allows additional data to be associated with each node
Wt::WTreeViewA view class that displays a model as a tree or tree table
Wt::WValidationStatusA widget that keeps track of the validation status of a form widget
Wt::WValidatorA validator is used to validate user input according to pre-defined rules
Wt::WVBoxLayoutA layout manager which arranges widgets vertically
Wt::WVectorImageAn abstract paint device for rendering using native vector graphics
Wt::WVideoA video-playing widget
Wt::WViewWidgetAn abstract base class for an MVC view that is rendered using a widget
Wt::WVirtualImageAn abstract widget that shows a viewport to a virtually large image
Wt::WVmlImageA paint device for rendering using the VML pseudo-standard
Wt::WWebWidgetA base class for widgets with an HTML counterpart
Wt::WWidgetThe abstract base class for a user-interface component
Wt::WWidgetItemA layout item that holds a single widget
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator

Generated on Fri Jul 27 2012 for the C++ Web Toolkit (Wt) by doxygen 1.7.5.1