GSI Object Oriented Online Offline (Go4)
GO4-6.1.2
|
#include <QWebCanvas.h>
Public Slots | |
void | activateEditor (TPad *pad=0, TObject *obj=0) |
void | activateStatusLine () |
void | setStatusBarVisible (bool flag=true) |
void | setEditorVisible (bool flag=true) |
Signals | |
void | CanvasDropEvent (QDropEvent *, TPad *) |
void | CanvasUpdated () |
void | SelectedPadChanged (TPad *) |
void | PadClicked (TPad *, int, int) |
void | PadDblClicked (TPad *, int, int) |
Public Member Functions | |
QWebCanvas (QWidget *parent=0) | |
virtual | ~QWebCanvas () |
TCanvas * | getCanvas () |
returns canvas shown in the widget More... | |
bool | isStatusBarVisible () |
bool | isEditorVisible () |
void | Modified () |
void | Update () |
Protected Slots | |
void | dropView (QDropEvent *event) |
void | processRepaintTimer () |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *event) |
virtual void | dropEvent (QDropEvent *event) |
double | scaledPosition (int p) |
void | SetPrivateCanvasFields (bool on_init) |
void | ProcessCanvasUpdated () |
void | ProcessActivePadChanged (TPad *pad) |
void | ProcessPadClicked (TPad *pad, int x, int y) |
void | ProcessPadDblClicked (TPad *pad, int x, int y) |
Protected Attributes | |
QWebEngineView * | fView |
qt webwidget to show More... | |
TCanvas * | fCanvas |
QTimer * | fRepaintTimer |
double | fQtScalingfactor |
Definition at line 25 of file QWebCanvas.h.
QWebCanvas::QWebCanvas | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file QWebCanvas.cpp.
References dropView(), fCanvas, fQtScalingfactor, fRepaintTimer, fView, ProcessActivePadChanged(), ProcessCanvasUpdated(), ProcessPadClicked(), ProcessPadDblClicked(), processRepaintTimer(), TWebCanvasFull::SetActivePadChangedHandler(), TWebCanvasFull::SetCanCreateObjects(), TWebCanvasFull::SetPadClickedHandler(), TWebCanvasFull::SetPadDblClickedHandler(), SetPrivateCanvasFields(), and TGo4Log::subGO4SYS().
|
virtual |
Definition at line 156 of file QWebCanvas.cpp.
References fCanvas, and SetPrivateCanvasFields().
|
slot |
Definition at line 229 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::ActivateInGedEditor().
|
slot |
Definition at line 260 of file QWebCanvas.cpp.
References fCanvas.
|
signal |
Referenced by dropEvent(), and dropView().
|
signal |
Referenced by ProcessCanvasUpdated().
|
protectedvirtual |
Definition at line 205 of file QWebCanvas.cpp.
References CanvasDropEvent(), fCanvas, and scaledPosition().
|
protectedslot |
Definition at line 218 of file QWebCanvas.cpp.
References CanvasDropEvent(), fCanvas, and scaledPosition().
Referenced by QWebCanvas().
|
inline |
returns canvas shown in the widget
Definition at line 34 of file QWebCanvas.h.
References fCanvas.
Referenced by TGo4ViewPanel::GetCanvas(), and TGo4ViewPanel::TGo4ViewPanel().
bool QWebCanvas::isEditorVisible | ( | ) |
Definition at line 243 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::StartRootEditor().
bool QWebCanvas::isStatusBarVisible | ( | ) |
Definition at line 238 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::ShowEventStatus().
void QWebCanvas::Modified | ( | ) |
Definition at line 271 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::CanvasUpdate().
|
signal |
Referenced by ProcessPadClicked().
|
signal |
Referenced by ProcessPadDblClicked().
|
inlineprotected |
Definition at line 84 of file QWebCanvas.h.
References SelectedPadChanged().
Referenced by QWebCanvas().
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
protectedslot |
|
protectedvirtual |
Definition at line 198 of file QWebCanvas.cpp.
|
inlineprotected |
Definition at line 75 of file QWebCanvas.h.
References fQtScalingfactor.
Referenced by dropEvent(), and dropView().
|
signal |
Referenced by ProcessActivePadChanged().
|
slot |
Definition at line 254 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::StartRootEditor().
|
protected |
Definition at line 169 of file QWebCanvas.cpp.
References fCanvas.
Referenced by QWebCanvas(), and ~QWebCanvas().
|
slot |
Definition at line 248 of file QWebCanvas.cpp.
References fCanvas.
Referenced by TGo4ViewPanel::ShowEventStatus(), and TGo4ViewPanel::TGo4ViewPanel().
void QWebCanvas::Update | ( | ) |
Definition at line 276 of file QWebCanvas.cpp.
References fRepaintTimer.
Referenced by TGo4ViewPanel::CanvasUpdate().
|
protected |
Definition at line 92 of file QWebCanvas.h.
Referenced by activateEditor(), activateStatusLine(), dropEvent(), dropView(), getCanvas(), isEditorVisible(), isStatusBarVisible(), Modified(), processRepaintTimer(), QWebCanvas(), resizeEvent(), setEditorVisible(), SetPrivateCanvasFields(), setStatusBarVisible(), and ~QWebCanvas().
|
protected |
Definition at line 96 of file QWebCanvas.h.
Referenced by QWebCanvas(), and scaledPosition().
|
protected |
Definition at line 94 of file QWebCanvas.h.
Referenced by QWebCanvas(), and Update().
|
protected |
qt webwidget to show
Definition at line 90 of file QWebCanvas.h.
Referenced by QWebCanvas(), and resizeEvent().