#include <goocanvasmm/bounds.h>
|
static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system.
|
|
◆ Bounds() [1/5]
Goocanvas::Bounds::Bounds |
( |
const Bounds& |
other | ) |
|
|
noexcept |
◆ Bounds() [2/5]
Goocanvas::Bounds::Bounds |
( |
Bounds&& |
other | ) |
|
|
noexcept |
◆ Bounds() [3/5]
Goocanvas::Bounds::Bounds |
( |
| ) |
|
◆ Bounds() [4/5]
Goocanvas::Bounds::Bounds |
( |
const GooCanvasBounds * |
gobject | ) |
|
|
explicit |
◆ Bounds() [5/5]
Goocanvas::Bounds::Bounds |
( |
double |
x1, |
|
|
double |
y1, |
|
|
double |
x2, |
|
|
double |
y2 |
|
) |
| |
◆ get_type()
static GType Goocanvas::Bounds::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ get_x1()
double Goocanvas::Bounds::get_x1 |
( |
| ) |
const |
◆ get_x2()
double Goocanvas::Bounds::get_x2 |
( |
| ) |
const |
◆ get_y1()
double Goocanvas::Bounds::get_y1 |
( |
| ) |
const |
◆ get_y2()
double Goocanvas::Bounds::get_y2 |
( |
| ) |
const |
◆ gobj() [1/2]
GooCanvasBounds * Goocanvas::Bounds::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C instance.
◆ gobj() [2/2]
const GooCanvasBounds * Goocanvas::Bounds::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C instance.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_x1()
void Goocanvas::Bounds::set_x1 |
( |
const double & |
value | ) |
|
◆ set_x2()
void Goocanvas::Bounds::set_x2 |
( |
const double & |
value | ) |
|
◆ set_y1()
void Goocanvas::Bounds::set_y1 |
( |
const double & |
value | ) |
|
◆ set_y2()
void Goocanvas::Bounds::set_y2 |
( |
const double & |
value | ) |
|
◆ wrap() [1/2]
- Parameters
-
- Returns
- A C++ instance that wraps this C instance.
◆ wrap() [2/2]
- Parameters
-
- Returns
- A C++ instance that wraps this C instance.
◆ gobject_
GooCanvasBounds Goocanvas::Bounds::gobject_ |
|
protected |
The documentation for this class was generated from the following file: