LibreOffice Module vcl (master)
1
|
#include <vcl/dllapi.h>
#include <vcl/syswin.hxx>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
Go to the source code of this file.
Classes | |
struct | o3tl::typed_flags< FloatWinPopupEndFlags > |
class | FloatingWindow |
Namespaces | |
o3tl | |
Enumerations | |
enum | FloatWinPopupEndFlags { FloatWinPopupEndFlags::NONE = 0x00, FloatWinPopupEndFlags::Cancel = 0x01, FloatWinPopupEndFlags::TearOff = 0x02, FloatWinPopupEndFlags::DontCallHdl = 0x04, FloatWinPopupEndFlags::CloseAll = 0x08, FloatWinPopupEndFlags::NoCloseChildren = 0x10 } |
enum | FloatWinTitleType { FloatWinTitleType::Unknown = 0, FloatWinTitleType::Normal = 1, FloatWinTitleType::TearOff = 2, FloatWinTitleType::Popup = 3, FloatWinTitleType::NONE = 4 } |
|
strong |
Enumerator | |
---|---|
NONE | |
Cancel | |
TearOff | |
DontCallHdl | |
CloseAll | |
NoCloseChildren |
Definition at line 33 of file floatwin.hxx.
|
strong |
Enumerator | |
---|---|
Unknown | |
Normal | |
TearOff | |
Popup | |
NONE |
Definition at line 47 of file floatwin.hxx.