LibreOffice Module vcl (master) 1
Classes | Namespaces | Typedefs | Functions
region.hxx File Reference
#include <tools/gen.hxx>
#include <tools/poly.hxx>
#include <vcl/dllapi.h>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <memory>
#include <optional>
Include dependency graph for region.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vcl::Region
 

Namespaces

namespace  vcl
 

Typedefs

typedef std::vector< tools::RectangleRectangleVector
 

Functions

template<typename charT , typename traits >
std::basic_ostream< charT, traits > & vcl::operator<< (std::basic_ostream< charT, traits > &stream, const Region &rRegion)
 

Typedef Documentation

◆ RectangleVector

typedef std::vector< tools::Rectangle > RectangleVector

Definition at line 36 of file region.hxx.