CustusX  16.5
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::AutomationTab Class Reference

Automatic execution of actions when applicable. More...

#include <cxPreferencesDialog.h>

Inheritance diagram for cx::AutomationTab:
cx::PreferenceTab

Public Slots

void saveParametersSlot ()
 
- Public Slots inherited from cx::PreferenceTab
virtual void saveParametersSlot ()=0
 

Public Member Functions

 AutomationTab (QWidget *parent=0)
 
void init ()
 
- Public Member Functions inherited from cx::PreferenceTab
 PreferenceTab (QWidget *parent=0)
 

Protected Attributes

QCheckBox * mAutoSelectActiveToolCheckBox
 
QCheckBox * mAutoStartTrackingCheckBox
 
QCheckBox * mAutoStartStreamingCheckBox
 
QCheckBox * mAutoReconstructCheckBox
 
QCheckBox * mAutoSaveCheckBox
 
QCheckBox * mAutoShowNewDataCheckBox
 
QCheckBox * mAutoLoadPatientCheckBox
 
QCheckBox * mAutoDeleteDICOMDBCheckBox
 
DoublePropertyPtr mAutoLoadPatientWithinHours
 
QVBoxLayout * mMainLayout
 
- Protected Attributes inherited from cx::PreferenceTab
QVBoxLayout * mTopLayout
 

Additional Inherited Members

- Signals inherited from cx::PreferenceTab
void savedParameters ()
 

Detailed Description

Automatic execution of actions when applicable.

Date
Jan 27, 2011
Author
Christian Askeland, SINTEF

Definition at line 131 of file cxPreferencesDialog.h.

Constructor & Destructor Documentation

cx::AutomationTab::AutomationTab ( QWidget *  parent = 0)

Definition at line 261 of file cxPreferencesDialog.cpp.

Member Function Documentation

void cx::AutomationTab::init ( )
virtual

Implements cx::PreferenceTab.

Definition at line 276 of file cxPreferencesDialog.cpp.

void cx::AutomationTab::saveParametersSlot ( )
slot

Definition at line 340 of file cxPreferencesDialog.cpp.

Member Data Documentation

QCheckBox* cx::AutomationTab::mAutoDeleteDICOMDBCheckBox
protected

Definition at line 151 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoLoadPatientCheckBox
protected

Definition at line 150 of file cxPreferencesDialog.h.

DoublePropertyPtr cx::AutomationTab::mAutoLoadPatientWithinHours
protected

Definition at line 152 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoReconstructCheckBox
protected

Definition at line 147 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoSaveCheckBox
protected

Definition at line 148 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoSelectActiveToolCheckBox
protected

Definition at line 144 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoShowNewDataCheckBox
protected

Definition at line 149 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoStartStreamingCheckBox
protected

Definition at line 146 of file cxPreferencesDialog.h.

QCheckBox* cx::AutomationTab::mAutoStartTrackingCheckBox
protected

Definition at line 145 of file cxPreferencesDialog.h.

QVBoxLayout* cx::AutomationTab::mMainLayout
protected

Definition at line 153 of file cxPreferencesDialog.h.


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