gtksourceviewmm  2.10.3
Public Member Functions | Related Functions
gtksourceview::SourceStyle Class Reference

Class representing a style. More...

#include <gtksourceviewmm/sourcestyle.h>

Inheritance diagram for gtksourceview::SourceStyle:
Inheritance graph
[legend]

List of all members.

Public Member Functions

GtkSourceStyle* gobj ()
 Provides access to the underlying C GObject.
const GtkSourceStyle* gobj () const
 Provides access to the underlying C GObject.
GtkSourceStyle* 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< SourceStylecopy () const
 Creates a copy of a style, that is a new SourceStyle instance which has the same attributes set.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_background () const
 Background color.
Glib::PropertyProxy_ReadOnly
< bool > 
property_background_set () const
 Whether background color is set.
Glib::PropertyProxy_ReadOnly
< bool > 
property_bold () const
 Bold.
Glib::PropertyProxy_ReadOnly
< bool > 
property_bold_set () const
 Whether bold attribute is set.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_foreground () const
 Foreground color.
Glib::PropertyProxy_ReadOnly
< bool > 
property_foreground_set () const
 Whether foreground color is set.
Glib::PropertyProxy_ReadOnly
< bool > 
property_italic () const
 Italic.
Glib::PropertyProxy_ReadOnly
< bool > 
property_italic_set () const
 Whether italic attribute is set.
Glib::PropertyProxy_ReadOnly
< Glib::ustring
property_line_background () const
 Line background color.
Glib::PropertyProxy_ReadOnly
< bool > 
property_line_background_set () const
 Whether line background color is set.
Glib::PropertyProxy_ReadOnly
< bool > 
property_strikethrough () const
 Strikethrough.
Glib::PropertyProxy_ReadOnly
< bool > 
property_strikethrough_set () const
 Whether strikethrough attribute is set.
Glib::PropertyProxy_ReadOnly
< bool > 
property_underline () const
 Underline.
Glib::PropertyProxy_ReadOnly
< bool > 
property_underline_set () const
 Whether underline attribute is set.

Related Functions

(Note that these are not member functions.)

Glib::RefPtr
< gtksourceview::SourceStyle
wrap (GtkSourceStyle* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

Class representing a style.


Member Function Documentation

Glib::RefPtr<SourceStyle> gtksourceview::SourceStyle::copy ( ) const

Creates a copy of a style, that is a new SourceStyle instance which has the same attributes set.

Returns:
Copy of a style.
Since gtksourceviewmm 2.2:
Glib::PropertyProxy_ReadOnly<Glib::ustring> gtksourceview::SourceStyle::property_background ( ) const

Background color.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_background_set ( ) const

Whether background color is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_bold ( ) const

Bold.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_bold_set ( ) const

Whether bold attribute is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> gtksourceview::SourceStyle::property_foreground ( ) const

Foreground color.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_foreground_set ( ) const

Whether foreground color is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_italic ( ) const

Italic.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_italic_set ( ) const

Whether italic attribute is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<Glib::ustring> gtksourceview::SourceStyle::property_line_background ( ) const

Line background color.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_line_background_set ( ) const

Whether line background color is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_strikethrough ( ) const

Strikethrough.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_strikethrough_set ( ) const

Whether strikethrough attribute is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_underline ( ) const

Underline.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

Returns:
A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> gtksourceview::SourceStyle::property_underline_set ( ) const

Whether underline attribute is set.

You rarely need to use properties because there are get_ and set_ methods for almost all of them.

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

Friends And Related Function Documentation

Glib::RefPtr< gtksourceview::SourceStyle > wrap ( GtkSourceStyle *  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.