Fraxinus  18.10
An IGT application
cx::PreferencesDialog Class Reference

Set application preferences. More...

#include <cxPreferencesDialog.h>

Inheritance diagram for cx::PreferencesDialog:

Signals

void applied ()
 

Public Member Functions

 PreferencesDialog (ViewServicePtr viewService, PatientModelServicePtr patientModelService, StateServicePtr stateService, TrackingServicePtr trackingService, QWidget *parent=0)
 
virtual ~PreferencesDialog ()
 

Protected Member Functions

void addTab (PreferenceTab *widget, QString name)
 

Protected Attributes

QActionGroup * mActionGroup
 
QStackedWidget * mTabWidget
 
QToolBar * mToolBar
 
QDialogButtonBox * mButtonBox
 

Detailed Description

Set application preferences.

Author
Frank Lindseth, SINTEF
Ole Vegard Solberg, SINTEF

Definition at line 222 of file cxPreferencesDialog.h.

Constructor & Destructor Documentation

cx::PreferencesDialog::PreferencesDialog ( ViewServicePtr  viewService,
PatientModelServicePtr  patientModelService,
StateServicePtr  stateService,
TrackingServicePtr  trackingService,
QWidget *  parent = 0 
)

Definition at line 522 of file cxPreferencesDialog.cpp.

cx::PreferencesDialog::~PreferencesDialog ( )
virtual

Definition at line 569 of file cxPreferencesDialog.cpp.

Member Function Documentation

void cx::PreferencesDialog::addTab ( PreferenceTab widget,
QString  name 
)
protected

Definition at line 586 of file cxPreferencesDialog.cpp.

void cx::PreferencesDialog::applied ( )
signal

Member Data Documentation

QActionGroup* cx::PreferencesDialog::mActionGroup
protected

Definition at line 240 of file cxPreferencesDialog.h.

QDialogButtonBox* cx::PreferencesDialog::mButtonBox
protected

Definition at line 243 of file cxPreferencesDialog.h.

QStackedWidget* cx::PreferencesDialog::mTabWidget
protected

Definition at line 241 of file cxPreferencesDialog.h.

QToolBar* cx::PreferencesDialog::mToolBar
protected

Definition at line 242 of file cxPreferencesDialog.h.


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