Cairo draw context.
More...
#include <gdkmm/cairocontext.h>
|
| static GType | get_type () |
| | Get the GType for this class, for use with the underlying GObject type system.
|
| static GType | get_type () |
| | Get the GType for this class, for use with the underlying GObject type system.
|
|
(Note that these are not member symbols.)
|
| Glib::RefPtr< Gdk::CairoContext > | wrap (GdkCairoContext * object, bool take_copy=false) |
| | A Glib::wrap() method for this object.
|
| Glib::RefPtr< Gdk::DrawContext > | wrap (GdkDrawContext * object, bool take_copy=false) |
| | A Glib::wrap() method for this object.
|
Cairo draw context.
Gdk::CairoContext is an object representing the platform-specific draw context.
Gdk::CairoContexts are created for a Gdk::Display using Gdk::Surface::create_cairo_context(), and the context can then be used to draw on that Gdk::Surface.
- Since gtkmm 3.94
◆ CairoContext() [1/2]
| Gdk::CairoContext::CairoContext |
( |
CairoContext && | src | ) |
|
|
noexcept |
◆ ~CairoContext()
| Gdk::CairoContext::~CairoContext |
( |
| ) |
|
|
overridenoexcept |
◆ CairoContext() [2/2]
| Gdk::CairoContext::CairoContext |
( |
| ) |
|
|
protected |
◆ get_type()
| GType Gdk::CairoContext::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
| GdkCairoContext * Gdk::CairoContext::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C GObject.
◆ gobj() [2/2]
| const GdkCairoContext * Gdk::CairoContext::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C GObject.
◆ gobj_copy()
| GdkCairoContext * Gdk::CairoContext::gobj_copy |
( |
| ) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
◆ operator=()
◆ wrap()
| Glib::RefPtr< Gdk::CairoContext > wrap |
( |
GdkCairoContext * | object, |
|
|
bool | take_copy = false ) |
|
related |
A Glib::wrap() method for this object.
- Parameters
-
| object | The C instance. |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.