Skip to main content

class QCefSetting

Represents the settings for individual browser.

Summary

MembersDescriptions
public QCefSetting()Constructs the QCefSetting instance.
public QCefSetting(const QCefSetting & other)Constructs the QCefSetting instance from existing one.
public QCefSetting&operator=(const QCefSetting & other)Assigns the existing QCefSetting instance to current.
public ~QCefSetting()Destructs the instance.
public void setStandardFontFamily(const QString value)Sets the standard font family.
public const QString standardFontFamily() constGets the standard font family.
public void setFixedFontFamily(const QString & value)Sets the fixed font family.
public const QString fixedFontFamily() constGets the fixed font family.
public void setSerifFontFamily(const QString & value)Sets the serif font family.
public const QString serifFontFamily() constGets the serif font family.
public void setSansSerifFontFamily(const QString & value)Sets the sans serif font family.
public const QString sansSerifFontFamily() constGets the sans serif font family.
public void setCursiveFontFamily(const QString & value)Sets the cursive font family.
public const QString cursiveFontFamily() constGets the cursive font family.
public void setFantasyFontFamily(const QString & value)Sets the fantasy font family.
public const QString fantasyFontFamily() constGets the fantasy font family.
public void setDefaultEncoding(const QString & value)Sets the default encoding.
public const QString defaultEncoding() constGets the default encoding.
public void setAcceptLanguageList(const QString & value)Sets the acceptable language list.
public const QString acceptLanguageList() constGets the acceptable language list.
public void setWindowlessFrameRate(const int value)Sets the frame rate in window less mode.
public const QVariant windowlessFrameRate() constGets the frame rate in window less mode.
public void setDefaultFontSize(const int value)Sets the default font size.
public const QVariant defaultFontSize() constGets the default font size.
public void setDefaultFixedFontSize(const int value)Sets the default fixed font size.
public const QVariant defaultFixedFontSize() constGets the default fixed font size.
public void setMinimumFontSize(const int value)Sets the minimum font size.
public const QVariant minimumFontSize() constGets the minimum font size.
public void setMinimumLogicalFontSize(const int value)Sets the minimum logical font size.
public const QVariant minimumLogicalFontSize() constGets the minimum logical font size.
public void setRemoteFonts(const bool value)Sets to enable or disable remote fonts.
public const QVariant remoteFonts() constGets whether to enable or disable the remote fonts.
public void setJavascript(const bool value)Sets to enable or disable Javascript.
public const QVariant javascript() constGets whether to enable or disable Javascript.
public void setJavascriptCloseWindows(const bool value)Sets to enable or disable the permission of closing window from Javascript.
public const QVariant javascriptCloseWindows() constGets whether to enable or disable the permission of closing window from Javascript.
public void setJavascriptAccessClipboard(const bool value)Sets to enable or disable the permission of accessing clipboard from Javascript.
public const QVariant javascriptAccessClipboard() constGets whether to enable or disable the permission of accessing clipboard from Javascript.
public void setJavascriptDomPaste(const bool value)Sets to enable or disable the permission of pasting DOM in Javascript.
public const QVariant javascriptDomPaste() constGets whether to enable or disable the permission of pasting DOM in Javascript.
public void setPlugins(const bool value)Sets to enable or disable plugins.
public const QVariant plugins() constGets whether to enable or disable plugins.
public void setImageLoading(const bool value)Sets to enable or disable the permission of loading images.
public const QVariant imageLoading() constGets whether to enable or disable the permission of loading images.
public void setImageShrinkStandaloneToFit(const bool value)Sets to enable or disable the shrinking image standalone to fit.
public const QVariant imageShrinkStandaloneToFit() constGets whether to enable or disable the shrinking image standalone to fit.
public void setTextAreaResize(const bool value)Sets to enable or disable the resizing of text area.
public const QVariant textAreaResize() constGets whether to enable or disable the resizing of text area.
public void setTabToLinks(const bool value)Sets to enable or disable tab to links.
public const QVariant tabToLinks() constGets whether to enable or disable tab to links.
public void setLocalStorage(const bool value)Sets to enable or disable local storage.
public const QVariant localStorage() constGets whether to enable or disable local storage.
public void setDatabases(const bool value)Sets to enable or disable database.
public const QVariant databases() constGets whether to enable or disable database.
public void setWebGL(const bool value)Sets to enable or disable webGL.
public const QVariant webGL() constGets whether to enable or disable webGL.
public void setBackgroundColor(const QColor & value)Sets the background color.
public const QVariant backgroundColor() constGets the background color.
private QScopedPointer< QCefSettingPrivate > d_ptr

Members


public QCefSetting()

Constructs the QCefSetting instance.


public QCefSetting(const QCefSetting & other)

Constructs the QCefSetting instance from existing one.

Parameters


public QCefSetting&operator=(const QCefSetting & other)

Assigns the existing QCefSetting instance to current.

Parameters

  • other

public ~QCefSetting()

Destructs the instance.


public void setStandardFontFamily(const QString value)

Sets the standard font family.

Parameters

  • value The font family

public const QString standardFontFamily() const

Gets the standard font family.

Returns

The font family


public void setFixedFontFamily(const QString & value)

Sets the fixed font family.

Parameters

  • value The font family

public const QString fixedFontFamily() const

Gets the fixed font family.

Returns

The font family


public void setSerifFontFamily(const QString & value)

Sets the serif font family.

Parameters

  • value The font family

public const QString serifFontFamily() const

Gets the serif font family.

Returns

The font family


public void setSansSerifFontFamily(const QString & value)

Sets the sans serif font family.

Parameters

  • value The font family

public const QString sansSerifFontFamily() const

Gets the sans serif font family.

Returns

The font family


public void setCursiveFontFamily(const QString & value)

Sets the cursive font family.

Parameters

  • value The font family

public const QString cursiveFontFamily() const

Gets the cursive font family.

Returns

The font family


public void setFantasyFontFamily(const QString & value)

Sets the fantasy font family.

Parameters

  • value The font family

public const QString fantasyFontFamily() const

Gets the fantasy font family.

Returns

The font family


public void setDefaultEncoding(const QString & value)

Sets the default encoding.

Parameters

  • value The encoding name

public const QString defaultEncoding() const

Gets the default encoding.

Returns

The encoding name


public void setAcceptLanguageList(const QString & value)

Sets the acceptable language list.

Parameters

  • value The acceptable languate list

public const QString acceptLanguageList() const

Gets the acceptable language list.

Returns

The acceptable languate list


public void setWindowlessFrameRate(const int value)

Sets the frame rate in window less mode.

Parameters

  • value The frame rate

public const QVariant windowlessFrameRate() const

Gets the frame rate in window less mode.

Returns

The frame rate


public void setDefaultFontSize(const int value)

Sets the default font size.

Parameters

  • value The font size

public const QVariant defaultFontSize() const

Gets the default font size.

Returns

The font size


public void setDefaultFixedFontSize(const int value)

Sets the default fixed font size.

Parameters

  • value The font size

public const QVariant defaultFixedFontSize() const

Gets the default fixed font size.

Returns

The font size


public void setMinimumFontSize(const int value)

Sets the minimum font size.

Parameters

  • value The font size

public const QVariant minimumFontSize() const

Gets the minimum font size.

Returns

The font size


public void setMinimumLogicalFontSize(const int value)

Sets the minimum logical font size.

Parameters

  • value The font size

public const QVariant minimumLogicalFontSize() const

Gets the minimum logical font size.

Returns

The font size


public void setRemoteFonts(const bool value)

Sets to enable or disable remote fonts.

Parameters

  • value True to enable; false to disable

public const QVariant remoteFonts() const

Gets whether to enable or disable the remote fonts.

Returns

True to enable; false to disable


public void setJavascript(const bool value)

Sets to enable or disable Javascript.

Parameters

  • value True to enable; false to disable

public const QVariant javascript() const

Gets whether to enable or disable Javascript.

Returns

True to enable; false to disable


public void setJavascriptCloseWindows(const bool value)

Sets to enable or disable the permission of closing window from Javascript.

Parameters

  • value True to enable; false to disable

public const QVariant javascriptCloseWindows() const

Gets whether to enable or disable the permission of closing window from Javascript.

Returns

True to enable; false to disable


public void setJavascriptAccessClipboard(const bool value)

Sets to enable or disable the permission of accessing clipboard from Javascript.

Parameters

  • value True to enable; false to disable

public const QVariant javascriptAccessClipboard() const

Gets whether to enable or disable the permission of accessing clipboard from Javascript.

Returns

True to enable; false to disable


public void setJavascriptDomPaste(const bool value)

Sets to enable or disable the permission of pasting DOM in Javascript.

Parameters

  • value True to enable; false to disable

public const QVariant javascriptDomPaste() const

Gets whether to enable or disable the permission of pasting DOM in Javascript.

Returns

True to enable; false to disable


public void setPlugins(const bool value)

Sets to enable or disable plugins.

Parameters

  • value True to enable; false to disable

public const QVariant plugins() const

Gets whether to enable or disable plugins.

Returns

True to enable; false to disable


public void setImageLoading(const bool value)

Sets to enable or disable the permission of loading images.

Parameters

  • value True to enable; false to disable

public const QVariant imageLoading() const

Gets whether to enable or disable the permission of loading images.

Returns

True to enable; false to disable


public void setImageShrinkStandaloneToFit(const bool value)

Sets to enable or disable the shrinking image standalone to fit.

Parameters

  • value True to enable; false to disable

public const QVariant imageShrinkStandaloneToFit() const

Gets whether to enable or disable the shrinking image standalone to fit.

Returns

True to enable; false to disable


public void setTextAreaResize(const bool value)

Sets to enable or disable the resizing of text area.

Parameters

  • value True to enable; false to disable

public const QVariant textAreaResize() const

Gets whether to enable or disable the resizing of text area.

Returns

True to enable; false to disable


public void setTabToLinks(const bool value)

Sets to enable or disable tab to links.

Parameters

  • value True to enable; false to disable

public const QVariant tabToLinks() const

Gets whether to enable or disable tab to links.

Returns

True to enable; false to disable


public void setLocalStorage(const bool value)

Sets to enable or disable local storage.

Parameters

  • value True to enable; false to disable

public const QVariant localStorage() const

Gets whether to enable or disable local storage.

Returns

True to enable; false to disable


public void setDatabases(const bool value)

Sets to enable or disable database.

Parameters

  • value True to enable; false to disable

public const QVariant databases() const

Gets whether to enable or disable database.

Returns

True to enable; false to disable


public void setWebGL(const bool value)

Sets to enable or disable webGL.

Parameters

  • value True to enable; false to disable

public const QVariant webGL() const

Gets whether to enable or disable webGL.

Returns

True to enable; false to disable


public void setBackgroundColor(const QColor & value)

Sets the background color.

Parameters

  • value The color

This only works if the web page has no background color set. The alpha component value will be adjusted to 0 or 255, it means if you pass a value with alpha value in the range of [1, 255], it will be accepted as 255. The default value is inherited from QCefConfig::backgroundColor()


public const QVariant backgroundColor() const

Gets the background color.

Returns

The color


private QScopedPointer< QCefSettingPrivate > d_ptr