class KHTMLSettings
|
Settings for the HTML view. More... |
|
|
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.
void init ( KConfig * config, bool reset = true )
|
Called by constructor and reparseConfiguration
[virtual]
Destructor. Don't delete any instance by yourself.
[const]
[const]
[const]
const QString& sansSerifFontName ()
|
[const]
[const]
[const]
void setStdFontName (const QString &n)
|
void setFixedFontName (const QString &n)
|
const QValueList<int> & fontSizes ()
|
[const]
void setFontSizes (const QValueList<int> &newFontSizes )
|
[const]
QFont::CharSet charset ()
|
[const]
void setCharset ( QFont::CharSet c)
|
[const]
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. |