class KHTMLSettings
|
Settings for the HTML view. More... |
|
|
Public Types
Public Methods
Public Static Methods
Settings for the HTML view.
| enum KJavaScriptAdvice {KJavaScriptDunno=0, KJavaScriptAccept, KJavaScriptReject }
|
This enum specifies whether Java/JavaScript execution is allowed.
Called by constructor and reparseConfiguration
| void init ( KConfig * config, bool reset = true )
|
Read settings from config.
Parameters:
| reset | if true, settings are always set; if false,
settings are only set if the config file has a corresponding key.
|
[virtual]
Destructor. Don't delete any instance by yourself.
[const]
[const]
[const]
[const]
[const]
[const]
| void setStdFontName (const QString &n)
|
| void setFixedFontName (const QString &n)
|
[const]
| void setFontSizes (const QValueList<int> &newFontSizes )
|
[const]
| QFont::CharSet charset ()
|
[const]
| void setCharset ( QFont::CharSet c )
|
[const]
| void setScript ( QFont::CharSet c )
|
| void setDefaultCharset ( QFont::CharSet c, bool b )
|
[const]
| bool isJavaEnabled ( const QString& hostname = QString::null )
|
| bool isJavaScriptEnabled ( const QString& hostname = QString::null )
|
| bool isPluginsEnabled ( const QString& hostname = QString::null )
|
| bool isCSSEnabled ( const QString& hostname = QString::null )
|
| KJavaScriptAdvice strToAdvice (const QString& _str)
|
[static]
| void splitDomainAdvice (const QString& configStr, QString &domain, KJavaScriptAdvice &javaAdvice, KJavaScriptAdvice& javaScriptAdvice)
|
[static]
| const char* adviceToStr (KJavaScriptAdvice _advice)
|
[static]
[const]
[const]
[const]
| Generated by: masato@ss10 on Wed Apr 11 12:04:37 2001, using kdoc 2.0a48. |