Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
The QWebView class provides a widget that is used to view and edit web documents. More...
Public Member Functions | |
QWebView (QWidget parent=null) | |
More... | |
override void | CreateProxy () |
new void | Back () |
More... | |
override bool | OnEvent (QEvent e) |
More... | |
new bool | FindText (string subString, QWebPage.FindFlag options=0) |
More... | |
new void | Forward () |
More... | |
override object | InputMethodQuery (Qt.InputMethodQuery property) |
More... | |
new void | Load (QUrl url) |
More... | |
new void | Load (QNetworkRequest request, QNetworkAccessManager.Operation operation=QNetworkAccessManager.Operation.GetOperation) |
More... | |
new void | Load (QNetworkRequest request, QNetworkAccessManager.Operation operation, QByteArray body) |
More... | |
new QAction | PageAction (QWebPage.WebAction action) |
More... | |
new void | Print (QPrinter printer) |
More... | |
new void | Reload () |
More... | |
new void | SetContent (QByteArray data, string mimeType="") |
More... | |
new void | SetContent (QByteArray data, string mimeType, QUrl baseUrl) |
More... | |
new void | SetHtml (string html) |
More... | |
new void | SetHtml (string html, QUrl baseUrl) |
More... | |
new void | SetRenderHint (QPainter.RenderHint hint, bool enabled=true) |
More... | |
new void | Stop () |
More... | |
new void | TriggerPageAction (QWebPage.WebAction action, bool @checked=false) |
More... | |
new void | Dispose () |
![]() | |
QWidget (QWidget parent=null, Qt.WindowType f=0) | |
More... | |
new void | ActivateWindow () |
More... | |
new void | AddAction (QAction action) |
More... | |
new void | AddActions (System.Collections.Generic.List< QAction > actions) |
More... | |
new void | AdjustSize () |
More... | |
new QWidget | ChildAt (QPoint p) |
More... | |
new QWidget | ChildAt (int x, int y) |
More... | |
new void | ClearFocus () |
More... | |
new void | ClearMask () |
More... | |
new bool | Close () |
More... | |
new void | CreateWinId () |
new void | EnsurePolished () |
More... | |
override bool | OnEvent (QEvent @event) |
More... | |
new QWidget | FocusWidget () |
More... | |
new void | GetContentsMargins (ref int left, ref int top, ref int right, ref int bottom) |
More... | |
virtual System.IntPtr | GetDC () |
More... | |
new void | GrabGesture (Qt.GestureType type, Qt.GestureFlag flags=0) |
More... | |
new void | GrabKeyboard () |
More... | |
new void | GrabMouse () |
More... | |
new void | GrabMouse (QCursor cursor) |
More... | |
new int | GrabShortcut (QKeySequence key, Qt.ShortcutContext context=Qt.ShortcutContext.WindowShortcut) |
More... | |
virtual int | HeightForWidth (int w) |
More... | |
new void | Hide () |
More... | |
new void | InsertAction (QAction before, QAction action) |
More... | |
new void | InsertActions (QAction before, System.Collections.Generic.List< QAction > actions) |
More... | |
new bool | IsAncestorOf (QWidget child) |
More... | |
new bool | IsEnabledTo (QWidget ancestor) |
More... | |
new bool | IsVisibleTo (QWidget ancestor) |
More... | |
new void | Lower () |
More... | |
new QPoint | MapFrom (QWidget parent, QPoint pos) |
More... | |
new QPoint | MapFromGlobal (QPoint pos) |
More... | |
new QPoint | MapFromParent (QPoint pos) |
More... | |
new QPoint | MapTo (QWidget parent, QPoint pos) |
More... | |
new QPoint | MapToGlobal (QPoint pos) |
More... | |
new QPoint | MapToParent (QPoint pos) |
More... | |
new void | Move (int x, int y) |
new void | OverrideWindowFlags (Qt.WindowType type) |
More... | |
new void | OverrideWindowState (Qt.WindowState state) |
new void | Raise () |
More... | |
virtual void | ReleaseDC (System.IntPtr hdc) |
More... | |
new void | ReleaseKeyboard () |
More... | |
new void | ReleaseMouse () |
More... | |
new void | ReleaseShortcut (int id) |
More... | |
new void | RemoveAction (QAction action) |
More... | |
new void | Render (IQPaintDevice target) |
More... | |
new void | Render (QPainter painter) |
More... | |
new void | Render (IQPaintDevice target, QPoint targetOffset) |
More... | |
new void | Render (QPainter painter, QPoint targetOffset) |
More... | |
new void | Render (IQPaintDevice target, QPoint targetOffset, QRegion sourceRegion, QWidget.RenderFlag renderFlags=QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren) |
More... | |
new void | Render (QPainter painter, QPoint targetOffset, QRegion sourceRegion, QWidget.RenderFlag renderFlags=QWidget.RenderFlag.DrawWindowBackground|QWidget.RenderFlag.DrawChildren) |
More... | |
new void | Repaint () |
More... | |
new void | Repaint (QRect rect) |
More... | |
new void | Repaint (QRegion rgn) |
More... | |
new void | Repaint (int x, int y, int w, int h) |
More... | |
new void | Resize (int w, int h) |
new bool | RestoreGeometry (QByteArray geometry) |
More... | |
new QByteArray | SaveGeometry () |
More... | |
new void | Scroll (int dx, int dy) |
More... | |
new void | Scroll (int dx, int dy, QRect r) |
More... | |
new void | SetAttribute (Qt.WidgetAttribute attribute, bool on=true) |
More... | |
new void | SetBaseSize (int basew, int baseh) |
new void | SetContentsMargins (int left, int top, int right, int bottom) |
More... | |
new void | SetDisabled (bool disable) |
More... | |
new void | SetFixedHeight (int h) |
More... | |
new void | SetFixedSize (QSize s) |
More... | |
new void | SetFixedSize (int w, int h) |
More... | |
new void | SetFixedWidth (int w) |
More... | |
new void | SetFocus () |
More... | |
new void | SetFocus (Qt.FocusReason reason) |
More... | |
new void | SetGeometry (int x, int y, int w, int h) |
new void | SetHidden (bool hidden) |
More... | |
new void | SetMask (QBitmap bitmap) |
More... | |
new void | SetMaximumSize (int maxw, int maxh) |
new void | SetMinimumSize (int minw, int minh) |
new void | SetParent (QWidget parent) |
More... | |
new void | SetParent (QWidget parent, Qt.WindowType f) |
More... | |
new void | SetShortcutAutoRepeat (int id, bool enable=true) |
More... | |
new void | SetShortcutEnabled (int id, bool enable=true) |
More... | |
new void | SetShown (bool shown) |
More... | |
new void | SetSizeIncrement (int w, int h) |
new void | SetSizePolicy (QSizePolicy.Policy horizontal, QSizePolicy.Policy vertical) |
new void | Show () |
More... | |
new void | ShowFullScreen () |
More... | |
new void | ShowMaximized () |
More... | |
new void | ShowMinimized () |
More... | |
new void | ShowNormal () |
More... | |
new void | StackUnder (QWidget w) |
More... | |
new bool | TestAttribute (Qt.WidgetAttribute attribute) |
More... | |
new void | UngrabGesture (Qt.GestureType type) |
More... | |
new void | UnsetCursor () |
new void | UnsetLayoutDirection () |
new void | UnsetLocale () |
new void | Update () |
More... | |
new void | Update (QRect rect) |
More... | |
new void | Update (QRegion rgn) |
More... | |
new void | Update (int x, int y, int w, int h) |
More... | |
new void | UpdateGeometry () |
More... | |
new void | Dispose () |
![]() | |
QObject (QObject parent=null) | |
More... | |
new bool | BlockSignals (bool b) |
More... | |
new bool | Connect (QObject sender, string signal, string member, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
More... | |
new void | DeleteLater () |
More... | |
new bool | Disconnect (QObject receiver, string member=null) |
More... | |
new bool | Disconnect (string signal=null, QObject receiver=null, string member=null) |
More... | |
new void | DumpObjectInfo () |
More... | |
new void | DumpObjectTree () |
More... | |
virtual bool | EventFilter (QObject watched, QEvent @event) |
More... | |
new bool | Inherits (string classname) |
More... | |
new void | InstallEventFilter (QObject filterObj) |
More... | |
new void | KillTimer (int id) |
More... | |
new object | Property (string name) |
More... | |
new void | RemoveEventFilter (QObject obj) |
More... | |
new bool | SetProperty (string name, object value) |
More... | |
new void | SetUserData (uint id, QObjectUserData data) |
new int | StartTimer (int interval) |
More... | |
new QObjectUserData | UserData (uint id) |
new void | Dispose () |
![]() | |
delegate QTextStream | FuncQTextStreamQTextStream (QTextStream qTextStream) |
delegate void | ActionQtMsgTypeString (QtMsgType qtMsgType, string @string) |
delegate QObject | FuncQObject () |
delegate string | FuncStringQByteArray (QByteArray qByteArray) |
delegate QByteArray | FuncQByteArrayString (string @string) |
Static Public Member Functions | |
static string | Tr (string s, string c=null) |
static string | Tr (string s, string c, int n) |
static string | TrUtf8 (string s, string c=null) |
static string | TrUtf8 (string s, string c, int n) |
![]() | |
static QWidget | Find (NativeULong id) |
More... | |
static void | SetTabOrder (QWidget first, QWidget second) |
More... | |
static string | Tr (string s, string c=null) |
static string | Tr (string s, string c, int n) |
static string | TrUtf8 (string s, string c=null) |
static string | TrUtf8 (string s, string c, int n) |
![]() | |
static bool | Connect (QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod method, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
More... | |
static bool | Connect (QObject sender, string signal, QObject receiver, string member, Qt.ConnectionType type=Qt.ConnectionType.AutoConnection) |
More... | |
static bool | Disconnect (QObject sender, QMetaMethod signal, QObject receiver, QMetaMethod member) |
More... | |
static bool | Disconnect (QObject sender, string signal, QObject receiver, string member) |
More... | |
static string | Tr (string s, string c=null) |
More... | |
static string | Tr (string s, string c, int n) |
More... | |
static string | TrUtf8 (string s, string c=null) |
More... | |
static string | TrUtf8 (string s, string c, int n) |
More... | |
![]() | |
static QDataStream | Write (QDataStream s, object p) |
static QDataStream | Write (QDataStream stream, QSizeF size) |
More... | |
static QDataStream | Write (QDataStream stream, QPoint point) |
More... | |
static QTextStream | Write (QTextStream s, Qt.FuncQTextStreamQTextStream f) |
static QDataStream | Write (QDataStream stream, QLineF line) |
More... | |
static QDataStream | Write (QDataStream stream, QPointF point) |
More... | |
static QDataStream | Write (QDataStream @out, QChar chr) |
More... | |
static QDataStream | Write (QDataStream @out, QByteArray ba) |
More... | |
static QDataStream | Write (QDataStream stream, QEasingCurve easing) |
More... | |
static QDataStream | Write (QDataStream stream, QRectF rectangle) |
More... | |
static QDataStream | Write (QDataStream @out, QDateTime dateTime) |
More... | |
static QDataStream | Write (QDataStream @out, QUrl url) |
More... | |
static QDataStream | Write (QDataStream @out, QTime time) |
More... | |
static QDataStream | Write (QDataStream arg1, QLocale arg2) |
static QDataStream | Write (QDataStream @out, QBitArray ba) |
More... | |
static QDataStream | Write (QDataStream s, QUuid id) |
More... | |
static QDataStream | Write (QDataStream stream, QLine line) |
More... | |
static QDataStream | Write (QDataStream @out, QDate date) |
More... | |
static QDataStream | Write (QDataStream @out, QRegExp regExp) |
More... | |
static QDataStream | Write (QDataStream stream, QRect rectangle) |
More... | |
static QDataStream | Write (QDataStream stream, QSize size) |
More... | |
static QDataStream | Write (QDataStream s, QVariant.Type p) |
static QDataStream | Write (QDataStream arg1, string arg2) |
static QDataStream | Write (QDataStream @out, System.Collections.Generic.List< string > list) |
More... | |
static QDataStream | Read (QDataStream @in, QChar chr) |
More... | |
static QDataStream | Read (QDataStream arg1, QLocale arg2) |
static QDataStream | Read (QDataStream stream, QRect rectangle) |
More... | |
static QDataStream | Read (QDataStream arg1, QEasingCurve arg2) |
static QDataStream | Read (QDataStream @in, QDate date) |
More... | |
static QDataStream | Read (QDataStream @in, QUrl url) |
More... | |
static QDataStream | Read (QDataStream s, QUuid id) |
More... | |
static QTextStream | Read (QTextStream s, Qt.FuncQTextStreamQTextStream f) |
static QDataStream | Read (QDataStream stream, QLineF line) |
More... | |
static QDataStream | Read (QDataStream stream, QRectF rectangle) |
More... | |
static QDataStream | Read (QDataStream stream, QPointF point) |
More... | |
static QDataStream | Read (QDataStream stream, QLine line) |
More... | |
static QDataStream | Read (QDataStream @in, QBitArray ba) |
More... | |
static QDataStream | Read (QDataStream stream, QSize size) |
More... | |
static QDataStream | Read (QDataStream @in, QDateTime dateTime) |
More... | |
static QDataStream | Read (QDataStream @in, QTime time) |
More... | |
static QDataStream | Read (QDataStream stream, QPoint point) |
More... | |
static QDataStream | Read (QDataStream @in, QRegExp regExp) |
More... | |
static QDataStream | Read (QDataStream s, object p) |
static QDataStream | Read (QDataStream @in, QByteArray ba) |
More... | |
static QDataStream | Read (QDataStream stream, QSizeF size) |
More... | |
static QDataStream | Read (QDataStream arg1, string arg2) |
static QDataStream | Read (QDataStream s, QVariant.Type p) |
static QDataStream | Read (QDataStream @in, System.Collections.Generic.List< string > list) |
More... | |
static double | QAcos (double v) |
More... | |
static void | QAddPostRoutine (System.Action ptr) |
More... | |
static double | QAsin (double v) |
More... | |
static double | QAtan (double v) |
More... | |
static double | QAtan2 (double x, double y) |
More... | |
static void | QBadAlloc () |
static int | QCeil (double v) |
More... | |
static ushort | QChecksum (string s, uint len) |
More... | |
static QByteArray | QCompress (QByteArray data, int compressionLevel=-1) |
More... | |
static QByteArray | QCompress (Pointer< byte > data, int nbytes, int compressionLevel=-1) |
More... | |
static double | QCos (double v) |
More... | |
static double | QExp (double v) |
More... | |
static double | QFabs (double v) |
static double | QFastCos (double x) |
static double | QFastSin (double x) |
static string | QFlagLocation (string method) |
static int | QFloor (double v) |
More... | |
static bool | QFuzzyCompare (double p1, double p2) |
More... | |
static bool | QFuzzyCompare (float p1, float p2) |
More... | |
static bool | QFuzzyIsNull (double d) |
static bool | QFuzzyIsNull (float f) |
static uint | QHash (QBitArray key) |
More... | |
static uint | QHash (QChar key) |
More... | |
static uint | QHash (QStringRef key) |
static uint | QHash (QUrl url) |
More... | |
static uint | QHash (QPersistentModelIndex index) |
static uint | QHash (QByteArray key) |
More... | |
static uint | QHash (QModelIndex index) |
static uint | QHash (uint key) |
More... | |
static uint | QHash (char key) |
More... | |
static uint | QHash (byte key) |
More... | |
static uint | QHash (short key) |
More... | |
static uint | QHash (NativeLong key) |
More... | |
static uint | QHash (ushort key) |
More... | |
static uint | QHash (long key) |
More... | |
static uint | QHash (ulong key) |
More... | |
static uint | QHash (int key) |
More... | |
static uint | QHash (string key) |
More... | |
static uint | QHash (NativeULong key) |
More... | |
static Qt.ActionQtMsgTypeString | QInstallMsgHandler (Qt.ActionQtMsgTypeString handler) |
More... | |
static int | QIntCast (float f) |
static int | QIntCast (double f) |
static bool | QIsFinite (double d) |
static bool | QIsFinite (float f) |
static bool | QIsInf (float f) |
static bool | QIsInf (double d) |
static bool | QIsNaN (float f) |
static bool | QIsNaN (double d) |
static bool | QIsNull (float f) |
static bool | QIsNull (double d) |
static double | QLn (double v) |
More... | |
static double | QPow (double x, double y) |
More... | |
static void | QRegisterStaticPluginInstanceFunction (Qt.FuncQObject function) |
More... | |
static void | QRemovePostRoutine (System.Action arg1) |
static int | QRound (double d) |
More... | |
static long | QRound64 (double d) |
More... | |
static double | QSin (double v) |
More... | |
static double | QSqrt (double v) |
More... | |
static bool | QStringComparisonHelper (QStringRef s1, string s2) |
static double | QTan (double v) |
More... | |
static QByteArray | QUncompress (QByteArray data) |
More... | |
static QByteArray | QUncompress (Pointer< byte > data, int nbytes) |
More... | |
static void | Qbswap_helper (Pointer< byte > src, Pointer< byte > dest, int size) |
static QByteArray | Qgetenv (string varName) |
More... | |
static bool | Qputenv (string varName, QByteArray value) |
More... | |
static void | Qsrand (uint seed) |
More... | |
static int | Qstrcmp (QByteArray str1, QByteArray str2) |
static int | Qstrcmp (QByteArray str1, string str2) |
static int | Qstrcmp (string str1, QByteArray str2) |
static int | Qstrcmp (string str1, string str2) |
More... | |
static Pointer< sbyte > | Qstrcpy (Pointer< sbyte > dst, string src) |
More... | |
static Pointer< sbyte > | Qstrdup (string src) |
More... | |
static int | Qstricmp (string str1, string str2) |
More... | |
static uint | Qstrlen (string str) |
More... | |
static int | Qstrncmp (string str1, string str2, uint len) |
More... | |
static Pointer< sbyte > | Qstrncpy (Pointer< sbyte > dst, string src, uint len) |
More... | |
static int | Qstrnicmp (string str1, string str2, uint len) |
More... | |
static uint | Qstrnlen (string str, uint maxlen) |
More... | |
Properties | |
Slot | LoadStarted |
More... | |
Slot< System.Int32 > | LoadProgress |
More... | |
Slot< System.Boolean > | LoadFinished |
More... | |
Slot< System.String > | TitleChanged |
More... | |
Slot< System.String > | StatusBarMessage |
More... | |
Slot< QUrl > | LinkClicked |
More... | |
Slot | SelectionChanged |
More... | |
Slot | IconChanged |
More... | |
Slot< QUrl > | UrlChanged |
More... | |
QWebPage | Page [get, set] |
More... | |
QWebHistory | History [get] |
More... | |
QWebSettings | Settings [get, set] |
More... | |
override QSize | SizeHint [get] |
More... | |
new string | Title [get] |
More... | |
new QUrl | Url [get, set] |
More... | |
new QIcon | Icon [get] |
More... | |
new string | SelectedText [get] |
More... | |
new string | SelectedHtml [get] |
More... | |
new bool | HasSelection [get] |
More... | |
new bool | Modified [get] |
More... | |
new double | TextSizeMultiplier [get, set] |
new double | ZoomFactor [get, set] |
More... | |
new QPainter.RenderHint | RenderHints [get, set] |
More... | |
static new QMetaObject | StaticMetaObject [get] |
new IQWebViewSignals | Emit [get] |
![]() | |
virtual EventHandler < QEventArgs< QActionEvent > > | ActionEvent |
More... | |
virtual EventHandler < QEventArgs< QEvent > > | ChangeEvent |
More... | |
virtual EventHandler < QEventArgs< QCloseEvent > > | CloseEvent |
More... | |
virtual EventHandler < QEventArgs < QContextMenuEvent > > | ContextMenuEvent |
More... | |
virtual EventHandler < QEventArgs< QDragEnterEvent > > | DragEnterEvent |
More... | |
virtual EventHandler < QEventArgs< QDragLeaveEvent > > | DragLeaveEvent |
More... | |
virtual EventHandler < QEventArgs< QDragMoveEvent > > | DragMoveEvent |
More... | |
virtual EventHandler < QEventArgs< QDropEvent > > | DropEvent |
More... | |
virtual EventHandler < QEventArgs< QEvent > > | EnterEvent |
More... | |
virtual EventHandler < QEventArgs< QFocusEvent > > | FocusInEvent |
More... | |
virtual EventHandler < QEventArgs< QFocusEvent > > | FocusOutEvent |
More... | |
virtual EventHandler < QEventArgs< QHideEvent > > | HideEvent |
More... | |
virtual EventHandler < QEventArgs < QInputMethodEvent > > | InputMethodEvent |
More... | |
virtual EventHandler < QEventArgs< QKeyEvent > > | KeyPressEvent |
More... | |
virtual EventHandler < QEventArgs< QKeyEvent > > | KeyReleaseEvent |
More... | |
virtual EventHandler < QEventArgs< QEvent > > | LeaveEvent |
More... | |
virtual EventHandler < QEventArgs< QMouseEvent > > | MouseDoubleClickEvent |
More... | |
virtual EventHandler < QEventArgs< QMouseEvent > > | MouseMoveEvent |
More... | |
virtual EventHandler < QEventArgs< QMouseEvent > > | MousePressEvent |
More... | |
virtual EventHandler < QEventArgs< QMouseEvent > > | MouseReleaseEvent |
More... | |
virtual EventHandler < QEventArgs< QMoveEvent > > | MoveEvent |
More... | |
virtual EventHandler < QEventArgs< QPaintEvent > > | PaintEvent |
More... | |
virtual EventHandler < QEventArgs< QResizeEvent > > | ResizeEvent |
More... | |
virtual EventHandler < QEventArgs< QShowEvent > > | ShowEvent |
More... | |
virtual EventHandler < QEventArgs< QTabletEvent > > | TabletEvent |
More... | |
virtual EventHandler < QEventArgs< QWheelEvent > > | WheelEvent |
More... | |
Slot< QPoint > | CustomContextMenuRequested |
More... | |
QPalette.ColorRole | BackgroundRole [get, set] |
More... | |
QMargins | ContentsMargins [get, set] |
More... | |
QWidget | FocusProxy [get, set] |
More... | |
QPalette.ColorRole | ForegroundRole [get, set] |
More... | |
QGraphicsEffect | GraphicsEffect [get, set] |
More... | |
QInputContext | InputContext [get, set] |
More... | |
QLayout | Layout [get, set] |
More... | |
QRegion | Mask [get, set] |
More... | |
QStyle | Style [get, set] |
More... | |
Qt.WindowType | WindowFlags [get, set] |
string | WindowRole [get, set] |
More... | |
Qt.WindowState | WindowState [get, set] |
More... | |
virtual int | DevType [get] |
virtual QPaintEngine | PaintEngine [get] |
More... | |
int | ColorCount [get] |
More... | |
int | Depth [get] |
More... | |
int | HeightMM [get] |
More... | |
int | LogicalDpiX [get] |
More... | |
int | LogicalDpiY [get] |
More... | |
int | NumColors [get] |
More... | |
bool | PaintingActive [get] |
More... | |
int | PhysicalDpiX [get] |
More... | |
int | PhysicalDpiY [get] |
More... | |
int | WidthMM [get] |
More... | |
System.Collections.Generic.List < QAction > | Actions [get] |
More... | |
QRect | ContentsRect [get] |
More... | |
NativeULong | EffectiveWinId [get] |
More... | |
QFontInfo | FontInfo [get] |
More... | |
QFontMetrics | FontMetrics [get] |
More... | |
QGraphicsProxyWidget | GraphicsProxyWidget [get] |
More... | |
NativeULong | InternalWinId [get] |
bool | IsEnabledToTLW [get] |
More... | |
bool | IsHidden [get] |
More... | |
bool | IsLeftToRight [get] |
bool | IsRightToLeft [get] |
bool | IsTopLevel [get] |
More... | |
bool | IsWindow [get] |
More... | |
static QWidget | KeyboardGrabber [get] |
More... | |
static QWidget | MouseGrabber [get] |
More... | |
QWidget | NativeParentWidget [get] |
More... | |
QWidget | NextInFocusChain [get] |
More... | |
QWidget | ParentWidget [get] |
More... | |
QWidget | PreviousInFocusChain [get] |
More... | |
QWidget | TopLevelWidget [get] |
More... | |
bool | UnderMouse [get] |
More... | |
QRegion | VisibleRegion [get] |
More... | |
NativeULong | WinId [get] |
More... | |
QWidget | Window [get] |
More... | |
Qt.WindowType | WindowType [get] |
More... | |
new bool | Modal [get] |
More... | |
new Qt.WindowModality | WindowModality [get, set] |
More... | |
new bool | Enabled [get, set] |
More... | |
new QRect | Geometry [get, set] |
More... | |
new QRect | FrameGeometry [get] |
More... | |
new QRect | NormalGeometry [get] |
More... | |
new int | X [get] |
More... | |
new int | Y [get] |
More... | |
new QPoint | Pos [get, set] |
More... | |
new QSize | FrameSize [get] |
More... | |
new QSize | Size [get, set] |
More... | |
new int | Width [get] |
More... | |
new int | Height [get] |
More... | |
new QRect | Rect [get] |
More... | |
new QRect | ChildrenRect [get] |
More... | |
new QRegion | ChildrenRegion [get] |
More... | |
new QSizePolicy | SizePolicy [get, set] |
More... | |
new QSize | MinimumSize [get, set] |
More... | |
new QSize | MaximumSize [get, set] |
More... | |
new int | MinimumWidth [get, set] |
More... | |
new int | MinimumHeight [get, set] |
More... | |
new int | MaximumWidth [get, set] |
More... | |
new int | MaximumHeight [get, set] |
More... | |
new QSize | SizeIncrement [get, set] |
More... | |
new QSize | BaseSize [get, set] |
More... | |
new QPalette | Palette [get, set] |
More... | |
new QFont | Font [get, set] |
More... | |
new QCursor | Cursor [get, set] |
More... | |
new bool | MouseTracking [get, set] |
More... | |
new bool | IsActiveWindow [get] |
More... | |
new Qt.FocusPolicy | FocusPolicy [get, set] |
More... | |
new bool | Focus [get] |
More... | |
new Qt.ContextMenuPolicy | ContextMenuPolicy [get, set] |
More... | |
new bool | UpdatesEnabled [get, set] |
More... | |
virtual new bool | Visible [get, set] |
More... | |
new bool | Minimized [get] |
More... | |
new bool | Maximized [get] |
More... | |
new bool | FullScreen [get] |
More... | |
virtual new QSize | SizeHint [get] |
More... | |
virtual new QSize | MinimumSizeHint [get] |
More... | |
new bool | AcceptDrops [get, set] |
More... | |
new string | WindowTitle [get, set] |
More... | |
new QIcon | WindowIcon [get, set] |
More... | |
new string | WindowIconText [get, set] |
More... | |
new double | WindowOpacity [get, set] |
More... | |
new bool | WindowModified [get, set] |
More... | |
new string | ToolTip [get, set] |
More... | |
new string | StatusTip [get, set] |
More... | |
new string | WhatsThis [get, set] |
More... | |
new string | AccessibleName [get, set] |
More... | |
new string | AccessibleDescription [get, set] |
More... | |
new Qt.LayoutDirection | LayoutDirection [get, set] |
More... | |
new bool | AutoFillBackground [get, set] |
More... | |
new string | StyleSheet [get, set] |
More... | |
new QLocale | Locale [get, set] |
More... | |
new string | WindowFilePath [get, set] |
More... | |
new Qt.InputMethodHint | InputMethodHints [get, set] |
More... | |
static new QMetaObject | StaticMetaObject [get] |
new ushort | Painters [get, set] |
new IQWidgetSignals | Emit [get] |
![]() | |
virtual EventHandler < QEventArgs< QChildEvent > > | ChildEvent |
More... | |
virtual EventHandler < QEventArgs< QEvent > > | CustomEvent |
More... | |
virtual EventHandler < QEventArgs< QEvent > > | Event |
More... | |
virtual EventHandler < QEventArgs< QTimerEvent > > | TimerEvent |
More... | |
Slot< QObject > | DestroyedObj |
More... | |
Slot | Destroyed |
More... | |
QObject | Parent [get, set] |
More... | |
System.Collections.Generic.List < QObject > | Children [get] |
More... | |
System.Collections.Generic.List < QByteArray > | DynamicPropertyNames [get] |
More... | |
bool | IsWidgetType [get] |
More... | |
static uint | RegisterUserData [get] |
QObject | Sender [get] |
More... | |
int | SenderSignalIndex [get] |
More... | |
bool | SignalsBlocked [get] |
More... | |
virtual System.IntPtr | SmokeObject [get, set] |
new string | ObjectName [get, set] |
More... | |
static new QMetaObject | StaticMetaObject [get] |
More... | |
static new QMetaObject | StaticQtMetaObject [get] |
new IQObjectSignals | Emit [get] |
![]() | |
static string | QAppName [get] |
static double | QInf [get] |
static double | QQNaN [get] |
static double | QSNaN [get] |
static bool | QSharedBuild [get] |
static string | QVersion [get] |
More... | |
static int | Qrand [get] |
More... | |
![]() | |
System.Int32 | ColorCount [get] |
More... | |
System.Int32 | Depth [get] |
More... | |
System.Int32 | DevType [get] |
System.Int32 | Height [get] |
More... | |
System.Int32 | HeightMM [get] |
More... | |
System.Int32 | LogicalDpiX [get] |
More... | |
System.Int32 | LogicalDpiY [get] |
More... | |
System.Int32 | NumColors [get] |
More... | |
QPaintEngine | PaintEngine [get] |
More... | |
System.Boolean | PaintingActive [get] |
More... | |
System.Int32 | PhysicalDpiX [get] |
More... | |
System.Int32 | PhysicalDpiY [get] |
More... | |
System.Int32 | Width [get] |
More... | |
System.Int32 | WidthMM [get] |
More... | |
Additional Inherited Members | |
![]() | |
enum | RenderFlag { DrawChildren = 2, DrawWindowBackground = 1, IgnoreMask = 4 } |
More... | |
![]() | |
</para > *< para > Creating QM files suitable for use with this[SmokeMethod("qtTrId(const char*, int)")] static strin | QtTrId )(string id, int n=-1) |
![]() | |
object | Q_EMIT = null |
SmokeInvocation | interceptor |
readonly List< QEventHandler > | eventFilters = new List<QEventHandler>() |
The QWebView class provides a widget that is used to view and edit web documents.
QWebView is the main widget component of the QtWebKit web browsing module. It can be used in various applications to display web content live from the Internet.
The image below shows QWebView previewed in Qt Designer with a Nokia website.
A web site can be loaded onto QWebView with the load() function. Like all Qt widgets, the show() function must be invoked in order to display QWebView. The snippet below illustrates this:
QWebView *view = new QWebView(parent);
view->load(QUrl("http://qt.nokia.com/"));
view->show();
Alternatively, setUrl() can also be used to load a web site. If you have the HTML content readily available, you can use setHtml() instead.
The loadStarted() signal is emitted when the view begins loading. The loadProgress() signal, on the other hand, is emitted whenever an element of the web view completes loading, such as an embedded image, a script, etc. Finally, the loadFinished() signal is emitted when the view has loaded completely. It's argument - either true or false - indicates load success or failure.
The page() function returns a pointer to the web page object. See Elements of QWebView for an explanation of how the web page is related to the view. To modify your web view's settings, you can access the QWebSettings object with the settings() function. With QWebSettings, you can change the default fonts, enable or disable features such as JavaScript and plugins.
The title of an HTML document can be accessed with the title() property. Additionally, a web site may also specify an icon, which can be accessed using the icon() property. If the title or the icon changes, the corresponding titleChanged() and iconChanged() signals will be emitted. The textSizeMultiplier() property can be used to change the overall size of the text displayed in the web view.
If you require a custom context menu, you can implement it by reimplementing contextMenuEvent() and populating your QMenu with the actions obtained from pageAction(). More functionality such as reloading the view, copying selected text to the clipboard, or pasting into the view, is also encapsulated within the QAction objects returned by pageAction(). These actions can be programmatically triggered using triggerPageAction(). Alternatively, the actions can be added to a toolbar or a menu directly. QWebView maintains the state of the returned actions but allows modification of action properties such as text or icon.
A QWebView can be printed onto a QPrinter using the print() function. This function is marked as a slot and can be conveniently connected to QPrintPreviewDialog's paintRequested() signal.
If you want to provide support for web sites that allow the user to open new windows, such as pop-up windows, you can subclass QWebView and reimplement the createWindow() function.
Elements of QWebView
QWebView consists of other objects such as QWebFrame and QWebPage. The flowchart below shows these elements are related.
Note: It is possible to use QWebPage and QWebFrame, without using QWebView, if you do not require QWidget attributes. Nevertheless, QtWebKit depends on QtGui, so you should use a QApplication instead of QCoreApplication.
See also Previewer Example, Web Browser, Form Extractor Example, Google Chat Example, and Fancy Browser Example.
|
protected |
QtWebKit.QWebView.QWebView | ( | QWidget | parent = null | ) |
Constructs an empty QWebView with parent parent.
See also load().
new void QtWebKit.QWebView.Back | ( | ) |
Convenience slot that loads the previous document in the list of documents built by navigating links. Does nothing if there is no previous document.
It is equivalent to
view->page()->triggerPageAction(QWebPage::GoBack);
See also forward() and pageAction().
|
virtual |
|
protectedvirtual |
This function is called from the createWindow() method of the associated QWebPage, each time the page wants to create a new window of the given type. This might be the result, for example, of a JavaScript request to open a document in a new window.
Note: If the createWindow() method of the associated page is reimplemented, this method is not called, unless explicitly done so in the reimplementation.
Note: In the cases when the window creation is being triggered by JavaScript, apart from reimplementing this method application must also set the JavaScriptCanOpenWindows attribute of QWebSettings to true in order for it to get called.
See also QWebPage::createWindow() and QWebPage::acceptNavigationRequest().
new void QtWebKit.QWebView.Dispose | ( | ) |
new bool QtWebKit.QWebView.FindText | ( | string | subString, |
QWebPage.FindFlag | options = 0 |
||
) |
Finds the specified string, subString, in the page, using the given options.
If the HighlightAllOccurrences flag is passed, the function will highlight all occurrences that exist in the page. All subsequent calls will extend the highlight, rather than replace it, with occurrences of the new string.
If the HighlightAllOccurrences flag is not passed, the function will select an occurrence and all subsequent calls will replace the current occurrence with the next one.
To clear the selection, just pass an empty string.
Returns true if subString was found; otherwise returns false.
See also selectedText() and selectionChanged().
|
protectedvirtual |
Reimplemented from QWidget::focusNextPrevChild().
Reimplemented from QtGui.QWidget.
new void QtWebKit.QWebView.Forward | ( | ) |
Convenience slot that loads the next document in the list of documents built by navigating links. Does nothing if there is no next document.
It is equivalent to
view->page()->triggerPageAction(QWebPage::GoForward);
See also back() and pageAction().
|
virtual |
Reimplemented from QWidget::inputMethodQuery().
Reimplemented from QtGui.QWidget.
new void QtWebKit.QWebView.Load | ( | QUrl | url | ) |
Loads the specified url and displays it.
Note: The view remains the same until enough data has arrived to display the new url.
See also setUrl(), url(), urlChanged(), and QUrl::fromUserInput().
new void QtWebKit.QWebView.Load | ( | QNetworkRequest | request, |
QNetworkAccessManager.Operation | operation = QNetworkAccessManager.Operation.GetOperation |
||
) |
Loads a network request, request, using the method specified in operation.
body is optional and is only used for POST operations.
Note: The view remains the same until enough data has arrived to display the new url.
See also url() and urlChanged().
new void QtWebKit.QWebView.Load | ( | QNetworkRequest | request, |
QNetworkAccessManager.Operation | operation, | ||
QByteArray | body | ||
) |
Loads a network request, request, using the method specified in operation.
body is optional and is only used for POST operations.
Note: The view remains the same until enough data has arrived to display the new url.
See also url() and urlChanged().
|
protected |
Reimplemented from QWidget::changeEvent().
|
protected |
Reimplemented from QWidget::contextMenuEvent().
|
protected |
Reimplemented from QWidget::dragEnterEvent().
|
protected |
Reimplemented from QWidget::dragLeaveEvent().
|
protected |
Reimplemented from QWidget::dragMoveEvent().
|
protected |
Reimplemented from QWidget::dropEvent().
|
virtual |
Reimplemented from QObject::event().
Reimplemented from QtCore.QObject.
|
protected |
Reimplemented from QWidget::focusInEvent().
|
protected |
Reimplemented from QWidget::focusOutEvent().
|
protected |
This signal is emitted whenever the icon of the page is loaded or changes.
In order for icons to be loaded, you will need to set an icon database path using QWebSettings::setIconDatabasePath().
See also icon() and QWebSettings::setIconDatabasePath().
|
protected |
Reimplemented from QWidget::inputMethodEvent().
|
protected |
Reimplemented from QWidget::keyPressEvent().
|
protected |
Reimplemented from QWidget::keyReleaseEvent().
|
protected |
This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy property is set to delegate the link handling for the specified url.
See also QWebPage::linkDelegationPolicy().
|
protected |
This signal is emitted when a load of the page is finished. ok will indicate whether the load was successful or any error occurred.
See also loadStarted().
|
protected |
This signal is emitted every time an element in the web page completes loading and the overall loading progress advances.
This signal tracks the progress of all child frames.
The current value is provided by progress and scales from 0 to 100, which is the default range of QProgressBar.
See also loadStarted() and loadFinished().
|
protected |
This signal is emitted when a new load of the page is started.
See also loadProgress() and loadFinished().
|
protected |
Reimplemented from QWidget::mouseDoubleClickEvent().
|
protected |
Reimplemented from QWidget::mouseMoveEvent().
|
protected |
Reimplemented from QWidget::mousePressEvent().
|
protected |
Reimplemented from QWidget::mouseReleaseEvent().
|
protected |
Reimplemented from QWidget::paintEvent().
|
protected |
Reimplemented from QWidget::resizeEvent().
|
protected |
This signal is emitted whenever the selection changes.
See also selectedText().
|
protected |
This signal is emitted when the status bar text is changed by the page.
|
protected |
This signal is emitted whenever the title of the main frame changes.
See also title().
|
protected |
This signal is emitted when the url of the view changes.
See also url() and load().
|
protected |
Reimplemented from QWidget::wheelEvent().
new QAction QtWebKit.QWebView.PageAction | ( | QWebPage.WebAction | action | ) |
Returns a pointer to a QAction that encapsulates the specified web action action.
new void QtWebKit.QWebView.Print | ( | QPrinter | printer | ) |
Prints the main frame to the given printer.
See also QWebFrame::print() and QPrintPreviewDialog.
new void QtWebKit.QWebView.Reload | ( | ) |
Reloads the current document.
See also stop(), pageAction(), and loadStarted().
new void QtWebKit.QWebView.SetContent | ( | QByteArray | data, |
string | mimeType = "" |
||
) |
Sets the content of the web view to the specified content data. If the mimeType argument is empty it is currently assumed that the content is HTML but in future versions we may introduce auto-detection.
External objects referenced in the content are located relative to baseUrl.
The data is loaded immediately; external objects are loaded asynchronously.
See also load(), setHtml(), and QWebFrame::toHtml().
new void QtWebKit.QWebView.SetContent | ( | QByteArray | data, |
string | mimeType, | ||
QUrl | baseUrl | ||
) |
Sets the content of the web view to the specified content data. If the mimeType argument is empty it is currently assumed that the content is HTML but in future versions we may introduce auto-detection.
External objects referenced in the content are located relative to baseUrl.
The data is loaded immediately; external objects are loaded asynchronously.
See also load(), setHtml(), and QWebFrame::toHtml().
new void QtWebKit.QWebView.SetHtml | ( | string | html | ) |
Sets the content of the web view to the specified html.
External objects such as stylesheets or images referenced in the HTML document are located relative to baseUrl.
The html is loaded immediately; external objects are loaded asynchronously.
When using this method, WebKit assumes that external resources such as JavaScript programs or style sheets are encoded in UTF-8 unless otherwise specified. For example, the encoding of an external script can be specified through the charset attribute of the HTML script tag. Alternatively, the encoding can also be specified by the web server.
This is a convenience function equivalent to setContent(html, "text/html", baseUrl).
Warning: This function works only for HTML, for other mime types (i.e. XHTML, SVG) setContent() should be used instead.
See also load(), setContent(), QWebFrame::toHtml(), and QWebFrame::setContent().
new void QtWebKit.QWebView.SetHtml | ( | string | html, |
QUrl | baseUrl | ||
) |
Sets the content of the web view to the specified html.
External objects such as stylesheets or images referenced in the HTML document are located relative to baseUrl.
The html is loaded immediately; external objects are loaded asynchronously.
When using this method, WebKit assumes that external resources such as JavaScript programs or style sheets are encoded in UTF-8 unless otherwise specified. For example, the encoding of an external script can be specified through the charset attribute of the HTML script tag. Alternatively, the encoding can also be specified by the web server.
This is a convenience function equivalent to setContent(html, "text/html", baseUrl).
Warning: This function works only for HTML, for other mime types (i.e. XHTML, SVG) setContent() should be used instead.
See also load(), setContent(), QWebFrame::toHtml(), and QWebFrame::setContent().
new void QtWebKit.QWebView.SetRenderHint | ( | QPainter.RenderHint | hint, |
bool | enabled = true |
||
) |
If enabled is true, enables the specified render hint; otherwise disables it.
This function was introduced in Qt 4.6.
See also renderHints and QPainter::renderHints().
new void QtWebKit.QWebView.Stop | ( | ) |
Convenience slot that stops loading the document.
It is equivalent to
view->page()->triggerPageAction(QWebPage::Stop);
See also reload(), pageAction(), and loadFinished().
|
static |
|
static |
new void QtWebKit.QWebView.TriggerPageAction | ( | QWebPage.WebAction | action, |
bool @ | checked = false |
||
) |
Triggers the specified action. If it is a checkable action the specified checked state is assumed.
The following example triggers the copy action and therefore copies any selected text to the clipboard.
view->triggerAction(QWebPage::Copy);
See also pageAction().
|
static |
|
static |
|
getprotected |
|
get |
This property holds whether this page contains selected content or not.
By default, this property is false.
|
get |
Returns a pointer to the view's history of navigated web pages.
It is equivalent to
view->page()->history();
|
get |
This property holds the icon associated with the web page currently viewed.
By default, this property contains a null icon.
|
addremove |
This signal is emitted whenever the icon of the page is loaded or changes.
In order for icons to be loaded, you will need to set an icon database path using QWebSettings::setIconDatabasePath().
See also icon() and QWebSettings::setIconDatabasePath().
|
addremove |
This signal is emitted whenever the user clicks on a link and the page's linkDelegationPolicy property is set to delegate the link handling for the specified url.
See also QWebPage::linkDelegationPolicy().
|
addremove |
This signal is emitted when a load of the page is finished. ok will indicate whether the load was successful or any error occurred.
See also loadStarted().
|
addremove |
This signal is emitted every time an element in the web page completes loading and the overall loading progress advances.
This signal tracks the progress of all child frames.
The current value is provided by progress and scales from 0 to 100, which is the default range of QProgressBar.
See also loadStarted() and loadFinished().
|
addremove |
This signal is emitted when a new load of the page is started.
See also loadProgress() and loadFinished().
|
get |
This property holds whether the document was modified by the user.
Parts of HTML documents can be editable for example through the contenteditable attribute on HTML elements.
By default, this property is false.
|
getset |
Returns a pointer to the underlying web page.
Makes page the new web page of the web view.
The parent QObject of the provided page remains the owner of the object. If the current page is a child of the web view, it will be deleted.
|
getset |
This property holds the default render hints for the view.
These hints are used to initialize QPainter before painting the Web page.
QPainter::TextAntialiasing and QPainter::SmoothPixmapTransform are enabled by default.
Note: This property is not available on Symbian. However, the getter and setter functions can still be used directly.
This property was introduced in Qt 4.6.
|
get |
This property holds the HTML currently selected.
By default, this property contains an empty string.
This property was introduced in Qt 4.8.
|
get |
This property holds the text currently selected.
By default, this property contains an empty string.
|
addremove |
This signal is emitted whenever the selection changes.
See also selectedText().
|
getset |
Returns a pointer to the view/page specific settings object.
It is equivalent to
view->page()->settings();
See also QWebSettings::globalSettings().
|
get |
Reimplemented from QWidget::sizeHint().
|
staticget |
|
addremove |
This signal is emitted when the status bar text is changed by the page.
|
getset |
|
get |
This property holds the title of the web page currently viewed.
By default, this property contains an empty string.
|
addremove |
This signal is emitted whenever the title of the main frame changes.
See also title().
|
getset |
This property holds the url of the web page currently viewed.
Setting this property clears the view and loads the URL.
By default, this property contains an empty, invalid URL.
|
addremove |
This signal is emitted when the url of the view changes.
See also url() and load().
|
getset |
This property holds the zoom factor for the view.
This property was introduced in Qt 4.5.