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

#include <ContentData.h>

Inheritance diagram for WebCore::QuoteContentData:
WebCore::ContentData WebCore::ContentData

Public Member Functions

 QuoteContentData (QuoteType quote)
 
QuoteType quote () const
 
void setQuote (QuoteType quote)
 
 QuoteContentData (QuoteType quote)
 
QuoteType quote () const
 
void setQuote (QuoteType quote)
 
- Public Member Functions inherited from WebCore::ContentData
virtual ~ContentData ()
 
Type type () const
 
bool isCounter () const
 
bool isImage () const
 
bool isQuote () const
 
bool isText () const
 
std::unique_ptr< ContentDataclone () const
 
ContentDatanext () const
 
void setNext (std::unique_ptr< ContentData > next)
 
void setAltText (const String &alt)
 
const StringaltText () const
 
virtual ~ContentData ()
 
Type type () const
 
bool isCounter () const
 
bool isImage () const
 
bool isQuote () const
 
bool isText () const
 
std::unique_ptr< ContentDataclone () const
 
ContentDatanext () const
 
void setNext (std::unique_ptr< ContentData > next)
 
void setAltText (const String &alt)
 
const StringaltText () const
 

Additional Inherited Members

- Public Types inherited from WebCore::ContentData
enum  Type {
  CounterDataType, ImageDataType, QuoteDataType, TextDataType,
  CounterDataType, ImageDataType, QuoteDataType, TextDataType
}
 
enum  Type {
  CounterDataType, ImageDataType, QuoteDataType, TextDataType,
  CounterDataType, ImageDataType, QuoteDataType, TextDataType
}
 
- Protected Member Functions inherited from WebCore::ContentData
 ContentData (Type type)
 
 ContentData (Type type)
 

Constructor & Destructor Documentation

◆ QuoteContentData() [1/2]

WebCore::QuoteContentData::QuoteContentData ( QuoteType  quote)
inlineexplicit

◆ QuoteContentData() [2/2]

WebCore::QuoteContentData::QuoteContentData ( QuoteType  quote)
inlineexplicit

Member Function Documentation

◆ quote() [1/2]

QuoteType WebCore::QuoteContentData::quote ( ) const
inline

◆ quote() [2/2]

QuoteType WebCore::QuoteContentData::quote ( ) const
inline

◆ setQuote() [1/2]

void WebCore::QuoteContentData::setQuote ( QuoteType  quote)
inline

◆ setQuote() [2/2]

void WebCore::QuoteContentData::setQuote ( QuoteType  quote)
inline

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