fw4spl
|
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 |
The namespace fwGuiQt::dialog contains the classes used for container implementation with Qt Library.
MessageDialogQtButtonType fwGuiQt::dialog::messageDialogQtButton |
Definition at line 37 of file t/src/fwGuiQt/dialog/MessageDialog.cpp.
MessageDialogQtIconsType fwGuiQt::dialog::messageDialogQtIcons |
Definition at line 28 of file t/src/fwGuiQt/dialog/MessageDialog.cpp.