|
LibreOffice Module toolkit (master) 1
|
#include <vcl/toolkit/dialog.hxx>#include <o3tl/typed_flags_set.hxx>#include <vector>#include <memory>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 } |
| #define BUTTONDIALOG_BUTTON_NOTFOUND (sal_uInt16(0xFFFF)) |
Definition at line 33 of file btndlg.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| Default | |
| OK | |
| Cancel | |
| Help | |
| Focus | |
Definition at line 35 of file btndlg.hxx.