LibreOffice Module vcl (master) 1
Classes | Namespaces | Enumerations | Functions
salgtype.hxx File Reference
#include <o3tl/typed_flags_set.hxx>
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <ostream>
Include dependency graph for salgtype.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  SalTwoRect
 
struct  o3tl::typed_flags< SalInvert >
 

Namespaces

namespace  o3tl
 

Enumerations

enum class  DeviceFormat {
  NONE = -1 ,
  WITHOUT_ALPHA = 0 ,
  WITH_ALPHA = 1
}
 
enum class  SalROPColor {
  N0 ,
  N1 ,
  Invert
}
 
enum class  SalInvert {
  NONE = 0x00 ,
  N50 = 0x01 ,
  TrackFrame = 0x02
}
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, const SalTwoRect &rPosAry)
 

Enumeration Type Documentation

◆ DeviceFormat

enum class DeviceFormat
strong
Enumerator
NONE 
WITHOUT_ALPHA 
WITH_ALPHA 

Definition at line 28 of file salgtype.hxx.

◆ SalInvert

enum class SalInvert
strong
Enumerator
NONE 
N50 
TrackFrame 

Definition at line 73 of file salgtype.hxx.

◆ SalROPColor

enum class SalROPColor
strong
Enumerator
N0 
N1 
Invert 

Definition at line 69 of file salgtype.hxx.

Function Documentation

◆ operator<<()

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & operator<< ( std::basic_ostream< charT, traits > &  stream,
const SalTwoRect rPosAry 
)
inline

Definition at line 1 of file salgtype.hxx.