|
|
Settings for the HTML view.
| enum KJavaScriptAdvice { KJavaScriptDunno=0, KJavaScriptAccept, KJavaScriptReject } | KJavaScriptAdvice |
This enum specifies whether Java/JavaScript execution is allowed.
| KHTMLSettings ()
| KHTMLSettings |
| void init ()
| init |
| void init ( KConfig * config, bool reset = true )
| init |
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. |
| ~KHTMLSettings ()
| ~KHTMLSettings |
[virtual]
| bool changeCursor ()
| changeCursor |
| bool underlineLink ()
| underlineLink |
| bool hoverLink ()
| hoverLink |
| QString stdFontName ()
| stdFontName |
[const]
| QString fixedFontName ()
| fixedFontName |
[const]
| QString serifFontName ()
| serifFontName |
[const]
| QString sansSerifFontName ()
| sansSerifFontName |
[const]
| QString cursiveFontName ()
| cursiveFontName |
[const]
| QString fantasyFontName ()
| fantasyFontName |
[const]
| void setStdFontName (const QString &n)
| setStdFontName |
| void setFixedFontName (const QString &n)
| setFixedFontName |
| const QValueList<int> & fontSizes ()
| fontSizes |
[const]
| void setFontSizes (const QValueList<int> &newFontSizes )
| setFontSizes |
| void resetFontSizes ()
| resetFontSizes |
| int minFontSize ()
| minFontSize |
[const]
| QFont::CharSet charset ()
| charset |
[const]
| void setCharset ( QFont::CharSet c )
| setCharset |
| QFont::CharSet script ()
| script |
[const]
| void setScript ( QFont::CharSet c )
| setScript |
| void resetCharset ( )
| resetCharset |
| void setDefaultCharset ( QFont::CharSet c, bool b )
| setDefaultCharset |
| const QString & encoding ()
| encoding |
[const]
| const QColor& textColor ()
| textColor |
| const QColor& linkColor ()
| linkColor |
| const QColor& vLinkColor ()
| vLinkColor |
| bool autoLoadImages ()
| autoLoadImages |
| bool isJavaEnabled ( const QString& hostname = QString::null )
| isJavaEnabled |
| bool isJavaScriptEnabled ( const QString& hostname = QString::null )
| isJavaScriptEnabled |
| bool isPluginsEnabled ( const QString& hostname = QString::null )
| isPluginsEnabled |
| bool isCSSEnabled ( const QString& hostname = QString::null )
| isCSSEnabled |
| KJavaScriptAdvice strToAdvice (const QString& _str)
| strToAdvice |
[static]
| void splitDomainAdvice (const QString& configStr, QString &domain,
KJavaScriptAdvice &javaAdvice, KJavaScriptAdvice& javaScriptAdvice)
| splitDomainAdvice |
[static]
| const char* adviceToStr (KJavaScriptAdvice _advice)
| adviceToStr |
[static]
| QString settingsToCSS ()
| settingsToCSS |
[const]
| QString availableFamilies ()
| availableFamilies |
[const]
| QString userStyleSheet ()
| userStyleSheet |
[const]
| Generated by: root@powerpc.ports.openbsd.org on Tue Apr 24 23:01:20 2001, using kdoc 2.0a53. |