fw4spl
fwGui::dialog Namespace Reference

The namespace fwGui::dialog contains the base interface for GUI dialog elements. More...

Classes

class  IInputDialog
 Defines the generic input dialog box for IHM. More...
 
class  ILocationDialog
 
class  ILoggerDialog
 ILoggerDialog is used to display a dialog message and a set of logs. More...
 
class  IMessageDialog
 Defines the generic message box for IHM. More...
 
class  IMultiSelectorDialog
 IMultiSelectorDialog allows the choice of some elements among several (_selections) More...
 
class  InputDialog
 Defines the generic input dialog for IHM. Use the Delegate design pattern. More...
 
class  IProgressDialog
 Defines the generic Progress dialog for IHM. More...
 
class  IPulseProgressDialog
 Defines the generic Progress dialog for IHM. More...
 
class  ISelectorDialog
 ISelectorDialog allows the choice of an element among several (_selections) More...
 
class  LocationDialog
 Defines the generic file/folder selector dialog for IHM. More...
 
class  LoggerDialog
 ILoggerDialog is used to display a dialog message and a set of logs Use the Delegate design pattern. The specific implementation selection is ensured by fwGuiRegisterMacro. The specific implementation is fwQt libraries. More...
 
class  MessageDialog
 Defines the generic message box for IHM. Use the Delegate design pattern. More...
 
class  MultiSelectorDialog
 MultiSelectorDialog allows the choice of some element among several (_selections) More...
 
class  ProgressDialog
 Defines the generic progress dialog for IHM. Use the Delegate design pattern. The specific implementation selection is ensured by fwGuiRegisterMacro. The specific implementation are in fwGuiWX and fwGuiQT libraries. More...
 
class  PulseProgressDialog
 Defines the generic pulse progress dialog for IHM. Use the Delegate design pattern. The specific implementation selection is ensured by fwGuiRegisterMacro. The specific implementation are in fwGuiWX and fwGuiQT libraries. More...
 
class  SelectorDialog
 SelectorDialog allows the choice of an element among several (_selections) Use the Delegate design pattern. The specific implementation selection is ensured by fwGuiRegisterMacro. The specific implementation are in fwGuiWX and fwGuiQT libraries. More...
 

Detailed Description

The namespace fwGui::dialog contains the base interface for GUI dialog elements.