|
enum | Type {
Type::X_CURSOR = 0,
Type::ARROW = 2,
Type::BASED_ARROW_DOWN = 4,
Type::BASED_ARROW_UP = 6,
Type::BOAT = 8,
Type::BOGOSITY = 10,
Type::BOTTOM_LEFT_CORNER = 12,
Type::BOTTOM_RIGHT_CORNER = 14,
Type::BOTTOM_SIDE = 16,
Type::BOTTOM_TEE = 18,
Type::BOX_SPIRAL = 20,
Type::CENTER_PTR = 22,
Type::CIRCLE = 24,
Type::CLOCK = 26,
Type::COFFEE_MUG = 28,
Type::CROSS = 30,
Type::CROSS_REVERSE = 32,
Type::CROSSHAIR = 34,
Type::DIAMOND_CROSS = 36,
Type::DOT = 38,
Type::DOTBOX = 40,
Type::DOUBLE_ARROW = 42,
Type::DRAFT_LARGE = 44,
Type::DRAFT_SMALL = 46,
Type::DRAPED_BOX = 48,
Type::EXCHANGE = 50,
Type::FLEUR = 52,
Type::GOBBLER = 54,
Type::GUMBY = 56,
Type::HAND1 = 58,
Type::HAND2 = 60,
Type::HEART = 62,
Type::ICON = 64,
Type::IRON_CROSS = 66,
Type::LEFT_PTR = 68,
Type::LEFT_SIDE = 70,
Type::LEFT_TEE = 72,
Type::LEFTBUTTON = 74,
Type::LL_ANGLE = 76,
Type::LR_ANGLE = 78,
Type::MAN = 80,
Type::MIDDLEBUTTON = 82,
Type::MOUSE = 84,
Type::PENCIL = 86,
Type::PIRATE = 88,
Type::PLUS = 90,
Type::QUESTION_ARROW = 92,
Type::RIGHT_PTR = 94,
Type::RIGHT_SIDE = 96,
Type::RIGHT_TEE = 98,
Type::RIGHTBUTTON = 100,
Type::RTL_LOGO = 102,
Type::SAILBOAT = 104,
Type::SB_DOWN_ARROW = 106,
Type::SB_H_DOUBLE_ARROW = 108,
Type::SB_LEFT_ARROW = 110,
Type::SB_RIGHT_ARROW = 112,
Type::SB_UP_ARROW = 114,
Type::SB_V_DOUBLE_ARROW = 116,
Type::SHUTTLE = 118,
Type::SIZING = 120,
Type::SPIDER = 122,
Type::SPRAYCAN = 124,
Type::STAR = 126,
Type::TARGET = 128,
Type::TCROSS = 130,
Type::TOP_LEFT_ARROW = 132,
Type::TOP_LEFT_CORNER = 134,
Type::TOP_RIGHT_CORNER = 136,
Type::TOP_SIDE = 138,
Type::TOP_TEE = 140,
Type::TREK = 142,
Type::UL_ANGLE = 144,
Type::UMBRELLA = 146,
Type::UR_ANGLE = 148,
Type::WATCH = 150,
Type::XTERM = 152,
Type::LAST_CURSOR = 153,
Type::BLANK_CURSOR = -2,
Type::CURSOR_IS_PIXMAP = -1
} |
| Predefined cursors. More...
|
|
typedef void(*)(gpointer data | DestroyNotify) |
|
typedef internal::func_destroy_notify | func_destroy_notify |
|
|
| Cursor (Cursor&& src) noexcept |
|
Cursor& | operator= (Cursor&& src) noexcept |
|
| ~Cursor () noexceptoverride |
|
GdkCursor* | gobj () |
| Provides access to the underlying C GObject. More...
|
|
const GdkCursor* | gobj () const |
| Provides access to the underlying C GObject. More...
|
|
GdkCursor* | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More...
|
|
Glib::RefPtr< Display > | get_display () |
| Returns the display on which the Gdk::Cursor is defined. More...
|
|
Glib::RefPtr< const Display > | get_display () const |
| Returns the display on which the Gdk::Cursor is defined. More...
|
|
Glib::RefPtr< Gdk::Pixbuf > | get_image () |
| Returns a Gdk::Pixbuf with the image used to display the cursor. More...
|
|
Glib::RefPtr< const Gdk::Pixbuf > | get_image () const |
| Returns a Gdk::Pixbuf with the image used to display the cursor. More...
|
|
::Cairo::RefPtr< ::Cairo::Surface > | get_surface (double& x_hot, double& y_hot) |
| Returns a cairo image surface with the image used to display the cursor. More...
|
|
::Cairo::RefPtr< const ::Cairo::Surface > | get_surface (double& x_hot, double& y_hot) const |
| Returns a cairo image surface with the image used to display the cursor. More...
|
|
Type | get_cursor_type () const |
| Returns the cursor type for this cursor. More...
|
|
| Object (const Object &)=delete |
|
Object & | operator= (const Object &)=delete |
|
| Object (Object &&src) noexcept |
|
Object & | operator= (Object &&src) noexcept |
|
void * | get_data (const QueryQuark &key) |
|
void | set_data (const Quark &key, void *data) |
|
void | set_data (const Quark &key, void *data, DestroyNotify notify) |
|
void | remove_data (const QueryQuark &quark) |
|
void * | steal_data (const QueryQuark &quark) |
|
Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |
|
| ObjectBase (const ObjectBase &)=delete |
|
ObjectBase & | operator= (const ObjectBase &)=delete |
|
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
|
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
|
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
|
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
|
PropertyType | get_property (const Glib::ustring &property_name) const |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void()> &slot) |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, sigc::slot< void()> &&slot) |
|
void | freeze_notify () |
|
void | thaw_notify () |
|
virtual void | reference () const |
|
virtual void | unreference () const |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
GObject * | gobj_copy () const |
|
| trackable () noexcept |
|
| trackable (const trackable &src) noexcept |
|
| trackable (trackable &&src) |
|
| ~trackable () |
|
void | add_destroy_notify_callback (void *data, func_destroy_notify func) const |
|
void | notify_callbacks () |
|
trackable & | operator= (const trackable &src) |
|
trackable & | operator= (trackable &&src) |
|
void | remove_destroy_notify_callback (void *data) const |
|
This represents a cursor.