fw4spl
fwGuiQt::dialog Namespace Reference

The namespace fwGuiQt::dialog contains the classes used for container implementation with Qt Library. More...

Classes

class  InputDialog
 Defines an Input dialog. More...
 
class  LocationDialog
 Defines the generic file/folder dialog for IHM. More...
 
class  LoggerDialog
 LoggerDialog allowing the choice of an element among severals (_selections) More...
 
class  MessageDialog
 Defines the generic message box for IHM. More...
 
class  MultiSelectorDialog
 MultiSelectorDialog allowing the choice of an element among severals (_selections) More...
 
class  ProgressDialog
 This class allows us to select an acquisition in a patient data base. More...
 
class  PulseProgressDialog
 This class allows us to show a pulse progress bar. More...
 
class  SelectorDialog
 SelectorDialog allowing the choice of an element among severals (_selections) More...
 

Typedefs

typedef const std::map< ::fwGui::dialog::IMessageDialog::Icons, QMessageBox::Icon > MessageDialogQtIconsType
 
typedef const std::map< ::fwGui::dialog::IMessageDialog::Buttons, QMessageBox::StandardButtons > MessageDialogQtButtonType
 

Variables

MessageDialogQtIconsType messageDialogQtIcons
 
MessageDialogQtButtonType messageDialogQtButton
 

Detailed Description

The namespace fwGuiQt::dialog contains the classes used for container implementation with Qt Library.

Date
2009-2010.

Variable Documentation

MessageDialogQtButtonType fwGuiQt::dialog::messageDialogQtButton
Initial value:
=
::boost::assign::map_list_of(::fwGui::dialog::IMessageDialog::OK, QMessageBox::Ok )
(::fwGui::dialog::IMessageDialog::CANCEL, QMessageBox::Cancel)
(::fwGui::dialog::IMessageDialog::YES, QMessageBox::Yes )
(::fwGui::dialog::IMessageDialog::NO, QMessageBox::No )

Definition at line 37 of file t/src/fwGuiQt/dialog/MessageDialog.cpp.

MessageDialogQtIconsType fwGuiQt::dialog::messageDialogQtIcons
Initial value:
=
::boost::assign::map_list_of(::fwGui::dialog::IMessageDialog::NONE, QMessageBox::NoIcon )
(::fwGui::dialog::IMessageDialog::QUESTION, QMessageBox::Question )
(::fwGui::dialog::IMessageDialog::INFO, QMessageBox::Information)
(::fwGui::dialog::IMessageDialog::WARNING, QMessageBox::Warning )
(::fwGui::dialog::IMessageDialog::CRITICAL, QMessageBox::Critical )

Definition at line 28 of file t/src/fwGuiQt/dialog/MessageDialog.cpp.