QCAD Application Framework
CAD Application Development and Automation.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
QtScriptShell_QWebPage Class Reference

#include <qtscriptshell_QWebPage.h>

List of all members.

Public Member Functions

bool acceptNavigationRequest (QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
bool acceptNavigationRequest (QWebFrame *frame, const QNetworkRequest &request, QWebPage::NavigationType type)
void childEvent (QChildEvent *arg__1)
void childEvent (QChildEvent *arg__1)
QString chooseFile (QWebFrame *originatingFrame, const QString &oldFile)
QString chooseFile (QWebFrame *originatingFrame, const QString &oldFile)
QObject * createPlugin (const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues)
QObject * createPlugin (const QString &classid, const QUrl &url, const QStringList &paramNames, const QStringList &paramValues)
QWebPage * createWindow (QWebPage::WebWindowType type)
QWebPage * createWindow (QWebPage::WebWindowType type)
void customEvent (QEvent *arg__1)
void customEvent (QEvent *arg__1)
bool event (QEvent *arg__1)
bool event (QEvent *arg__1)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
bool eventFilter (QObject *arg__1, QEvent *arg__2)
bool extension (QWebPage::Extension extension, const QWebPage::ExtensionOption *option=0, QWebPage::ExtensionReturn *output=0)
bool extension (QWebPage::Extension extension, const QWebPage::ExtensionOption *option=0, QWebPage::ExtensionReturn *output=0)
void javaScriptAlert (QWebFrame *originatingFrame, const QString &msg)
void javaScriptAlert (QWebFrame *originatingFrame, const QString &msg)
bool javaScriptConfirm (QWebFrame *originatingFrame, const QString &msg)
bool javaScriptConfirm (QWebFrame *originatingFrame, const QString &msg)
void javaScriptConsoleMessage (const QString &message, int lineNumber, const QString &sourceID)
void javaScriptConsoleMessage (const QString &message, int lineNumber, const QString &sourceID)
bool javaScriptPrompt (QWebFrame *originatingFrame, const QString &msg, const QString &defaultValue, QString *result)
bool javaScriptPrompt (QWebFrame *originatingFrame, const QString &msg, const QString &defaultValue, QString *result)
 QtScriptShell_QWebPage (QObject *parent=0)
 QtScriptShell_QWebPage (QObject *parent=0)
bool supportsExtension (QWebPage::Extension extension) const
bool supportsExtension (QWebPage::Extension extension) const
void timerEvent (QTimerEvent *arg__1)
void timerEvent (QTimerEvent *arg__1)
void triggerAction (QWebPage::WebAction action, bool checked=false)
void triggerAction (QWebPage::WebAction action, bool checked=false)
QString userAgentForUrl (const QUrl &url) const
QString userAgentForUrl (const QUrl &url) const
 ~QtScriptShell_QWebPage ()
 ~QtScriptShell_QWebPage ()

Public Attributes

QScriptValue __qtscript_self

Constructor & Destructor Documentation

QtScriptShell_QWebPage::QtScriptShell_QWebPage ( QObject *  parent = 0)
QtScriptShell_QWebPage::~QtScriptShell_QWebPage ( )
QtScriptShell_QWebPage::QtScriptShell_QWebPage ( QObject *  parent = 0)
QtScriptShell_QWebPage::~QtScriptShell_QWebPage ( )

Member Function Documentation

bool QtScriptShell_QWebPage::acceptNavigationRequest ( QWebFrame *  frame,
const QNetworkRequest &  request,
QWebPage::NavigationType  type 
)
bool QtScriptShell_QWebPage::acceptNavigationRequest ( QWebFrame *  frame,
const QNetworkRequest &  request,
QWebPage::NavigationType  type 
)
void QtScriptShell_QWebPage::childEvent ( QChildEvent *  arg__1)
void QtScriptShell_QWebPage::childEvent ( QChildEvent *  arg__1)
QString QtScriptShell_QWebPage::chooseFile ( QWebFrame *  originatingFrame,
const QString &  oldFile 
)
QString QtScriptShell_QWebPage::chooseFile ( QWebFrame *  originatingFrame,
const QString &  oldFile 
)
QObject * QtScriptShell_QWebPage::createPlugin ( const QString &  classid,
const QUrl &  url,
const QStringList &  paramNames,
const QStringList &  paramValues 
)
QObject* QtScriptShell_QWebPage::createPlugin ( const QString &  classid,
const QUrl &  url,
const QStringList &  paramNames,
const QStringList &  paramValues 
)
QWebPage * QtScriptShell_QWebPage::createWindow ( QWebPage::WebWindowType  type)
QWebPage* QtScriptShell_QWebPage::createWindow ( QWebPage::WebWindowType  type)
void QtScriptShell_QWebPage::customEvent ( QEvent *  arg__1)
void QtScriptShell_QWebPage::customEvent ( QEvent *  arg__1)
bool QtScriptShell_QWebPage::event ( QEvent *  arg__1)
bool QtScriptShell_QWebPage::event ( QEvent *  arg__1)
bool QtScriptShell_QWebPage::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
bool QtScriptShell_QWebPage::eventFilter ( QObject *  arg__1,
QEvent *  arg__2 
)
bool QtScriptShell_QWebPage::extension ( QWebPage::Extension  extension,
const QWebPage::ExtensionOption *  option = 0,
QWebPage::ExtensionReturn *  output = 0 
)
bool QtScriptShell_QWebPage::extension ( QWebPage::Extension  extension,
const QWebPage::ExtensionOption *  option = 0,
QWebPage::ExtensionReturn *  output = 0 
)
void QtScriptShell_QWebPage::javaScriptAlert ( QWebFrame *  originatingFrame,
const QString &  msg 
)
void QtScriptShell_QWebPage::javaScriptAlert ( QWebFrame *  originatingFrame,
const QString &  msg 
)
bool QtScriptShell_QWebPage::javaScriptConfirm ( QWebFrame *  originatingFrame,
const QString &  msg 
)
bool QtScriptShell_QWebPage::javaScriptConfirm ( QWebFrame *  originatingFrame,
const QString &  msg 
)
void QtScriptShell_QWebPage::javaScriptConsoleMessage ( const QString &  message,
int  lineNumber,
const QString &  sourceID 
)
void QtScriptShell_QWebPage::javaScriptConsoleMessage ( const QString &  message,
int  lineNumber,
const QString &  sourceID 
)
bool QtScriptShell_QWebPage::javaScriptPrompt ( QWebFrame *  originatingFrame,
const QString &  msg,
const QString &  defaultValue,
QString *  result 
)
bool QtScriptShell_QWebPage::javaScriptPrompt ( QWebFrame *  originatingFrame,
const QString &  msg,
const QString &  defaultValue,
QString *  result 
)
bool QtScriptShell_QWebPage::supportsExtension ( QWebPage::Extension  extension) const
bool QtScriptShell_QWebPage::supportsExtension ( QWebPage::Extension  extension) const
void QtScriptShell_QWebPage::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QWebPage::timerEvent ( QTimerEvent *  arg__1)
void QtScriptShell_QWebPage::triggerAction ( QWebPage::WebAction  action,
bool  checked = false 
)
void QtScriptShell_QWebPage::triggerAction ( QWebPage::WebAction  action,
bool  checked = false 
)
QString QtScriptShell_QWebPage::userAgentForUrl ( const QUrl &  url) const
QString QtScriptShell_QWebPage::userAgentForUrl ( const QUrl &  url) const

Member Data Documentation

QScriptValue QtScriptShell_QWebPage::__qtscript_self

The documentation for this class was generated from the following files: