►CWt::Auth::AbstractPasswordService | Abstract password authentication service |
CWt::Auth::PasswordService | Password authentication service |
►CWt::Dbo::AbstractQuery | An abstract dynamic database query |
CWt::Dbo::Query< Result, BindStrategy > | A database query |
►CWt::Auth::AbstractUserDatabase | Abstract interface for an authentication user database |
CWt::Auth::Dbo::UserDatabase< DboType > | A default implementation for an authentication user database |
►CWt::Auth::PasswordService::AbstractVerifier | Abstract password hash computation and verification class |
CWt::Auth::PasswordVerifier | Password hash computation and verification class |
CWt::Payment::Address | Contains address information |
CWt::any_traits< Type > | A traits class for a type stored in a cpp17::any |
CWt::Auth::Saml::Assertion | Represents a SAML assertion (saml-core-2.0-os, section 2.3.3) |
CWt::Auth::Saml::Attribute | A SAML Attribute (saml-core-2.0-os, section 2.7.3.1) |
CWt::Auth::Mfa::AuthenticationResult | A class that holds an authentication result |
CWt::Auth::AuthService | Basic authentication service |
CWt::Auth::AuthThrottle | Class with helper functions to define throttling behaviour |
CWt::Auth::AuthTokenResult | The result of processing an authentication token |
CWt::Chart::AxisConfig | Axis configuration |
CWt::WAbstractProxyModel::BaseItem | A base class for an item modeling a source index parent |
CWt::Http::Request::ByteRange | A single byte range |
CWt::Dbo::Call | A database call |
CWt::Mail::Client | An SMTP mail client |
CCloseCode | Indicates the generic code for the close message |
CWt::Dbo::collection< C > | An STL container for iterating query results |
CWt::Dbo::collection< Wt::Dbo::ptr< AuthIdentityType > > | |
CWt::Dbo::collection< Wt::Dbo::ptr< AuthTokenType > > | |
CWt::Dbo::collection< Wt::Dbo::ptr< C > > | |
CWt::Dbo::collection< Wt::Dbo::ptr< MutC > > | |
CWt::WGradient::ColorStop | A gradient color stop |
CWt::Dbo::collection< C >::const_iterator | Const Iterator |
CWt::Http::Cookie | An HTTP Cookie |
CWt::WGoogleMap::Coordinate | A geographical coordinate (latitude/longitude) |
CWt::WLeafletMap::Coordinate | A geographical coordinate (latitude/longitude) |
CWt::Coordinates | A coordinate |
CWt::Chart::CurveLabel | A curve label |
CWt::Payment::Customer | Contains customer information |
CWt::Dbo::Dbo< C > | A base class for database objects |
►CWt::Dbo::Dbo< AuthIdentity< AuthInfoType > > | |
CWt::Auth::Dbo::AuthIdentity< AuthInfoType > | A default implementation for a authentication identity in Wt::Dbo |
►CWt::Dbo::Dbo< AuthInfo< UserType > > | |
CWt::Auth::Dbo::AuthInfo< UserType > | A default implementation for authentication data in Wt::Dbo |
►CWt::Dbo::Dbo< AuthToken< AuthInfoType > > | |
CWt::Auth::Dbo::AuthToken< AuthInfoType > | A default implementation for an authentication token in Wt::Dbo |
►CWt::Dbo::dbo_default_traits | Default traits for a class mapped with Wt::Dbo |
CWt::Dbo::dbo_traits< C > | Traits for a class mapped with Wt::Dbo |
CWt::Dbo::DirectBinding | |
CWt::WSslCertificate::DnAttribute | Distinguished name attribute (also known as relative distinguished name) |
CWt::DomElement | Class to represent a client-side DOM element (proxy) |
CWt::Dbo::DynamicBinding | |
CWt::Auth::EmailTokenResult | The result of processing an email-sent token |
CWt::DomElement::EventAction | A data-structure for an aggregated event handler |
►Cstd::exception | STL class |
►CWt::WException | Base class for exceptions thrown by Wt |
CWt::Json::ParseError | A parse error |
CWt::Json::TypeException | Exception that indicates a type error |
CWt::WInvalidFormatException | The exception thrown when a supplied format was not correct |
CWt::WInvalidOperationException | The exception thrown when an numeric operation could not execute |
CWt::WServer::Exception | Server Exception class |
►Cstd::runtime_error | STL class |
►CWt::Dbo::Exception | Exception base class for Wt::Dbo |
CWt::Dbo::NoUniqueResultException | Exception thrown when a query unexpectedly finds a non-unique result |
CWt::Dbo::ObjectNotFoundException | Exception thrown when trying to load a non-existing object |
CWt::Dbo::StaleObjectException | Exception thrown when Wt::Dbo detects a concurrent modification |
CWt::WLogger::Field | Class that holds the configuration for a single field |
CWt::Dbo::FieldInfo | Description of a field |
CWt::Dbo::ForeignKeyConstraint | Type that indicates one or more foreign key constraints |
CWt::WTemplate::Functions | A collection of predefined functions |
►CWt::WGLWidget::GlObject | Abstract base class for all GL objects |
CWt::WGLWidget::ArrayBuffer | Reference to a javascript ArrayBuffer class |
CWt::WGLWidget::AttribLocation | Reference to a shader attribute location |
CWt::WGLWidget::Buffer | Reference to a WebGLBuffer class |
CWt::WGLWidget::Framebuffer | Reference to a WebGLFramebuffer class |
CWt::WGLWidget::Program | Reference to a WebGLProgram class |
CWt::WGLWidget::Renderbuffer | Reference to a WebGLRenderbuffer class |
CWt::WGLWidget::Shader | Reference to a WebGLShader class |
CWt::WGLWidget::Texture | Reference to a WebGLTexture class |
CWt::WGLWidget::UniformLocation | Reference to a WebGLUniformLocation class |
►CWt::Auth::HashFunction | An abstract cryptographic hash function interface |
CWt::Auth::BCryptHashFunction | An cryptographic hash function that implements bcrypt |
CWt::Auth::MD5HashFunction | A cryptograhpic hash function implemented using MD5 |
CWt::Auth::SHA1HashFunction | A cryptographic hash function implemented using SHA1 |
CWt::Http::Message::Header | An HTTP message header |
CWt::Mail::Message::Header | An SMTP message header |
CWt::Auth::Identity | A class that represents a user identity |
CWt::WPainter::Image | An image that can be rendered on a WPainter |
CWt::Chart::WCartesian3DChart::IntersectionPlane | An invisible intersection plane |
CWt::Auth::IssuedToken | Token or authorization code that was issued to a relying party |
CWt::ItemDataRole | Enumeration that indicates a role for a data item |
CWt::Dbo::collection< C >::iterator | Iterator |
CWt::WStringStream::iterator | An implementation of an output generator for appending data |
CWt::WGLWidget::JavaScriptMatrix4x4 | A client-side JavaScript matrix |
CWt::WGLWidget::JavaScriptVector | A client-side JavaScript vector |
CWt::JSlot | A slot that is only implemented in client side JavaScript code |
CWt::Dbo::JsonSerializer | An action to serialize objects to JSON |
CWt::LocalizedString | The result of resolving a localized string |
CWt::Mail::Mailbox | An email sender or recipient mailbox |
►Cstd::map< K, T > | STL class |
CWt::Json::Object | A JSON object |
►CWt::WLeafletMap::Marker | An abstract marker |
CWt::WLeafletMap::LeafletMarker | A standard leaflet marker |
CWt::WLeafletMap::WidgetMarker | A marker rendered with a widget |
CWt::Http::Message | An HTTP client message (request or response) |
CWt::Mail::Message | A mail message |
CWt::Payment::Money | A value class which describes a monetary value |
CWt::Render::WTextRenderer::Node | A rendering box of a layed out DOM node |
CWt::Auth::OAuthAccessToken | An OAuth access token |
CWt::Auth::OAuthClient | |
►CWt::Auth::OAuthService | An OAuth authorization (and authentication) service provider |
CWt::Auth::FacebookService | OAuth service for Facebook as third-party authenticator |
►CWt::Auth::OidcService | An OpenId Connect authentication service provider |
CWt::Auth::GoogleService | OAuth service for Google as third-party authenticator |
►CWt::Core::observable | A base class for objects whose life-time can be tracked |
►CWt::WObject | A base class for objects that participate in the signal/slot system |
CWt::Auth::Login | A class that manages the current login state |
►CWt::Auth::Mfa::AbstractMfaProcess | The interface for a second factor authentication process |
CWt::Auth::Mfa::TotpProcess | A process managing the TOTP setup and validation |
CWt::Auth::OAuthAuthorizationEndpointProcess | Allows clients to authorize users according to the OAuth 2.0 protocol |
►CWt::Auth::OAuthProcess | An OAuth authorization (and authentication) process |
CWt::Auth::OidcProcess | An OpenId Connect authentication process |
CWt::Auth::Saml::Process | A SAML authentication process |
►CWt::Chart::WAbstractChartModel | An abstract model for use with Wt's charts |
CWt::Chart::WStandardChartProxyModel | A WAbstractChartModel implementation that wraps a WAbstractItemModel |
►CWt::Chart::WAbstractColorMap | Maps numerical values to colors |
CWt::Chart::WStandardColorMap | Standard colorMap |
►CWt::Chart::WAbstractDataSeries3D | Abstract base class for dataseries that can be drawn on a WCartesian3DChart |
►CWt::Chart::WAbstractGridData | Class representing grid-based data for on a 3D chart |
CWt::Chart::WEquidistantGridData | Class representing grid-based data for on a 3D chart |
CWt::Chart::WGridData | Class representing grid-based data for a 3D chart |
CWt::Chart::WScatterData | Class representing a collection of points for on a 3D chart |
CWt::Http::Client | An HTTP client |
CWt::Payment::PayPalExpressCheckout | A paypal express checkout process |
►CWt::WAbstractArea | Abstract base class for interactive areas in a widget |
CWt::WCircleArea | A interactive area in a widget, specified by a circle |
CWt::WPolygonArea | An interactive area in a widget, specified by a polygon |
CWt::WRectArea | A interactive area in a widget, specified by a rectangle |
►CWt::WAbstractItemDelegate | Abstract delegate class for rendering an item in an item view |
CWt::WItemDelegate | Standard delegate class for rendering a view item |
►CWt::WAbstractItemModel | An abstract model for use with Wt's view classes |
►CWt::WAbstractListModel | An abstract list model for use with Wt's view classes |
CWt::WStringListModel | An model that manages a list of strings |
►CWt::WAbstractProxyModel | An abstract proxy model for Wt's item models |
CWt::WAggregateProxyModel | A proxy model for Wt's item models that provides column aggregation |
CWt::WBatchEditProxyModel | A proxy model for Wt's item models that provides batch editing |
CWt::WIdentityProxyModel | A proxy model that proxies its source model unmodified |
CWt::WReadOnlyProxyModel | A read-only wrapper for a source model |
CWt::WSortFilterProxyModel | A proxy model for Wt's item models that provides filtering and/or sorting |
►CWt::WAbstractTableModel | An abstract table model for use with Wt's view classes |
CWt::Dbo::QueryModel< Result > | A Wt MVC Model to view/edit query results |
CWt::WStandardItemModel | A standard data model, which stores its data in memory |
CWt::WApplication | Represents an application instance for a single session |
CWt::WButtonGroup | A class for grouping radio buttons logically together |
CWt::WCanvasPaintDevice | A paint device for rendering using the HTML 5 <canvas> element |
CWt::WCssDecorationStyle | A style class for a single widget or style sheet rule |
►CWt::WCssRule | Abstract rule in a CSS style sheet |
CWt::WCssTemplateRule | A CSS rule based on a template widget |
CWt::WCssTextRule | A CSS rule specified directly using CSS declarations |
►CWt::WFileDropWidget::File | A nested class of WFileDropWidget representing a file |
CWt::WFileDropWidget::Directory | A nested class of WFileDropWidget representing a Directory |
►CWt::WFormModel | A basic model class for forms |
►CWt::Auth::FormBaseModel | A base model class for authentication-related forms |
CWt::Auth::AuthModel | Model for implementing an authentication view |
CWt::Auth::RegistrationModel | Model for implementing a registration view |
►CWt::Form::Dbo::FormModelBase | A model class keeping information about database columns that are to be used in the model/view logic |
CWt::Form::Dbo::FormModel< C > | A model class to represent database objects |
CWt::WItemSelectionModel | A class that represents a selection for a WAbstractItemView |
►CWt::WLayout | An abstract base class for layout managers |
CWt::WBorderLayout | A layout manager which divides the container region in five regions |
►CWt::WBoxLayout | A layout manager which arranges widgets horizontally or vertically |
CWt::WHBoxLayout | A layout manager which arranges widgets horizontally |
CWt::WVBoxLayout | A layout manager which arranges widgets vertically |
CWt::WFitLayout | A layout manager which spans a single widget to all available space |
CWt::WGridLayout | A layout manager which arranges widgets in a grid |
►CWt::WResource | An object which can be rendered in the HTTP protocol |
CWt::Auth::OAuthTokenEndpoint | Endpoint to retrieve an access token |
CWt::Auth::OidcUserInfoEndpoint | Endpoint at which user info can be requested |
CWt::WMemoryResource | A resource which streams data from memory |
CWt::WPdfImage | A paint device for rendering to a PDF |
CWt::WRasterImage | A paint device for rendering to a raster image |
►CWt::WStreamResource | An object which streams the data from a std::istream |
CWt::WFileResource | A resource which streams the data from a local file |
CWt::WSvgImage | A paint device for rendering using Scalable Vector Graphics (SVG) |
CWt::WSocketNotifier | A utility class for asynchronous notification of socket activity |
CWt::WSound | A value class to play a sound effect |
CWt::WTableColumn | A table column |
CWt::WTableRow | A table row |
►CWt::WTheme | |
CWt::WBootstrap2Theme | Theme based on the Twitter Bootstrap 2 CSS framework |
CWt::WBootstrap3Theme | Theme based on the Twitter Bootstrap 3 CSS framework |
CWt::WBootstrap5Theme | Theme based on the Bootstrap 5 CSS framework |
CWt::WBootstrapTheme | Theme based on the Twitter Bootstrap CSS framework |
CWt::WCssTheme | |
CWt::WTimer | A utility class which provides timer signals and single-shot timers |
CWt::WWebSocketConnection | A single connection to a WWebSocketResource |
CWt::WWebSocketResource | A resource that manages a WebSocket endpoint |
►CWt::WWidget | The abstract base class for a user-interface component |
►CWt::WCompositeWidget | A widget that hides the implementation of composite widgets |
►CWt::WAbstractItemView | An abstract base class for item Views |
CWt::WTableView | An MVC View widget for tabular data |
CWt::WTreeView | A view class that displays a model as a tree or tree table |
CWt::WCalendar | A calendar |
CWt::WDatePicker | A date picker |
CWt::WGoogleMap | A widget that displays a google map |
CWt::WIconPair | A widget that shows one of two icons depending on its state |
CWt::WInPlaceEdit | A widget that provides in-place-editable text |
CWt::WLeafletMap | A widget that displays a leaflet map |
►CWt::WLoadingIndicator | An abstract interface for a loading indicator |
CWt::WDefaultLoadingIndicator | A default loading indicator |
CWt::WOverlayLoadingIndicator | A more obvious loading indicator that grays the window |
CWt::WMediaPlayer | A media player |
►CWt::WMenu | A widget that shows a menu of options |
CWt::WPopupMenu | A menu presented in a popup window |
CWt::WPanel | A WPanel provides a container with a title bar |
►CWt::WPopupWidget | Base class for popup widgets |
►CWt::WDialog | A WDialog shows a dialog |
CWt::Auth::PasswordPromptDialog | A dialog that prompts for the user password |
CWt::WMessageBox | A standard dialog for confirmation or to get simple user input |
CWt::WSuggestionPopup | A widget which popups to assist in editing a textarea or lineedit |
CWt::WSplitButton | A split button |
CWt::WTabWidget | A widget that organizes contents in tab panes |
CWt::WToolBar | A toolbar |
CWt::WTree | A widget that represents a navigatable tree |
►CWt::WTreeNode | A single node in a tree |
CWt::WTreeTableNode | A specialized tree node which allows additional data to be associated with each node |
CWt::WTreeTable | A table with a navigatable tree in the first column |
CWt::WVirtualImage | An abstract widget that shows a viewport to a virtually large image |
►CWt::WWebWidget | A base class for widgets with an HTML counterpart |
CWt::WBreak | A widget that provides a line break between inline widgets |
CWt::WFileUpload | A widget that allows a file to be uploaded |
CWt::WFlashObject | A widget that renders a Flash object (also known as Flash movie) |
►CWt::WInteractWidget | An abstract widget that can receive user-interface interaction |
►CWt::WAbstractMedia | Abstract baseclass for native media elements |
CWt::WAudio | A widget that plays audio |
CWt::WVideo | A video-playing widget |
►CWt::WContainerWidget | A widget that holds and manages child widgets |
CWt::WAnchor | A widget that represents an HTML anchor (to link to other documents) |
CWt::WFileDropWidget | A widget that allows dropping files and directories for upload |
CWt::WGroupBox | A widget which group widgets into a frame with a title |
CWt::WMenuItem | A single item in a menu |
CWt::WStackedWidget | A container widget that stacks its widgets on top of each other |
CWt::WTableCell | A container widget that represents a cell in a table |
►CWt::WFormWidget | An abstract widget that corresponds to an HTML form element |
►CWt::WAbstractToggleButton | An abstract base class for radio buttons and check boxes |
CWt::WCheckBox | A user control that represents a check box |
CWt::WRadioButton | A user control that represents a radio button |
CWt::WColorPicker | A widget that provides a browser-native color picker |
►CWt::WComboBox | A widget that provides a drop-down combo-box control |
CWt::WSelectionBox | A selection box allows selection from a list of options |
CWt::WEmailEdit | A widget for inputting email addresses |
►CWt::WLineEdit | A widget that provides a single line edit |
►CWt::WAbstractSpinBox | An abstract spin box |
CWt::WDoubleSpinBox | An input control for fixed point numbers |
CWt::WSpinBox | An input control for integer numbers |
CWt::WDateEdit | A date edit |
CWt::WTimeEdit | A Time field editor |
CWt::WPushButton | A widget that represents a push button |
CWt::WSlider | A horizontal or vertical slider control |
►CWt::WTextArea | A widget that provides a multi-line edit |
CWt::WTextEdit | A rich-text XHTML editor |
►CWt::WGLWidget | GL support class |
CWt::Chart::WCartesian3DChart | A 3D Cartesian chart |
CWt::WImage | A widget that displays an image |
CWt::WLabel | A label for a form field |
►CWt::WPaintedWidget | A widget that is painted using vector graphics |
CWt::Auth::Mfa::TotpQrCode | A QR code generator for TOTP secret keys |
►CWt::Chart::WAbstractChart | Abstract base class for MVC-based charts |
CWt::Chart::WCartesianChart | A cartesian chart |
CWt::Chart::WPieChart | A pie chart |
CWt::Chart::WAxisSliderWidget | A widget for selecting an X axis range to display on an associated WCartesianChart |
CWt::WProgressBar | A progress bar |
CWt::WTable | A container widget which provides layout of children in a table grid |
►CWt::WTemplate | A widget that renders an XHTML template |
CWt::Auth::LostPasswordWidget | A widget which initiates a lost-password email |
CWt::Auth::ResendEmailVerificationWidget | A widget to resend the email verification email |
CWt::WNavigationBar | A navigation bar |
►CWt::WTemplateFormView | A template-based View class for form models |
CWt::Auth::AuthWidget | An authentication widget |
CWt::Auth::RegistrationWidget | A registration widget |
CWt::Auth::UpdatePasswordWidget | A widget which allows a user to choose a new password |
CWt::Form::Dbo::FormView< C > | A view class to represent database objects |
CWt::WText | A widget that renders (XHTML) text |
►CWt::WViewWidget | An abstract base class for an MVC view that is rendered using a widget |
CWt::WStaticModelView< Renderer > | A widget that implements a view for a non-changing model |
CWt::Core::observing_ptr< T > | A safe smart pointer for an observable |
CWt::Core::observing_ptr< const Wt::Core::observable > | |
CWt::Core::observing_ptr< SoundManager > | |
CWt::Core::observing_ptr< Wt::WContainerWidget > | |
CWt::Core::observing_ptr< Wt::WCssTemplateRule > | |
CWt::Core::observing_ptr< Wt::WFormWidget > | |
CWt::Core::observing_ptr< Wt::WImage > | |
CWt::Core::observing_ptr< Wt::WInteractWidget > | |
CWt::Core::observing_ptr< Wt::WPushButton > | |
CWt::Core::observing_ptr< Wt::WText > | |
CWt::Core::observing_ptr< Wt::WWidget > | |
CWt::Core::observing_ptr< WTimerWidget > | |
COpCode | Indicates the type of the frame/message |
CWt::WSuggestionPopup::Options | A configuration object to generate a matcher and replacer JavaScript function |
CWt::Payment::Order | Contains information of a sales order |
CWt::Payment::OrderItem | Describes an item in an order |
CWt::Chart::WStandardColorMap::Pair | Contains a pair of a numerical value and a WColor |
CWt::Auth::PasswordHash | A password hash |
CWt::PathSegment | |
CWt::Payment::PayPalService | This is a PayPal service class |
CWt::PopupWindow | Internal class that provides a JavaScript popup window managing function |
CWt::Dbo::ptr< C > | A smart pointer for a database object |
CWt::Dbo::ptr< AuthIdentityType > | |
CWt::Dbo::ptr< AuthInfoType > | |
CWt::Dbo::ptr< AuthTokenType > | |
CWt::Dbo::ptr< DboType > | |
CWt::Dbo::ptr< MutC > | |
CWt::Dbo::ptr< UserType > | |
CWt::Dbo::query_result_traits< Result > | Traits class for result types |
CWt::Mail::Message::Recipient | A struct representing a recipient |
CWt::Http::Request | A resource request |
Clinb::any::requires_allocation< T > | Whether the type T must be dynamically allocated or can be stored on the stack |
CWt::Http::Response | A resource response |
CWt::Http::ResponseContinuation | A resource response continuation object |
►CWt::Payment::Result | A class that represents the result of a payment API call |
CWt::Payment::Approval | A class that represents the result of a payment |
CWt::WValidator::Result | A class that holds a validation result |
CWt::WPainterPath::Segment | A segment |
CWt::WLogger::Sep | Class that indicates a field separator |
CWt::Chart::SeriesIterator | Abstract base class for iterating over series data in a chart |
CWt::Auth::Saml::Service | A minimal implementation of a SAML service provider |
CWt::Dbo::Session | A database session |
CWt::WServer::SessionInfo | Contains the information for one session |
►CWt::SignalBase | Abstract base class of a signal |
CWt::Signal< Wt::WFileDropWidget::File *, ::uint64_t > | |
CWt::Signal< Wt::WModelIndex, Wt::WMouseEvent > | |
CWt::Signal< Wt::WWidget *, bool > | |
CWt::Signal< Wt::Http::Message > | |
CWt::Signal< Wt::WModelIndex > | |
CWt::Signal< double > | |
CWt::Signal< Wt::Auth::OAuthProcess *, Wt::Auth::Identity > | |
CWt::Signal< Wt::WStandardItem * > | |
CWt::Signal< std::vector< Wt::WFileDropWidget::File * > > | |
CWt::Signal< int, Wt::WLength > | |
CWt::Signal< Orientation, int, int > | |
CWt::Signal< Wt::Payment::Result > | |
CWt::Signal< std::string > | |
CWt::Signal< int64_t, int64_t > | |
CWt::Signal< int, int > | |
CWt::Signal< AsioWrapper::error_code, const std::string & > | |
CWt::Signal< AsioWrapper::error_code > | |
CWt::Signal< int > | |
CWt::Signal< Wt::Auth::Saml::Process *, Wt::Auth::Identity > | |
CWt::Signal< Wt::WModelIndex, Wt::WTouchEvent > | |
CWt::Signal< Wt::Payment::Approval > | |
CWt::Signal< Wt::WWidget * > | |
CWt::Signal< Wt::WModelIndex, int, int > | |
CWt::Signal< Wt::Auth::Identity > | |
CWt::Signal< int, Wt::WFormWidget * > | |
CWt::Signal< Wt::WDate > | |
CWt::Signal< std::vector< Wt::WModelIndex >, Wt::WTouchEvent > | |
CWt::Signal< Wt::WPopupMenu * > | |
CWt::Signal< Wt::AsioWrapper::error_code, Wt::Http::Message > | |
CWt::Signal< double, double > | |
CWt::Signal< ::uint64_t > | |
CWt::Signal< StandardButton > | |
CWt::Signal< Wt::Auth::Mfa::AuthenticationResult > | |
CWt::Signal< bool > | |
CWt::Signal< Wt::Auth::OAuthAccessToken > | |
CWt::Signal< Wt::WValidator::Result > | |
CWt::Signal< DialogCode > | |
CWt::Signal< ::uint64_t, ::uint64_t > | |
CWt::Signal< Wt::WModelIndex, Wt::WModelIndex > | |
CWt::Signal< Wt::WString > | |
CWt::Signal< ::int64_t > | |
CWt::Signal< int, Wt::WMouseEvent > | |
CWt::Signal< Wt::WMenuItem * > | |
CWt::Signal< Wt::WFileDropWidget::File * > | |
CWt::Signal< Wt::WRadioButton * > | |
CWt::Signal< Wt::WDialog * > | |
CWt::Signal< const Wt::Chart::WDataSeries *, Wt::WPointF > | |
►CWt::EventSignalBase | Abstract base class of an event signal |
CWt::JSignal< double > | |
CWt::JSignal<> | |
CWt::JSignal< std::string > | |
CWt::JSignal< int, int, std::string, std::string, Wt::WMouseEvent > | |
CWt::JSignal< int, int > | |
CWt::JSignal< Wt::WGoogleMap::Coordinate > | |
CWt::JSignal< int > | |
CWt::JSignal< int, int, std::string, std::string, std::string, Wt::WMouseEvent > | |
CWt::JSignal< double, double > | |
CWt::JSignal< std::string, std::string, Wt::WTouchEvent > | |
CWt::JSignal< ::uint64_t > | |
CWt::JSignal< Wt::WTouchEvent > | |
CWt::JSignal< std::string, std::string, std::string, std::string, Wt::WMouseEvent > | |
CWt::JSignal< int, int, int, int > | |
CWt::JSignal< std::string, std::string > | |
CWt::JSignal< ::int64_t > | |
CWt::EventSignal< E > | A signal that conveys user-interface events |
CWt::JSignal< A > | A signal to relay JavaScript to C++ calls |
CWt::Signal< A > | A signal that propagates events to listeners |
CWt::Dbo::sql_value_traits< V, Enable > | Traits class for value types |
CWt::Dbo::sql_value_traits< int > | |
►CWt::Dbo::SqlConnection | Abstract base class for an SQL connection |
CWt::Dbo::backend::Firebird | A Firebird connection |
CWt::Dbo::backend::MSSQLServer | A Microsoft SQL Server connection |
CWt::Dbo::backend::MySQL | A MySQL connection |
CWt::Dbo::backend::Postgres | A PostgreSQL connection |
CWt::Dbo::backend::Sqlite3 | An SQLite3 connection |
►CWt::Dbo::SqlConnectionPool | Abstract base class for a SQL connection pool |
CWt::Dbo::FixedSqlConnectionPool | A connection pool of fixed size |
►CWt::Dbo::SqlStatement | Abstract base class for a prepared SQL statement |
CWt::Dbo::backend::MySQLStatement | MySQL prepared statement |
CWt::Auth::AbstractPasswordService::StrengthValidatorResult | Result returned when validating password strength |
CWt::Auth::Saml::Subject | A SAML Subject (saml-core-2.0-os, section 2.4.1) |
CWt::Chart::WAxis::TickLabel | Represents a label/tick on the axis |
CWt::DomElement::TimeoutEvent | Structure for keeping track of timers attached to this element |
CWt::WLogger::TimeStamp | Class that indicates a time stamp |
CWt::Auth::Token | An authentication token hash |
CWt::Auth::OAuthProcess::TokenError | Exception thrown while parsing a token response |
CWt::Touch | A single finger touch of a touch event |
CWt::Auth::AbstractUserDatabase::Transaction | An abstract transaction |
CWt::Dbo::Transaction | A database transaction |
CWt::WTransform::TRSRDecomposition | Result of a TRSR decomposition |
CWt::WTransform::TRSSDecomposition | Result of a TRSS decomposition |
CWt::WApplication::UpdateLock | A RAII lock for manipulating and updating the application and its widgets outside of the event loop |
CWt::Http::UploadedFile | Details about a file uploaded with a request to a resource |
CWt::Http::Client::URL | Utility class representing an URL |
CWt::Auth::User | A user |
CWt::Json::Value | A JSON value |
►Cstd::vector< T > | STL class |
CWt::Http::Request::ByteRangeSpecifier | A byte range specifier |
CWt::Json::Array | A JSON array |
Clinb::any::vtable_dynamic< T > | VTable for dynamically allocated storage |
Clinb::any::vtable_stack< T > | VTable for stack allocated storage |
Clinb::any::vtable_type | Base VTable specification |
►CWt::Form::WAbstractFormDelegate | Abstract delegate class for creating form widgets |
CWt::Form::WFormDelegate< Wt::WDate, void > | Form delegate class for WDate |
CWt::Form::WFormDelegate< Wt::WDateTime, void > | Form delegate class for WDateTime |
CWt::Form::WFormDelegate< Wt::WString, void > | Form delegate class for WString |
CWt::Form::WFormDelegate< Wt::WTime, void > | Form delegate class for WTime |
CWt::Form::WFormDelegate< bool, void > | Form delegate class for boolean |
CWt::Form::WFormDelegate< double, void > | Form delegate for double |
CWt::Form::WFormDelegate< int, void > | Form delegate class for integer |
CWt::Form::WFormDelegate< std::string, void > | Form delegate class for std::string |
CWt::WAnimation | A value class that defines a transition effect |
CWt::Chart::WAxis | Class which represents an axis of a cartesian chart |
CWt::WBorder | A value class that defines the CSS border style of a widget |
►CWt::Chart::WChartPalette | Abstract base class for styling rendered data series in charts |
CWt::Chart::WStandardPalette | Standard styling for rendering series in charts |
CWt::WColor | A value class that defines a color |
CWt::WCssStyleSheet | A CSS style sheet |
CWt::Chart::WDataSeries | A single data series in a cartesian chart |
CWt::WDate | A value class that represents a date on the Gregorian calendar |
CWt::WDateTime | A calendar date and clock time |
CWt::WDropEvent | A class providing details for a drop event |
CWt::Dbo::weak_ptr< C > | A weak pointer for a database object |
►CWt::WEnvironment | A class that captures information on the application environment |
CWt::Test::WTestEnvironment | An environment for testing purposes |
CWt::WEvent | An application event |
CWt::WFlags< EnumType > | Utility class for type-safe combinations of enumeration flags |
CWt::WFlags< AlignmentFlag > | |
CWt::WFlags< AnimationEffect > | |
CWt::WFlags< AxisValue > | |
CWt::WFlags< ChartUpdates > | |
CWt::WFlags< CustomFlag > | |
CWt::WFlags< DropLocation > | |
CWt::WFlags< EditOption > | |
CWt::WFlags< EditTrigger > | |
CWt::WFlags< FieldOptions > | |
CWt::WFlags< GLRenderOption > | |
CWt::WFlags< HeaderFlag > | |
CWt::WFlags< InputMaskFlag > | |
CWt::WFlags< ItemFlag > | |
CWt::WFlags< KeyboardModifier > | |
CWt::WFlags< LabelOption > | |
CWt::WFlags< Orientation > | |
CWt::WFlags< PainterChangeFlag > | |
CWt::WFlags< PaintFlag > | |
CWt::WFlags< PlayerOption > | |
CWt::WFlags< RenderHint > | |
CWt::WFlags< Side > | |
CWt::WFlags< TextDecoration > | |
CWt::WFlags< TickPosition > | |
CWt::WFont | A value class that describes a font |
CWt::WFontMetrics | A value class that describes font metrics for a font |
CWt::WGenericMatrix< T, Rows, Cols > | A value class that describes a matrix |
CWt::WGenericMatrix< double, 3, 1 > | |
CWt::WGenericMatrix< double, 4, 1 > | |
►CWt::WGenericMatrix< double, 4, 4 > | |
CWt::WMatrix4x4 | A value class that describes a 3D affine transformation matrix |
CWt::WGestureEvent | A class providing details for a gesture event |
CWt::WGradient | A linear or radial gradient |
CWt::WIOService | An I/O service |
►CWt::WJavaScriptExposableObject | A JavaScript exposable object |
CWt::WBrush | A value class that defines the style for filling a path |
CWt::WPainterPath | A path defining a shape |
CWt::WPen | A value class that defines the style for pen strokes |
CWt::WPointF | A value class that defines a 2D point |
CWt::WRectF | A value class that defines a rectangle |
CWt::WTransform | A value class that defines a 2D affine transformation matrix |
CWt::WJavaScriptHandle< T > | A handle to a JavaScript representation of an object |
CWt::WJavaScriptHandle< WPainterPath > | |
CWt::WJavaScriptHandle< Wt::WPainterPath > | |
CWt::WJavaScriptHandle< Wt::WPen > | |
CWt::WJavaScriptHandle< Wt::WTransform > | |
CWt::WJavaScriptHandle< WTransform > | |
CWt::WKeyEvent | A class providing details for a keyboard event |
►CWt::WLayoutItem | An abstract base class for items that can participate in a layout |
CWt::WLayout | An abstract base class for layout managers |
CWt::WWidgetItem | A layout item that holds a single widget |
►CWt::WLayoutItemImpl | An abstract base class for implementing layout managers |
CWt::WLayoutImpl | An abstract base class for implementing layout managers |
CWt::WWidgetItemImpl | An abstract base class for implementing layout managers |
CWt::WLength | A value class that describes a CSS length |
CWt::WLineF | Utility class that defines a single line |
CWt::WLink | A value class that defines a hyperlink target |
CWt::WLinkedCssStyleSheet | An external CSS style sheet |
CWt::WLocalDateTime | A localized calendar date and clock time |
CWt::WLocale | A locale |
►CWt::WLocalizedStrings | An abstract class that provides support for localized strings |
CWt::WCombinedLocalizedStrings | A localized string resolver that bundles multiple string resolvers |
CWt::WMessageResourceBundle | Support for localized strings using XML files |
CWt::WLogEntry | A stream-like object for creating an entry in a log file |
CWt::WLogger | A simple logging class |
CWt::WLogSink | An abstract log sink |
CWt::WModelIndex | A value class that describes an index to an item in a data model |
CWt::WMouseEvent | A class providing details for a mouse event |
►CWt::WPaintDevice | The abstract base class for a paint device |
CWt::WCanvasPaintDevice | A paint device for rendering using the HTML 5 <canvas> element |
CWt::WMeasurePaintDevice | WMeasurePaintDevice Wt/WMeasurePaintDevice Wt/WMeasurePaintDevice |
CWt::WPdfImage | A paint device for rendering to a PDF |
CWt::WRasterImage | A paint device for rendering to a raster image |
►CWt::WVectorImage | An abstract paint device for rendering using native vector graphics |
CWt::WSvgImage | A paint device for rendering using Scalable Vector Graphics (SVG) |
CWt::WVmlImage | A paint device for rendering using the VML pseudo-standard |
CWt::WPainter | Vector graphics painting class |
CWt::WPoint | A value class that defines a 2D point with integer coordinates |
CWt::WRandom | Random number generator |
CWt::WScrollEvent | A class providing details for a scroll event |
►CWt::Chart::WSelection | Represents a selection on a chart |
CWt::Chart::WBarSelection | Represents a selection of a bar |
CWt::Chart::WPointSelection | Represents a single point selection on a WScatterData |
CWt::Chart::WSurfaceSelection | Represents a selection on a surface plot |
CWt::WServer | A class encapsulating a web application server |
CWt::WShadow | A value class that defines a shadow style |
CWt::WSslCertificate | An interface to an SSL certificate |
CWt::WSslInfo | Provides SSL information about the current session |
CWt::WStandardItem | An item in a WStandardItemModel |
CWt::WString | A value class which describes a locale-aware unicode string |
CWt::WStringStream | |
CWt::Http::WtClient | Support for a Wt web application client |
CWt::WTextItem | The result of a font metrics computation |
►CWt::Render::WTextRenderer | An XHTML renderering engine |
CWt::Render::WPdfRenderer | An XHTML to PDF renderer |
CWt::WTime | A value class that defines a clock time |
CWt::WTouchEvent | A class providing details for a touch event |
►CWt::WValidator | A validator is used to validate user input according to pre-defined rules |
►CWt::Auth::AbstractPasswordService::AbstractStrengthValidator | Validator for password strength |
CWt::Auth::PasswordStrengthValidator | A default implementation for password strength validation |
CWt::WDateValidator | A validator for date input |
CWt::WDoubleValidator | A validator for validating floating point user input |
CWt::WEmailValidator | A basic validator for email input |
CWt::WIntValidator | A validator that validates integer user input |
CWt::WLengthValidator | A validator that checks the string length of user input |
►CWt::WRegExpValidator | A validator that checks user input against a regular expression |
CWt::WTimeValidator | A time validator |