|
| IconPaintable (IconPaintable &&src) noexcept |
|
IconPaintable & | operator= (IconPaintable &&src) noexcept |
|
| ~IconPaintable () noexcept override |
|
GtkIconPaintable * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkIconPaintable * | gobj () const |
| Provides access to the underlying C GObject.
|
|
GtkIconPaintable * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
Glib::RefPtr< Gio::File > | get_file () const |
| Gets the Gio::File that was used to load the icon.
|
|
Glib::ustring | get_icon_name () const |
| Get the icon name being used for this icon.
|
|
bool | is_symbolic () const |
| Checks if the icon is symbolic or not.
|
|
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gio::File > > | property_file () const |
| The file representing the icon, if any.
|
|
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_icon_name () const |
| The icon name that was chosen during lookup.
|
|
Glib::PropertyProxy_ReadOnly< bool > | property_is_symbolic () const |
| Whether the icon is symbolic or not.
|
|
| 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_with_c_callback (const Quark &key, void *data, GDestroyNotify notify) |
|
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) noexcept |
|
| ~trackable () |
|
void | add_destroy_notify_callback (notifiable *data, func_destroy_notify func) const |
|
void | notify_callbacks () |
|
trackable & | operator= (const trackable &src) |
|
trackable & | operator= (trackable &&src) noexcept |
|
void | remove_destroy_notify_callback (notifiable *data) const |
|
| Paintable (Paintable &&src) noexcept |
|
Paintable & | operator= (Paintable &&src) noexcept |
|
| ~Paintable () noexcept override |
|
GdkPaintable * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GdkPaintable * | gobj () const |
| Provides access to the underlying C GObject.
|
|
void | snapshot (const Glib::RefPtr< Gdk::Snapshot > & snapshot, double width, double height) |
| Snapshots the given paintable with the given width and height.
|
|
Glib::RefPtr< const Paintable > | get_current_image () const |
| Gets an immutable paintable for the current contents displayed by paintable.
|
|
Flags | get_flags () const |
| Get flags for the paintable.
|
|
int | get_intrinsic_width () const |
| Gets the preferred width the paintable would like to be displayed at.
|
|
int | get_intrinsic_height () const |
| Gets the preferred height the paintable would like to be displayed at.
|
|
double | get_intrinsic_aspect_ratio () const |
| Gets the preferred aspect ratio the paintable would like to be displayed at.
|
|
void | compute_concrete_size (double specified_width, double specified_height, double default_width, double default_height, double &concrete_width, double &concrete_height) const |
| Compute a concrete size for the Gdk::Paintable .
|
|
void | invalidate_contents () |
| Called by implementations of Gdk::Paintable to invalidate their contents.
|
|
void | invalidate_size () |
| Called by implementations of Gdk::Paintable to invalidate their size.
|
|
Glib::SignalProxy< void()> | signal_invalidate_contents () |
|
Glib::SignalProxy< void()> | signal_invalidate_size () |
|
| Interface () |
|
| Interface (Interface &&src) noexcept |
|
Interface & | operator= (Interface &&src) noexcept |
|
| Interface (const Glib::Interface_Class &interface_class) |
|
| Interface (GObject *castitem) |
|
| ~Interface () noexcept override |
|
| Interface (const Interface &)=delete |
|
Interface & | operator= (const Interface &)=delete |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
An icon, used with Gtk::IconTheme.