gtksourceviewmm 3.18.0
|
Object controlling appearance of View. More...
#include <gtksourceviewmm/stylescheme.h>
Inherits Glib::Object.
Public Member Functions | |
StyleScheme (StyleScheme&& src) noexcept | |
StyleScheme& | operator= (StyleScheme&& src) noexcept |
~StyleScheme () noexcept override | |
GtkSourceStyleScheme* | gobj () |
Provides access to the underlying C GObject. | |
const GtkSourceStyleScheme* | gobj () const |
Provides access to the underlying C GObject. | |
GtkSourceStyleScheme* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::ustring | get_id () const |
Gets scheme id. | |
Glib::ustring | get_name () const |
Gets scheme name. | |
Glib::ustring | get_description () const |
Gets scheme description. | |
std::vector< Glib::ustring > | get_authors () const |
Gets scheme authors. | |
std::string | get_filename () const |
Gets scheme filename. | |
Glib::RefPtr< Style > | get_style (const Glib::ustring& style_id) |
Gets style corresponding to style_id in scheme. | |
Glib::RefPtr< const Style > | get_style (const Glib::ustring& style_id) const |
Gets style corresponding to style_id in scheme. | |
Glib::PropertyProxy_ReadOnly< std::string > | property_id () const |
Style scheme id. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_name () const |
Style scheme name. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_description () const |
Style scheme description. | |
Glib::PropertyProxy_ReadOnly< std::string > | property_filename () const |
Style scheme filename. | |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gsv::StyleScheme > | wrap (GtkSourceStyleScheme* object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Object controlling appearance of View.
StyleScheme contains all the text styles to be used in View and Buffer. For instance, it contains text styles for syntax highlighting, it may contain foreground and background color for non-highlighted text, color for the line numbers, etc.
Style schemes are stored in XML files. The format of a scheme file is the documented in the C library gtksourceview documentation.
|
noexcept |
|
overridenoexcept |
std::vector< Glib::ustring > Gsv::StyleScheme::get_authors | ( | ) | const |
Glib::ustring Gsv::StyleScheme::get_description | ( | ) | const |
std::string Gsv::StyleScheme::get_filename | ( | ) | const |
Gets scheme filename.
Glib::ustring Gsv::StyleScheme::get_id | ( | ) | const |
Glib::ustring Gsv::StyleScheme::get_name | ( | ) | const |
Glib::RefPtr< Style > Gsv::StyleScheme::get_style | ( | const Glib::ustring & | style_id | ) |
Gets style corresponding to style_id in scheme.
style_id | Id of the style to retrieve. |
Glib::RefPtr< const Style > Gsv::StyleScheme::get_style | ( | const Glib::ustring & | style_id | ) | const |
Gets style corresponding to style_id in scheme.
style_id | Id of the style to retrieve. |
|
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.
GtkSourceStyleScheme * Gsv::StyleScheme::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
noexcept |
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gsv::StyleScheme::property_description | ( | ) | const |
Style scheme description.
Glib::PropertyProxy_ReadOnly< std::string > Gsv::StyleScheme::property_filename | ( | ) | const |
Style scheme filename.
Glib::PropertyProxy_ReadOnly< std::string > Gsv::StyleScheme::property_id | ( | ) | const |
Style scheme id.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gsv::StyleScheme::property_name | ( | ) | const |
Style scheme name.
|
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. |