gtksourceviewmm  3.91.1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Related Functions | List of all members
Gsv::MarkAttributes Class Reference

#include <gtksourceviewmm/markattributes.h>

Inheritance diagram for Gsv::MarkAttributes:
Inheritance graph
[legend]

Public Member Functions

 MarkAttributes (MarkAttributes&& src) noexcept
 
MarkAttributesoperator= (MarkAttributes&& src) noexcept
 
 ~MarkAttributes () noexcept override
 
GtkSourceMarkAttributes* gobj ()
 Provides access to the underlying C GObject. More...
 
const GtkSourceMarkAttributes* gobj () const
 Provides access to the underlying C GObject. More...
 
GtkSourceMarkAttributes* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. More...
 
bool get_background (Gdk::RGBA& rgba) const
 Stores background color in rgba. More...
 
bool is_background_set () const
 
void set_background (const Gdk::RGBA& rgba)
 Sets background color to the one given in rgba. More...
 
void set_icon_name (const std::string& icon_name)
 Sets a name of an icon to be used as a base for rendered icon. More...
 
std::string get_icon_name () const
 Gets a name of an icon to be used as a base for rendered icon. More...
 
Glib::RefPtr< Gio::Iconget_icon ()
 Gets a Icon to be used as a base for rendered icon. More...
 
Glib::RefPtr< const Gio::Iconget_icon () const
 Gets a Icon to be used as a base for rendered icon. More...
 
void set_icon (const Glib::RefPtr< Gio::Icon >& icon)
 Sets an icon to be used as a base for rendered icon. More...
 
Glib::RefPtr< const Gdk::Pixbufget_pixbuf () const
 Gets a Gdk::Pixbuf to be used as a base for rendered icon. More...
 
void set_pixbuf (const Glib::RefPtr< const Gdk::Pixbuf >& pixbuf)
 Sets a pixbuf to be used as a base for rendered icon. More...
 
Glib::RefPtr< const Gdk::Pixbufrender_icon (Gtk::Widget* widget, int size) const
 Renders an icon of given size. More...
 
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. More...
 
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. More...
 
Glib::PropertyProxy< Gdk::RGBAproperty_background ()
 The background. More...
 
Glib::PropertyProxy_ReadOnly< Gdk::RGBAproperty_background () const
 The background. More...
 
Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > property_pixbuf ()
 The pixbuf. More...
 
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Pixbuf > > property_pixbuf () const
 The pixbuf. More...
 
Glib::PropertyProxy< std::stringproperty_icon_name ()
 The icon name. More...
 
Glib::PropertyProxy_ReadOnly< std::stringproperty_icon_name () const
 The icon name. More...
 
Glib::PropertyProxy< Glib::RefPtr< Gio::Icon > > property_gicon ()
 The GIcon. More...
 
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gio::Icon > > property_gicon () const
 The GIcon. More...
 
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >&> signal_query_tooltip_text ()
 
Glib::SignalProxy< Glib::ustring, const Glib::RefPtr< Mark >&> signal_query_tooltip_markup ()
 
- Public Member Functions inherited from Glib::Object
 Object (const Object &)=delete
 
Objectoperator= (const Object &)=delete
 
 Object (Object &&src) noexcept
 
Objectoperator= (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::Objectwrap (GObject *object, bool take_copy=false)
 
- Public Member Functions inherited from Glib::ObjectBase
 ObjectBase (const ObjectBase &)=delete
 
ObjectBaseoperator= (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
 
void connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot)
 
void connect_property_changed (const Glib::ustring &property_name, sigc::slot< void > &&slot)
 
sigc::connection connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot)
 
sigc::connection connect_property_changed_with_return (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
 
- Public Member Functions inherited from sigc::trackable
 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 ()
 
trackableoperator= (const trackable &src)
 
trackableoperator= (trackable &&src)
 
void remove_destroy_notify_callback (void *data) const
 

Static Public Member Functions

static GType get_type ()
 Get the GType for this class, for use with the underlying GObject type system. More...
 
static Glib::RefPtr< MarkAttributescreate ()
 

Protected Member Functions

 MarkAttributes ()
 
- Protected Member Functions inherited from Glib::Object
 Object ()
 
 Object (const Glib::ConstructParams &construct_params)
 
 Object (GObject *castitem)
 
 ~Object () noexcept override
 
- Protected Member Functions inherited from Glib::ObjectBase
 ObjectBase ()
 
 ObjectBase (const char *custom_type_name)
 
 ObjectBase (const std::type_info &custom_type_info)
 
 ObjectBase (ObjectBase &&src) noexcept
 
ObjectBaseoperator= (ObjectBase &&src) noexcept
 
virtual ~ObjectBase () noexcept=0
 
void initialize (GObject *castitem)
 
void initialize_move (GObject *castitem, Glib::ObjectBase *previous_wrapper)
 

Related Functions

(Note that these are not member functions.)

Glib::RefPtr< Gsv::MarkAttributeswrap (GtkSourceMarkAttributes* object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Additional Inherited Members

- Public Types inherited from Glib::Object
typedef void(*)(gpointer data DestroyNotify)
 
- Public Types inherited from sigc::trackable
typedef internal::func_destroy_notify func_destroy_notify
 

Constructor & Destructor Documentation

◆ MarkAttributes() [1/2]

Gsv::MarkAttributes::MarkAttributes ( MarkAttributes&&  src)
noexcept

◆ ~MarkAttributes()

Gsv::MarkAttributes::~MarkAttributes ( )
overridenoexcept

◆ MarkAttributes() [2/2]

Gsv::MarkAttributes::MarkAttributes ( )
protected

Member Function Documentation

◆ create()

static Glib::RefPtr<MarkAttributes> Gsv::MarkAttributes::create ( )
static

◆ get_background()

bool Gsv::MarkAttributes::get_background ( Gdk::RGBA rgba) const

Stores background color in rgba.

Parameters
rgbaA Gdk::RGBA.
Returns
Whether background color for attributes was set.

◆ get_icon() [1/2]

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.

Returns
An icon. The icon belongs to attributes and should not be unreffed.

◆ get_icon() [2/2]

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.

Returns
An icon. The icon belongs to attributes and should not be unreffed.

◆ get_icon_name()

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.

Returns
An icon name. The string belongs to attributes and should not be freed.

◆ get_pixbuf()

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.

Returns
A pixbuf. The pixbuf belongs to attributes and should not be unreffed.

◆ get_tooltip_markup()

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.

Parameters
markA Gtk::SourceMark.
Returns
A tooltip.

◆ get_tooltip_text()

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.

Parameters
markA Gtk::SourceMark.
Returns
A tooltip.

◆ get_type()

static GType Gsv::MarkAttributes::get_type ( )
static

Get the GType for this class, for use with the underlying GObject type system.

◆ gobj() [1/2]

GtkSourceMarkAttributes* Gsv::MarkAttributes::gobj ( )
inline

Provides access to the underlying C GObject.

◆ gobj() [2/2]

const GtkSourceMarkAttributes* Gsv::MarkAttributes::gobj ( ) const
inline

Provides access to the underlying C GObject.

◆ gobj_copy()

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.

◆ is_background_set()

bool Gsv::MarkAttributes::is_background_set ( ) const

◆ operator=()

MarkAttributes& Gsv::MarkAttributes::operator= ( MarkAttributes&&  src)
noexcept

◆ property_background() [1/2]

Glib::PropertyProxy< Gdk::RGBA > Gsv::MarkAttributes::property_background ( )

The background.

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

◆ property_background() [2/2]

Glib::PropertyProxy_ReadOnly< Gdk::RGBA > Gsv::MarkAttributes::property_background ( ) const

The background.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

◆ property_gicon() [1/2]

Glib::PropertyProxy< Glib::RefPtr<Gio::Icon> > Gsv::MarkAttributes::property_gicon ( )

The GIcon.

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

◆ property_gicon() [2/2]

Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gio::Icon> > Gsv::MarkAttributes::property_gicon ( ) const

The GIcon.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

◆ property_icon_name() [1/2]

Glib::PropertyProxy< std::string > Gsv::MarkAttributes::property_icon_name ( )

The icon name.

Default value: ""

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

◆ property_icon_name() [2/2]

Glib::PropertyProxy_ReadOnly< std::string > Gsv::MarkAttributes::property_icon_name ( ) const

The icon name.

Default value: ""

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

◆ property_pixbuf() [1/2]

Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > Gsv::MarkAttributes::property_pixbuf ( )

The pixbuf.

Returns
A PropertyProxy that allows you to get or set the value of the property, or receive notification when the value of the property changes.

◆ property_pixbuf() [2/2]

Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf> > Gsv::MarkAttributes::property_pixbuf ( ) const

The pixbuf.

Returns
A PropertyProxy_ReadOnly that allows you to get the value of the property, or receive notification when the value of the property changes.

◆ render_icon()

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.

Parameters
widgetWidget of which style settings may be used.
sizeSize of the rendered icon.
Returns
A rendered pixbuf. The pixbuf belongs to attributes and should not be unreffed.

◆ set_background()

void Gsv::MarkAttributes::set_background ( const Gdk::RGBA rgba)

Sets background color to the one given in rgba.

Parameters
rgbaA Gdk::RGBA.

◆ set_icon()

void Gsv::MarkAttributes::set_icon ( const Glib::RefPtr< Gio::Icon > &  icon)

Sets an icon to be used as a base for rendered icon.

Parameters
iconA Icon to be used.

◆ set_icon_name()

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.

Parameters
icon_nameName of an icon to be used.

◆ set_pixbuf()

void Gsv::MarkAttributes::set_pixbuf ( const Glib::RefPtr< const Gdk::Pixbuf > &  pixbuf)

Sets a pixbuf to be used as a base for rendered icon.

Parameters
pixbufA Gdk::Pixbuf to be used.

◆ signal_query_tooltip_markup()

Glib::SignalProxy< Glib::ustring,const Glib::RefPtr<Mark>& > Gsv::MarkAttributes::signal_query_tooltip_markup ( )
Slot Prototype:
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.

Parameters
markThe Gtk::SourceMark.
Returns
A tooltip.

◆ signal_query_tooltip_text()

Glib::SignalProxy< Glib::ustring,const Glib::RefPtr<Mark>& > Gsv::MarkAttributes::signal_query_tooltip_text ( )
Slot Prototype:
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.

Parameters
markThe Gtk::SourceMark.
Returns
A tooltip.

Friends And Related Function Documentation

◆ wrap()

Glib::RefPtr< Gsv::MarkAttributes > wrap ( GtkSourceMarkAttributes *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse 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.