LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations
DrawModeFlags.hxx File Reference
#include <sal/types.h>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for DrawModeFlags.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< DrawModeFlags >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  DrawModeFlags : sal_uInt32 {
  Default = 0x00000000 ,
  BlackLine = 0x00000001 ,
  BlackFill = 0x00000002 ,
  BlackText = 0x00000004 ,
  BlackBitmap = 0x00000008 ,
  BlackGradient = 0x00000010 ,
  GrayLine = 0x00000020 ,
  GrayFill = 0x00000040 ,
  GrayText = 0x00000080 ,
  GrayBitmap = 0x00000100 ,
  GrayGradient = 0x00000200 ,
  NoFill = 0x00000400 ,
  WhiteLine = 0x00000800 ,
  WhiteFill = 0x00001000 ,
  WhiteText = 0x00002000 ,
  WhiteBitmap = 0x00004000 ,
  WhiteGradient = 0x00008000 ,
  SettingsLine = 0x00010000 ,
  SettingsFill = 0x00020000 ,
  SettingsText = 0x00040000 ,
  SettingsGradient = 0x00080000 ,
  SettingsForSelection = 0x00100000 ,
  NoTransparency = 0x00200000
}
 

Enumeration Type Documentation

◆ DrawModeFlags

enum class DrawModeFlags : sal_uInt32
strong
Enumerator
Default 
BlackLine 
BlackFill 
BlackText 
BlackBitmap 
BlackGradient 
GrayLine 
GrayFill 
GrayText 
GrayBitmap 
GrayGradient 
NoFill 
WhiteLine 
WhiteFill 
WhiteText 
WhiteBitmap 
WhiteGradient 
SettingsLine 
SettingsFill 
SettingsText 
SettingsGradient 
SettingsForSelection 
NoTransparency 

Definition at line 25 of file DrawModeFlags.hxx.