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 (ViewServicePtr viewService, 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) |
|
QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
|
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 44 of file cxTrackPadWidget.h.
cx::TrackPadWidget::TrackPadWidget |
( |
ViewServicePtr |
viewService, |
|
|
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/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/gui/navigationWidgets/cxTrackPadWidget.h
- /media/dev/bamboodrive/b/xml-data/build-dir/CX-TB-JOB1/CX/CX/source/gui/navigationWidgets/cxTrackPadWidget.cpp