gtksourceviewmm 3.91.1
|
#include <gtksourceviewmm/markattributes.h>
Inherits Glib::Object.
Public Member Functions | |
MarkAttributes (MarkAttributes&& src) noexcept | |
MarkAttributes& | operator= (MarkAttributes&& src) noexcept |
~MarkAttributes () noexcept override | |
GtkSourceMarkAttributes* | gobj () |
Provides access to the underlying C GObject. | |
const GtkSourceMarkAttributes* | gobj () const |
Provides access to the underlying C GObject. | |
GtkSourceMarkAttributes* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
bool | get_background (Gdk::RGBA& rgba) const |
Stores background color in rgba. | |
bool | is_background_set () const |
void | set_background (const Gdk::RGBA& rgba) |
Sets background color to the one given in rgba. | |
void | set_icon_name (const std::string& icon_name) |
Sets a name of an icon to be used as a base for rendered icon. | |
std::string | get_icon_name () const |
Gets a name of an icon to be used as a base for rendered icon. | |
Glib::RefPtr< Gio::Icon > | get_icon () |
Gets a Icon to be used as a base for rendered icon. | |
Glib::RefPtr< const Gio::Icon > | get_icon () const |
Gets a Icon to be used as a base for rendered icon. | |
void | set_icon (const Glib::RefPtr< Gio::Icon >& icon) |
Sets an icon to be used as a base for rendered icon. | |
Glib::RefPtr< const Gdk::Pixbuf > | get_pixbuf () const |
Gets a Gdk::Pixbuf to be used as a base for rendered icon. | |
void | set_pixbuf (const Glib::RefPtr< const Gdk::Pixbuf >& pixbuf) |
Sets a pixbuf to be used as a base for rendered icon. | |
Glib::RefPtr< const Gdk::Pixbuf > | render_icon (Gtk::Widget* widget, int size) const |
Renders an icon of given size. | |
Glib::ustring | get_tooltip_text (const Glib::RefPtr< Mark >& mark) const |
Queries for a tooltip by emitting a Gtk::SourceMarkAttributes::signal_query_tooltip_text() signal. | |
Glib::ustring | get_tooltip_markup (const Glib::RefPtr< Mark >& mark) const |
Queries for a tooltip by emitting a Gtk::SourceMarkAttributes::signal_query_tooltip_markup() signal. | |
Glib::PropertyProxy< Gdk::RGBA > | property_background () |
The background. | |
Glib::PropertyProxy_ReadOnly< Gdk::RGBA > | property_background () const |
The background. | |
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf () |
The pixbuf. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Pixbuf > > | property_pixbuf () const |
The pixbuf. | |
Glib::PropertyProxy< std::string > | property_icon_name () |
The icon name. | |
Glib::PropertyProxy_ReadOnly< std::string > | property_icon_name () const |
The icon name. | |
Glib::PropertyProxy< Glib::RefPtr< Gio::Icon > > | property_gicon () |
The GIcon. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gio::Icon > > | property_gicon () const |
The GIcon. | |
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >& > | signal_query_tooltip_text () |
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >& > | signal_query_tooltip_markup () |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
static Glib::RefPtr< MarkAttributes > | create () |
Protected Member Functions | |
MarkAttributes () | |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gsv::MarkAttributes > | wrap (GtkSourceMarkAttributes* object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
|
noexcept |
|
overridenoexcept |
|
protected |
|
static |
bool Gsv::MarkAttributes::get_background | ( | Gdk::RGBA & | rgba | ) | const |
Stores background color in rgba.
rgba | A Gdk::RGBA. |
Glib::RefPtr< Gio::Icon > Gsv::MarkAttributes::get_icon | ( | ) |
Gets a Icon to be used as a base for rendered icon.
Note that the icon can be nullptr
if it wasn't set earlier.
Glib::RefPtr< const Gio::Icon > Gsv::MarkAttributes::get_icon | ( | ) | const |
Gets a Icon to be used as a base for rendered icon.
Note that the icon can be nullptr
if it wasn't set earlier.
std::string Gsv::MarkAttributes::get_icon_name | ( | ) | const |
Gets a name of an icon to be used as a base for rendered icon.
Note that the icon name can be nullptr
if it wasn't set earlier.
Glib::RefPtr< const Gdk::Pixbuf > Gsv::MarkAttributes::get_pixbuf | ( | ) | const |
Gets a Gdk::Pixbuf to be used as a base for rendered icon.
Note that the pixbuf can be nullptr
if it wasn't set earlier.
Glib::ustring Gsv::MarkAttributes::get_tooltip_markup | ( | const Glib::RefPtr< Mark >& | mark | ) | const |
Queries for a tooltip by emitting a Gtk::SourceMarkAttributes::signal_query_tooltip_markup() signal.
The tooltip may contain a markup.
mark | A Gtk::SourceMark. |
Glib::ustring Gsv::MarkAttributes::get_tooltip_text | ( | const Glib::RefPtr< Mark >& | mark | ) | const |
Queries for a tooltip by emitting a Gtk::SourceMarkAttributes::signal_query_tooltip_text() signal.
The tooltip is a plain text.
mark | A Gtk::SourceMark. |
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
GtkSourceMarkAttributes * Gsv::MarkAttributes::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
bool Gsv::MarkAttributes::is_background_set | ( | ) | const |
|
noexcept |
Glib::PropertyProxy< Gdk::RGBA > Gsv::MarkAttributes::property_background | ( | ) |
The background.
Glib::PropertyProxy_ReadOnly< Gdk::RGBA > Gsv::MarkAttributes::property_background | ( | ) | const |
The background.
Glib::PropertyProxy< Glib::RefPtr< Gio::Icon > > Gsv::MarkAttributes::property_gicon | ( | ) |
The GIcon.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gio::Icon > > Gsv::MarkAttributes::property_gicon | ( | ) | const |
The GIcon.
Glib::PropertyProxy< std::string > Gsv::MarkAttributes::property_icon_name | ( | ) |
The icon name.
Default value: ""
Glib::PropertyProxy_ReadOnly< std::string > Gsv::MarkAttributes::property_icon_name | ( | ) | const |
The icon name.
Default value: ""
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > Gsv::MarkAttributes::property_pixbuf | ( | ) |
The pixbuf.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Pixbuf > > Gsv::MarkAttributes::property_pixbuf | ( | ) | const |
The pixbuf.
Glib::RefPtr< const Gdk::Pixbuf > Gsv::MarkAttributes::render_icon | ( | Gtk::Widget * | widget, |
int | size ) const |
Renders an icon of given size.
The base of the icon is set by the last call to one of: set_pixbuf(), set_gicon() or set_icon_name(). size cannot be lower than 1.
widget | Widget of which style settings may be used. |
size | Size of the rendered icon. |
void Gsv::MarkAttributes::set_background | ( | const Gdk::RGBA & | rgba | ) |
Sets background color to the one given in rgba.
rgba | A Gdk::RGBA. |
void Gsv::MarkAttributes::set_icon | ( | const Glib::RefPtr< Gio::Icon > & | icon | ) |
Sets an icon to be used as a base for rendered icon.
icon | A Icon to be used. |
void Gsv::MarkAttributes::set_icon_name | ( | const std::string & | icon_name | ) |
Sets a name of an icon to be used as a base for rendered icon.
icon_name | Name of an icon to be used. |
void Gsv::MarkAttributes::set_pixbuf | ( | const Glib::RefPtr< const Gdk::Pixbuf > & | pixbuf | ) |
Sets a pixbuf to be used as a base for rendered icon.
pixbuf | A Gdk::Pixbuf to be used. |
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >& > Gsv::MarkAttributes::signal_query_tooltip_markup | ( | ) |
Glib::ustring on_my_query_tooltip_markup(const Glib::RefPtr<Mark>& mark)
Flags: Run Last
The code should connect to this signal to provide a tooltip for given mark. The tooltip can contain a markup.
mark | The Gtk::SourceMark. |
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >& > Gsv::MarkAttributes::signal_query_tooltip_text | ( | ) |
Glib::ustring on_my_query_tooltip_text(const Glib::RefPtr<Mark>& mark)
Flags: Run Last
The code should connect to this signal to provide a tooltip for given mark. The tooltip should be just a plain text.
mark | The Gtk::SourceMark. |
|
related |
A Glib::wrap() method for this object.
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. |