webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::FormControlState Class Reference

#include <FormController.h>

Public Member Functions

 FormControlState ()
 
 FormControlState (const String &value)
 
 FormControlState (const FormControlState &another)
 
FormControlStateoperator= (const FormControlState &)
 
bool isFailure () const
 
size_t valueSize () const
 
const Stringoperator[] (size_t i) const
 
void append (const String &)
 
void serializeTo (Vector< String > &stateVector) const
 

Static Public Member Functions

static FormControlState deserialize (const Vector< String > &stateVector, size_t &index)
 

Constructor & Destructor Documentation

◆ FormControlState() [1/3]

WebCore::FormControlState::FormControlState ( )
inline

◆ FormControlState() [2/3]

WebCore::FormControlState::FormControlState ( const String value)
inlineexplicit

◆ FormControlState() [3/3]

WebCore::FormControlState::FormControlState ( const FormControlState another)
inline

Member Function Documentation

◆ append()

void WebCore::FormControlState::append ( const String value)
inline

◆ deserialize()

FormControlState WebCore::FormControlState::deserialize ( const Vector< String > &  stateVector,
size_t index 
)
static

◆ isFailure()

bool WebCore::FormControlState::isFailure ( ) const
inline

◆ operator=()

FormControlState & WebCore::FormControlState::operator= ( const FormControlState another)
inline

◆ operator[]()

const String& WebCore::FormControlState::operator[] ( size_t  i) const
inline

◆ serializeTo()

void WebCore::FormControlState::serializeTo ( Vector< String > &  stateVector) const

◆ valueSize()

size_t WebCore::FormControlState::valueSize ( ) const
inline

The documentation for this class was generated from the following files: