Inkscape
Vector Graphics Editor
|
#include <graphics.h>
Public Attributes | |
std::optional< Geom::Point > | mouse |
RenderMode | render_mode {} |
SplitMode | splitmode {} |
Geom::Point | splitfrac |
SplitDirection | splitdir {} |
SplitDirection | hoverdir {} |
double | yaxisdir {} |
Definition at line 77 of file graphics.h.
SplitDirection Inkscape::UI::Widget::Graphics::PaintArgs::hoverdir {} |
Definition at line 84 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
std::optional<Geom::Point> Inkscape::UI::Widget::Graphics::PaintArgs::mouse |
Definition at line 79 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
RenderMode Inkscape::UI::Widget::Graphics::PaintArgs::render_mode {} |
Definition at line 80 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
SplitDirection Inkscape::UI::Widget::Graphics::PaintArgs::splitdir {} |
Definition at line 83 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
Geom::Point Inkscape::UI::Widget::Graphics::PaintArgs::splitfrac |
Definition at line 82 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
SplitMode Inkscape::UI::Widget::Graphics::PaintArgs::splitmode {} |
Definition at line 81 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget(), and Inkscape::UI::Widget::CairoGraphics::paint_widget().
double Inkscape::UI::Widget::Graphics::PaintArgs::yaxisdir {} |
Definition at line 85 of file graphics.h.
Referenced by Inkscape::UI::Widget::Canvas::paint_widget().