Widget for controlling the camera in the 3D view.This widget is designed for use on a touchpad device. Example is to use iPad/iPhone as a secondary screen with this widget on.
More...
#include <cxTrackPadWidget.h>
|
| | TrackPadWidget (QWidget *parent) |
| |
| virtual | ~TrackPadWidget () |
| |
| | BaseWidget (QWidget *parent, QString objectName, QString windowTitle) |
| |
| virtual | ~BaseWidget () |
| |
| QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
| | Create a specialized widget for filters, with input/ouput, enable and options. More...
|
| |
| QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
| | Create a group box with a given name. More...
|
| |
| QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
| |
| CXFrame * | wrapInFrame (QWidget *base) |
| |
| template<class T > |
| QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| |
| | OptimizedUpdateWidget (QWidget *parent=NULL) |
| |
| virtual | ~OptimizedUpdateWidget () |
| |
| void | forcePrePaint () |
| |
Widget for controlling the camera in the 3D view.
This widget is designed for use on a touchpad device. Example is to use iPad/iPhone as a secondary screen with this widget on.
- Date
- Oct 7, 2010
- Author
- Christian Askeland, SINTEF
Definition at line 69 of file cxTrackPadWidget.h.
| cx::TrackPadWidget::TrackPadWidget |
( |
QWidget * |
parent | ) |
|
| cx::TrackPadWidget::~TrackPadWidget |
( |
| ) |
|
|
virtual |
| void cx::TrackPadWidget::dollySlot |
( |
QPointF |
delta | ) |
|
|
protectedslot |
| void cx::TrackPadWidget::hideEvent |
( |
QCloseEvent * |
event | ) |
|
|
protectedvirtual |
| void cx::TrackPadWidget::panXZSlot |
( |
QPointF |
delta | ) |
|
|
protectedslot |
| void cx::TrackPadWidget::rotateXZSlot |
( |
QPointF |
delta | ) |
|
|
protectedslot |
| void cx::TrackPadWidget::rotateYSlot |
( |
QPointF |
delta | ) |
|
|
protectedslot |
| void cx::TrackPadWidget::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- /media/jenkins/slave_fs/ws/osr/TGT/ubuntu.12.04.x64/CX/CX/source/gui/navigationWidgets/cxTrackPadWidget.h
- /media/jenkins/slave_fs/ws/osr/TGT/ubuntu.12.04.x64/CX/CX/source/gui/navigationWidgets/cxTrackPadWidget.cpp