LibreOffice Module vcl (master)
1
|
#include <o3tl/typed_flags_set.hxx>
#include <tools/color.hxx>
#include <tools/gen.hxx>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | SalTwoRect |
struct | o3tl::typed_flags< SalInvert > |
Namespaces | |
o3tl | |
Enumerations | |
enum | DeviceFormat { DeviceFormat::NONE = -1, DeviceFormat::DEFAULT = 0 } |
enum | SalROPColor { SalROPColor::N0, SalROPColor::N1, SalROPColor::Invert } |
enum | SalInvert { SalInvert::NONE = 0x00, SalInvert::N50 = 0x01, SalInvert::TrackFrame = 0x02 } |
Functions | |
constexpr::Color | SALCOLOR_NONE (ColorTransparency, 0xFF, 0xFF, 0xFF, 0xFF) |
template<typename charT , typename traits > | |
std::basic_ostream< charT, traits > & | operator<< (std::basic_ostream< charT, traits > &stream, const SalTwoRect &rPosAry) |
|
strong |
Enumerator | |
---|---|
NONE | |
DEFAULT |
Definition at line 28 of file salgtype.hxx.
|
strong |
Enumerator | |
---|---|
NONE | |
N50 | |
TrackFrame |
Definition at line 74 of file salgtype.hxx.
|
strong |
Enumerator | |
---|---|
N0 | |
N1 | |
Invert |
Definition at line 70 of file salgtype.hxx.
|
inline |
Definition at line 58 of file salgtype.hxx.
References stream.
constexpr ::Color SALCOLOR_NONE | ( | ColorTransparency | , |
0xFF | , | ||
0xFF | , | ||
0xFF | , | ||
0xFF | |||
) |