#include <sourcestylescheme.h>
Public Types | |
typedef SourceStyleScheme | CppObjectType |
typedef SourceStyleScheme_Class | CppClassType |
typedef GtkSourceStyleScheme | BaseObjectType |
typedef GTypeInterface | BaseClassType |
Public Member Functions | |
virtual | ~SourceStyleScheme () |
GtkSourceStyleScheme * | gobj () |
Provides access to the underlying C GObject. | |
const GtkSourceStyleScheme * | gobj () const |
Provides access to the underlying C GObject. | |
SourceTagStyle | get_tag_style (const Glib::ustring &a_style_name) const |
get a tag style from the scheme. | |
Glib::ustring | get_name () const |
get the name of the scheme | |
Glib::SListHandle< Glib::ustring > | get_style_names () const |
get the list of the different style names associated to this scheme | |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () G_GNUC_CONST |
static GType | get_base_type () G_GNUC_CONST |
static Glib::RefPtr< SourceStyleScheme > | get_default () |
the default style scheme | |
Protected Member Functions | |
SourceStyleScheme () | |
SourceStyleScheme (GtkSourceStyleScheme *castitem) | |
Friends | |
class | SourceStyleScheme_Class |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< gtksourceview::SourceStyleScheme > | wrap (GtkSourceStyleScheme *object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the default style scheme
|
|
get the name of the scheme
|
|
get the list of the different style names associated to this scheme
|
|
get a tag style from the scheme.
|
|
|
|
Provides access to the underlying C GObject.
|
|
Provides access to the underlying C GObject.
|
|
|
|
|