LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
floatwin.hxx File Reference
#include <vcl/dllapi.h>
#include <vcl/syswin.hxx>
#include <memory>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for floatwin.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< FloatWinPopupEndFlags >
 
class  FloatingWindow
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  FloatWinPopupEndFlags {
  NONE = 0x00 ,
  Cancel = 0x01 ,
  TearOff = 0x02 ,
  DontCallHdl = 0x04 ,
  CloseAll = 0x08 ,
  NoCloseChildren = 0x10
}
 
enum class  FloatWinTitleType {
  Unknown = 0 ,
  Normal = 1 ,
  TearOff = 2 ,
  Popup = 3 ,
  NONE = 4
}
 

Enumeration Type Documentation

◆ FloatWinPopupEndFlags

enum class FloatWinPopupEndFlags
strong
Enumerator
NONE 
Cancel 
TearOff 
DontCallHdl 
CloseAll 
NoCloseChildren 

Definition at line 33 of file floatwin.hxx.

◆ FloatWinTitleType

enum class FloatWinTitleType
strong
Enumerator
Unknown 
Normal 
TearOff 
Popup 
NONE 

Definition at line 47 of file floatwin.hxx.