![]() |
CYD-UI
A C++ library for building native graphic user interfaces
|
#include <cairomm-1.16/cairomm/cairomm.h>
import quantify;
import cydui.graphics.pixelmap_editor;
import std;
Go to the source code of this file.
Namespaces | |
namespace | vg |
namespace | vg::paint |
namespace | vg::paint::gradient |
namespace | vg::paint::pixelmap |
Macros | |
#define | VG_ATTRIBUTE(TYPE, NAME, DEFAULT) |
#define | VG_ATTRIBUTE_AUTO(TYPE, NAME, DEFAULT) |
#define | VG_ATTRIBUTE_PAINT(NAME) |
#define | VG_ATTRIBUTE_DIMENSION(NAME, DEFAULT) |
Typedefs | |
using | vg::point_list_t = std::vector<std::array<int, 2>> |
using | vg::stroke_linecap_e = Cairo::Context::LineCap |
using | vg::stroke_linejoin_e = Cairo::Context::LineJoin |
using | vg::font_style_e = Cairo::ToyFontFace::Slant |
UNUSED. | |
using | vg::font_weight_e = Cairo::ToyFontFace::Weight |
using | vg::fill_rule_e = Cairo::Context::FillRule |
Enumerations | |
enum | vg::paint::paint_type_e { vg::paint::SOLID , vg::paint::GRADIENT_LINEAR , vg::paint::GRADIENT_RADIAL } |
enum class | vg::text_anchor_e { vg::START , vg::MIDDLE , vg::END } |
|
export |
Definition at line 219 of file attributes.cppm.
|
export |
Definition at line 233 of file attributes.cppm.
|
export |
Definition at line 291 of file attributes.cppm.
|
export |
Definition at line 247 of file attributes.cppm.