LibreOffice Module toolkit (master) 1
Classes | Namespaces | Enumerations
msgbox.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
#include <helper/btndlg.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/toolkit/vclmedit.hxx>
Include dependency graph for msgbox.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< MessBoxStyle >
 
class  MessBox
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  MessBoxStyle {
  NONE ,
  Ok ,
  OkCancel ,
  YesNo ,
  YesNoCancel ,
  RetryCancel ,
  DefaultOk ,
  DefaultCancel ,
  DefaultRetry ,
  DefaultYes ,
  DefaultNo ,
  NONE = 0x0000 ,
  Ok = 0x0001 ,
  OkCancel = 0x0002 ,
  YesNo = 0x0004 ,
  YesNoCancel = 0x0008 ,
  RetryCancel = 0x0010 ,
  DefaultOk = 0x0020 ,
  DefaultCancel = 0x0040 ,
  DefaultRetry = 0x0080 ,
  DefaultYes = 0x0100 ,
  DefaultNo = 0x0200 ,
  AbortRetryIgnore = 0x1000 ,
  DefaultIgnore = 0x2000
}
 

Enumeration Type Documentation

◆ MessBoxStyle

enum class MessBoxStyle
strong
Enumerator
NONE 
Ok 
OkCancel 
YesNo 
YesNoCancel 
RetryCancel 
DefaultOk 
DefaultCancel 
DefaultRetry 
DefaultYes 
DefaultNo 
NONE 
Ok 
OkCancel 
YesNo 
YesNoCancel 
RetryCancel 
DefaultOk 
DefaultCancel 
DefaultRetry 
DefaultYes 
DefaultNo 
AbortRetryIgnore 
DefaultIgnore 

Definition at line 26 of file msgbox.hxx.