LibreOffice Module toolkit (master) 1
Classes | Namespaces | Macros | Enumerations
btndlg.hxx File Reference
#include <vcl/toolkit/dialog.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <vector>
#include <memory>
Include dependency graph for btndlg.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< ButtonDialogFlags >
 
class  ButtonDialog
 

Namespaces

namespace  o3tl
 

Macros

#define BUTTONDIALOG_BUTTON_NOTFOUND   (sal_uInt16(0xFFFF))
 

Enumerations

enum class  ButtonDialogFlags {
  NONE = 0x0000 ,
  Default = 0x0001 ,
  OK = 0x0002 ,
  Cancel = 0x0004 ,
  Help = 0x0008 ,
  Focus = 0x0010
}
 

Macro Definition Documentation

◆ BUTTONDIALOG_BUTTON_NOTFOUND

#define BUTTONDIALOG_BUTTON_NOTFOUND   (sal_uInt16(0xFFFF))

Definition at line 33 of file btndlg.hxx.

Enumeration Type Documentation

◆ ButtonDialogFlags

enum class ButtonDialogFlags
strong
Enumerator
NONE 
Default 
OK 
Cancel 
Help 
Focus 

Definition at line 35 of file btndlg.hxx.