CustusX  18.04
An IGT application
cx::NavigationWidget Class Reference

Widget for controlling camera follow style. More...

#include <cxNavigationWidget.h>

Inheritance diagram for cx::NavigationWidget:
cx::BaseWidget cx::OptimizedUpdateWidget

Public Member Functions

 NavigationWidget (ViewServicePtr viewService, TrackingServicePtr trackingService, QWidget *parent)
 
 ~NavigationWidget ()
 
- Public Member Functions inherited from cx::BaseWidget
 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)
 
CXFramewrapInFrame (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())
 
- Public Member Functions inherited from cx::OptimizedUpdateWidget
 OptimizedUpdateWidget (QWidget *parent=NULL)
 
virtual ~OptimizedUpdateWidget ()
 
void forcePrePaint ()
 

Protected Attributes

QVBoxLayout * mVerticalLayout
 vertical layout is used More...
 
QGroupBox * mCameraGroupBox
 widget to put all camera specific settings More...
 
QVBoxLayout * mCameraGroupLayout
 layout for the cameragroupbox More...
 

Additional Inherited Members

- Public Slots inherited from cx::BaseWidget
void adjustSizeSlot ()
 
- Public Slots inherited from cx::OptimizedUpdateWidget
virtual void setModified ()
 
- Static Public Member Functions inherited from cx::BaseWidget
static QFrame * createHorizontalLine ()
 Creates a horizontal line which can be inserted into widgets. More...
 
- Protected Member Functions inherited from cx::BaseWidget
virtual void showEvent (QShowEvent *event)
 
- Protected Member Functions inherited from cx::OptimizedUpdateWidget
virtual void prePaintEvent ()
 
virtual void paintEvent (QPaintEvent *event)
 

Detailed Description

Widget for controlling camera follow style.

Date
22. feb. 2010 \author Janne Beate Bakeng, SINTEF

Definition at line 37 of file cxNavigationWidget.h.

Constructor & Destructor Documentation

cx::NavigationWidget::NavigationWidget ( ViewServicePtr  viewService,
TrackingServicePtr  trackingService,
QWidget *  parent 
)

Definition at line 30 of file cxNavigationWidget.cpp.

cx::NavigationWidget::~NavigationWidget ( )

Definition at line 54 of file cxNavigationWidget.cpp.

Member Data Documentation

QGroupBox* cx::NavigationWidget::mCameraGroupBox
protected

widget to put all camera specific settings

Definition at line 49 of file cxNavigationWidget.h.

QVBoxLayout* cx::NavigationWidget::mCameraGroupLayout
protected

layout for the cameragroupbox

Definition at line 50 of file cxNavigationWidget.h.

QVBoxLayout* cx::NavigationWidget::mVerticalLayout
protected

vertical layout is used

Definition at line 46 of file cxNavigationWidget.h.


The documentation for this class was generated from the following files: