class KHTMLSettings

Settings for the HTML view. More...

Definition#include <khtml_settings.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Static Methods


Detailed Description

Settings for the HTML view. We need this in konqueror since we need to call reparseConfiguration on the static instance (even when we don't have an HTML view any longer).

enum KJavaScriptAdvice {KJavaScriptDunno=0, KJavaScriptAccept, KJavaScriptReject }

This enum specifies whether Java/JavaScript execution is allowed.

 KHTMLSettings ()

void  init ()

void  init ( KConfig * config, bool reset = true )

Called by constructor and reparseConfiguration

KHTMLSettings ()

[virtual]

Destructor. Don't delete any instance by yourself.

bool  changeCursor ()

bool  underlineLink ()

const QString&  stdFontName ()

[const]

const QString&  fixedFontName ()

[const]

const QString&  serifFontName ()

[const]

const QString&  sansSerifFontName ()

[const]

const QString&  cursiveFontName ()

[const]

const QString&  fantasyFontName ()

[const]

void  setStdFontName (const QString &n)

void  setFixedFontName (const QString &n)

const QValueList<int> & fontSizes ()

[const]

void  setFontSizes (const QValueList<int> &newFontSizes )

void  resetFontSizes ()

int  minFontSize ()

[const]

QFont::CharSet  charset ()

[const]

void  setCharset ( QFont::CharSet c)

const QStringencoding ()

[const]

const QColor&  textColor ()

const QColor&  linkColor ()

const QColor&  vLinkColor ()

bool  autoLoadImages ()

bool  isJavaEnabled ( const QString& hostname = QString::null )

bool  isJavaScriptEnabled ( 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]


Generated by: prospector@porky.devel.redhat.com on Thu Aug 24 05:36:21 2000, using kdoc 2.0a36.