#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. | |
Glib::ustring | get_name () const |
get the name of the 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 |
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) |
typedef SourceStyleScheme_Class gtksourceview::SourceStyleScheme::CppClassType |
typedef GTypeInterface gtksourceview::SourceStyleScheme::BaseClassType |
gtksourceview::SourceStyleScheme::SourceStyleScheme | ( | ) | [protected] |
gtksourceview::SourceStyleScheme::SourceStyleScheme | ( | GtkSourceStyleScheme * | castitem | ) | [explicit, protected] |
virtual gtksourceview::SourceStyleScheme::~SourceStyleScheme | ( | ) | [virtual] |
static void gtksourceview::SourceStyleScheme::add_interface | ( | GType | gtype_implementer | ) | [static] |
static GType gtksourceview::SourceStyleScheme::get_type | ( | ) | [static] |
static GType gtksourceview::SourceStyleScheme::get_base_type | ( | ) | [static] |
GtkSourceStyleScheme* gtksourceview::SourceStyleScheme::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
const GtkSourceStyleScheme* gtksourceview::SourceStyleScheme::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Glib::ustring gtksourceview::SourceStyleScheme::get_name | ( | ) | const |
get the name of the scheme
friend class SourceStyleScheme_Class [friend] |
Glib::RefPtr< gtksourceview::SourceStyleScheme > wrap | ( | GtkSourceStyleScheme * | object, | |
bool | take_copy = false | |||
) | [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. |