#include <cxViewWidget.h>
|
void | resized (QSize size) |
|
void | mouseMove (int x, int y, Qt::MouseButtons buttons) |
|
void | mousePress (int x, int y, Qt::MouseButtons buttons) |
|
void | mouseRelease (int x, int y, Qt::MouseButtons buttons) |
|
void | mouseWheel (int x, int y, int delta, int orientation, Qt::MouseButtons buttons) |
|
void | shown () |
|
void | focusChange (bool gotFocus, Qt::FocusReason reason) |
|
void | customContextMenuRequestedInGlobalPos (const QPoint &) |
|
Simple 1:1 conflation of SSC Views and Qt Widgets
Definition at line 29 of file cxViewWidget.h.
◆ ViewWidget()
cx::ViewWidget::ViewWidget |
( |
RenderWindowFactoryPtr |
factory, |
|
|
const QString & |
uid = "" , |
|
|
const QString & |
name = "" , |
|
|
QWidget * |
parent = NULL , |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~ViewWidget()
cx::ViewWidget::~ViewWidget |
( |
| ) |
|
|
virtual |
◆ customContextMenuRequestedInGlobalPos
void cx::ViewWidget::customContextMenuRequestedInGlobalPos |
( |
const QPoint & |
| ) |
|
|
signal |
◆ focusChange
void cx::ViewWidget::focusChange |
( |
bool |
gotFocus, |
|
|
Qt::FocusReason |
reason |
|
) |
| |
|
signal |
◆ get_vpMs()
◆ getRenderer()
◆ getView()
◆ getViewport()
◆ getViewport_s()
◆ getZoomFactor()
double cx::ViewWidget::getZoomFactor |
( |
| ) |
const |
|
virtual |
◆ mmPerPix()
double cx::ViewWidget::mmPerPix |
( |
| ) |
const |
|
virtual |
◆ mouseMove
void cx::ViewWidget::mouseMove |
( |
int |
x, |
|
|
int |
y, |
|
|
Qt::MouseButtons |
buttons |
|
) |
| |
|
signal |
◆ mousePress
void cx::ViewWidget::mousePress |
( |
int |
x, |
|
|
int |
y, |
|
|
Qt::MouseButtons |
buttons |
|
) |
| |
|
signal |
◆ mouseRelease
void cx::ViewWidget::mouseRelease |
( |
int |
x, |
|
|
int |
y, |
|
|
Qt::MouseButtons |
buttons |
|
) |
| |
|
signal |
◆ mouseWheel
void cx::ViewWidget::mouseWheel |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
delta, |
|
|
int |
orientation, |
|
|
Qt::MouseButtons |
buttons |
|
) |
| |
|
signal |
◆ render()
void cx::ViewWidget::render |
( |
| ) |
|
◆ resized
void cx::ViewWidget::resized |
( |
QSize |
size | ) |
|
|
signal |
◆ setModified()
virtual void cx::ViewWidget::setModified |
( |
| ) |
|
|
inlinevirtual |
◆ setZoomFactor()
void cx::ViewWidget::setZoomFactor |
( |
double |
factor | ) |
|
|
virtual |
◆ shown
void cx::ViewWidget::shown |
( |
| ) |
|
|
signal |
◆ size()
virtual QSize cx::ViewWidget::size |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following files:
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-NI-BU2/CX/CX/source/resource/view/View/internal/ViewWidget/cxViewWidget.h
- /mnt/bamboo/bamboo/buildagent/xml-data/build-dir/NN-NI-BU2/CX/CX/source/resource/view/View/internal/ViewWidget/cxViewWidget.cpp